[OE-core] [PATCH][hardknott] glibc: Fix CVE-2021-33574

2021-07-20 Thread Jamaluddin, Khairul Rohaizzat
From: Khairul Rohaizzat Jamaluddin CVE: CVE-2021-33574 Signed-off-by: Khairul Rohaizzat Jamaluddin --- .../glibc/glibc/CVE-2021-33574_1.patch| 76 +++ .../glibc/glibc/CVE-2021-33574_2.patch| 61 +++ meta/recipes-core/glibc/glibc_2.33.bb | 2

[OE-core] [PATCH 3/4] linux-yocto/5.10: update to v5.10.52

2021-07-20 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.10 to the latest korg -stable release that comprises the following commits: 2cd5fe24a7f0 Linux 5.10.52 174c34d9cda1 seq_file: disallow extremely large seq buffer allocations b33aa0dbd72f scsi: scsi_dh_alua: Fix signedness bug in alua_rtpg()

[OE-core] [PATCH 4/4] linux-yocto/5.4: update to v5.4.134

2021-07-20 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: 9afc0c209685 Linux 5.4.134 c1dafbb26164 seq_file: disallow extremely large seq buffer allocations b06ab67bd63b misc: alcor_pci: fix inverted branch condition f40

[OE-core] [PATCH 0/4] linux-yocto: consolidate pull request

2021-07-20 Thread Bruce Ashfield
From: Bruce Ashfield Hi Richard, Everything looked good on the AB, so here's the next linux-yocto consolidated pull request. Outside of the normal -stable updates, I've included Paul's fix for devupstream, and then stacked my next 5.13 version bump on top. Cheers, Bruce The following changes

[OE-core] [PATCH 2/4] linux-yocto/5.13: update to v5.13.4

2021-07-20 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.13 to the latest korg -stable release that comprises the following commits: 64376a981a0e Linux 5.13.4 71de462034c6 seq_file: disallow extremely large seq buffer allocations 31cf8e7e504e misc: alcor_pci: fix inverted branch condition 993

[OE-core] [PATCH 1/4] linux-yocto: Fix devupstream SRCREV assignment

2021-07-20 Thread Bruce Ashfield
From: Paul Barker Fixes the following error when building linux-yocto-upstream: Fetcher failure: Unable to find revision 570e7aedcd00e7e8a218e37c3dfb3b1fda83d111 in branch v5.13/base even from upstream The error occurred as the SRCREV_machine assignment earlier in the recipe was being

[OE-core] [PATCH] archiver.bbclass: Fix patch error for recipes that inherit dos2unix.

2021-07-20 Thread leimaohui
do_unpack_and_patch error happens for these recipes inherit dos2unix. Signed-off-by: Lei Maohui --- meta/classes/archiver.bbclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/classes/archiver.bbclass b/meta/classes/archiver.bbclass index a3962306b1..900268971c 100644 --- a/meta/cl

[OE-core] [PATCH] libcap-ng: use update-alternatives for libcap-ng.so

2021-07-20 Thread wangmy
open-iscsi-user also uses the doc 'libcap-ng.so'. open-iscsi-user has a priority of 60. Signed-off-by: Wang Mingyu --- meta/recipes-support/libcap-ng/libcap-ng_0.8.2.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta/recipes-support/libcap-ng/libcap-ng_0.8.2.bb b/meta/re

[OE-core][dunfell 2/3] linux-yocto/5.4: update to v5.4.132

2021-07-20 Thread Steve Sakoman
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: 7c76bd6c36ed Linux 5.4.132 792d47ca5228 iommu/dma: Fix compile warning in 32-bit builds a7f4f0c4e79a scsi: core: Retry I/O for Notify (Enable Spinup) Required error

[OE-core][dunfell 3/3] kernel-devsrc: fix 32bit ARM devsrc builds

2021-07-20 Thread Steve Sakoman
From: Bruce Ashfield As a follow up to commit: 0fc66a0b64953 [kernel: provide module.lds for out of tree builds in v5.10+], we must not only copy module.lds from its new location, we have to not error when it isn't found in the old location. With this tweak, we have coverage on all supported arc

[OE-core][dunfell 1/3] linux-yocto/5.4: update to v5.4.131

2021-07-20 Thread Steve Sakoman
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: e8d9b740a550 Linux 5.4.131 d2f8a8a07ee3 xen/events: reset active flag for lateeoi events later a05499b29a6e KVM: SVM: Call SEV Guest Decommission if ASID binding fai

[OE-core][dunfell 0/3] Patch review

2021-07-20 Thread Steve Sakoman
Please review this final set of patches for dunfell 3.1.10 release and have comments back by end of day Thursday. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/2370 The following changes since commit 9b83aefa9c4a21d9dc1eea4a6b00af379466a288: b

Re: [OE-core] [PATCH] linux-yocto: Fix devupstream SRCREV assignment

2021-07-20 Thread Bruce Ashfield
On Tue, Jul 20, 2021 at 4:59 PM Bruce Ashfield via lists.openembedded.org wrote: > > On Tue, Jul 20, 2021 at 4:10 PM Paul Barker wrote: > > > > Fixes the following error when building linux-yocto-upstream: > > > > Fetcher failure: Unable to find revision > > 570e7aedcd00e7e8a218e37c3dfb3b1fd

Re: [OE-core] [PATCH] linux-yocto: Fix devupstream SRCREV assignment

2021-07-20 Thread Bruce Ashfield
On Tue, Jul 20, 2021 at 4:10 PM Paul Barker wrote: > > Fixes the following error when building linux-yocto-upstream: > > Fetcher failure: Unable to find revision > 570e7aedcd00e7e8a218e37c3dfb3b1fda83d111 > in branch v5.13/base even from upstream > > The error occurred as the SRCREV_machi

[OE-core] [PATCH] linux-yocto: Fix devupstream SRCREV assignment

2021-07-20 Thread Paul Barker
Fixes the following error when building linux-yocto-upstream: Fetcher failure: Unable to find revision 570e7aedcd00e7e8a218e37c3dfb3b1fda83d111 in branch v5.13/base even from upstream The error occurred as the SRCREV_machine assignment earlier in the recipe was being used instead of the

[OE-core] [PATCH] scripts/oe-time-dd-test.sh: run "uptime" on each iteration

2021-07-20 Thread Sakib Sajal
Signed-off-by: Sakib Sajal --- scripts/oe-time-dd-test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/oe-time-dd-test.sh b/scripts/oe-time-dd-test.sh index df36c0b297..386de83dce 100755 --- a/scripts/oe-time-dd-test.sh +++ b/scripts/oe-time-dd-test.sh @@ -25,7 +2

[OE-core] [PATCH] Add MAINTAINERS.md file

2021-07-20 Thread Richard Purdie
We have a long history with maintainers files and good and bad experiences. There are people who'd like to see a kernel style machine readable file which defines exactly which people should be reviewing which areas. In practise, the files we do have struggle to stay up to date (e.g. the recipe mai

Re: [OE-core] how to configure an image with *full* debugging info in the libs and binaries?

2021-07-20 Thread Robert P. J. Day
Quoting Andre McCurdy : On Mon, Jul 19, 2021 at 5:06 PM Ross Burton wrote: On Fri, 16 Jul 2021 at 20:10, Robert P. J. Day wrote: > colleague just asked me what it would take to generate an image > where the executables and libraries contain all the gdb-related > debugging info in the sam

Re: [OE-core] how to configure an image with *full* debugging info in the libs and binaries?

2021-07-20 Thread Andre McCurdy
On Mon, Jul 19, 2021 at 5:06 PM Ross Burton wrote: > On Fri, 16 Jul 2021 at 20:10, Robert P. J. Day wrote: > > colleague just asked me what it would take to generate an image > > where the executables and libraries contain all the gdb-related > > debugging info in the same files (that is, not b

Re: [OE-core] [PATCH 02/21] tcmode-default.inc: do not set PREFERRED_VERSION for toolchain items

2021-07-20 Thread Denys Dmytriyenko
On Wed, Jul 14, 2021 at 03:40:03PM +0200, Alexander Kanavin wrote: > On Wed, 14 Jul 2021 at 14:55, Richard Purdie < > richard.pur...@linuxfoundation.org> wrote: > > > At the very least the GCC variable is well used in other layers as it is > > hard to > > remember all the different bits of gcc tha

[OE-core] [hardknott][PATCH 00/28] pull request (cover letter only)

2021-07-20 Thread Anuj Mittal
Please merge these changes. Thanks, Anuj The following changes since commit 4c2c3d3b84d883b2f1ad94095187e6b5b39e663f: lttng-modules: update to v2.12.6 (2021-07-02 11:14:53 +0800) are available in the Git repository at: git://push.openembedded.org/openembedded-core-contrib stable/hardknott

[OE-core] Yocto Project Status WW29`21

2021-07-20 Thread Stephen Jolley
Current Dev Position: YP 3.4 M2 Next Deadline: 12th July 2021 YP 3.4 M2 build Next Team Meetings: * Bug Triage meeting Thursday July 22nd at 7:30am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09)

[OE-core][dunfell 0/7] Pull request (cover letter only)

2021-07-20 Thread Steve Sakoman
The following changes since commit cfd74f2bae51413d9c327e0f08ecf751325c2d74: report-error: Drop pointless inherit (2021-07-11 06:19:43 -1000) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib stable/dunfell-next http://cgit.openembedded.org/opene

[OE-core] [PATCH 2/2] buildtools-tarball: Add lz4 and ztsd (including pzstd)

2021-07-20 Thread Richard Purdie
Since we start to require these for builds, we need to include them in buildtools-tarball so that older systems can access them easily. Signed-off-by: Richard Purdie --- meta/recipes-core/meta/buildtools-tarball.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/meta/bui

[OE-core] [PATCH 1/2] zstd: Include pzstd in the build

2021-07-20 Thread Richard Purdie
We don't currently build the parallel version of zstd but we should. Add this to the build. It will then be used in buildtools-tarball. Signed-off-by: Richard Purdie --- meta/recipes-extended/zstd/zstd_1.5.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-extended/zstd/zstd

[OE-core] [PATCH v2] parselogs.py: ignore rndr initialization failure

2021-07-20 Thread Yu, Mingli
From: Mingli Yu After rng-tools upgraded to 6.13, the RNDR instruction added as an entropy source [1]. But for some cpu which doesn't support rndr, there comes below warning message: # systemctl status rngd [snip] Jul 20 06:48:07 qemuarm64 rngd[163]: [rndr ]: No HW SUPPORT Jul 20 06:48:07 qe