[OE-core] [dunfell][PATCH] subversion: fix CVE-2021-28544

2022-09-21 Thread Lee Chee Yang
From: Lee Chee Yang Signed-off-by: Lee Chee Yang --- .../subversion/CVE-2021-28544.patch | 146 ++ .../subversion/subversion_1.13.0.bb | 1 + 2 files changed, 147 insertions(+) create mode 100644

[OE-core] [PATCH v2] mesa: only apply patch to fix ALWAYS_INLINE for native

2022-09-21 Thread kai
From: Kai Kang 0001-nir-nir_opt_move-fix-ALWAYS_INLINE-compiler-error.patch is not required by target mesa any more. But it still fails to compile mesa-native with DEBUG_BUILD enabled on Ubuntu 18.04 with gcc 7.5.0 without this patch: | ../mesa-22.1.6/src/compiler/nir/nir_inline_helpers.h: In

Re: [OE-core] [PATCH v2] mesa: only apply patch to fix ALWAYS_INLINE for native

2022-09-21 Thread Richard Purdie
On Wed, 2022-09-21 at 16:03 +0800, kai wrote: > From: Kai Kang > > 0001-nir-nir_opt_move-fix-ALWAYS_INLINE-compiler-error.patch is not > required by target mesa any more. But it still fails to compile > mesa-native with DEBUG_BUILD enabled on Ubuntu 18.04 with gcc 7.5.0 > without this patch: >

[oe-core][PATCH] virglrenderer: upgrade 0.9.1 -> 0.10.3

2022-09-21 Thread Markus Volk
Signed-off-by: Markus Volk --- .../virglrenderer/virglrenderer_0.10.3.bb | 33 +++ .../virglrenderer/virglrenderer_0.9.1.bb | 25 -- 2 files changed, 33 insertions(+), 25 deletions(-) create mode 100644

[OE-core][master][kirkstone][PATCH] shadow-securetty: allow ttyS4 for amd-snowyowl-64

2022-09-21 Thread Chen Qi
ttyS4 is also needed by some BSP such as amd-snowyowl-64. Let's allow it for convenience. Signed-off-by: Chen Qi --- meta/recipes-extended/shadow/files/securetty | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-extended/shadow/files/securetty

Re: [OE-core] [PATCH] mesa: only apply patch to fix ALWAYS_INLINE for native

2022-09-21 Thread Khem Raj
On Wed, Sep 21, 2022 at 1:31 AM kai wrote: > From: Kai Kang > > 0001-nir-nir_opt_move-fix-ALWAYS_INLINE-compiler-error.patch is not > required by target mesa any more. But it still fails to compile > mesa-native with DEBUG_BUILD enabled on Ubuntu 18.04 with gcc 7.5.0 > without this patch:

Re: [OE-core] [PATCH] mesa: only apply patch to fix ALWAYS_INLINE for native

2022-09-21 Thread kai
On 9/21/22 15:49, Khem Raj wrote: On Wed, Sep 21, 2022 at 1:31 AM kai wrote: From: Kai Kang 0001-nir-nir_opt_move-fix-ALWAYS_INLINE-compiler-error.patch is not required by target mesa any more. But it still fails to compile mesa-native with DEBUG_BUILD enabled on Ubuntu

[oe-core][PATCH] mesa: upgrade 22.1.6 -> 22.2.0

2022-09-21 Thread Markus Volk
- add PACKAGECONFIG to build vulkan beta drivers - add PACKAGECONFIG for zink and build it along with vulkan - remove TLS-ELF patch and the associated PACKAGECONFIG. It looks like its unneeded - remove swrast_kms backport patch - remove the patch that reverts the deprecation of drm_handle as it

[OE-core] [PATCH] expat: upgrade 2.4.8 -> 2.4.9

2022-09-21 Thread Florin Diaconescu
Changelog: = Security fixes: #629 #640 CVE-2022-40674 -- Heap use-after-free vulnerability in function doContent. Expected impact is denial of service or potentially arbitrary code execution. Bug fixes: #634

Re: [OE-core] [PATCH] mesa: only apply patch to fix ALWAYS_INLINE for native

2022-09-21 Thread Martin Jansa
Good that confirms what I was seeing earlier - https://lists.openembedded.org/g/openembedded-core/message/169002 On Wed, Sep 21, 2022 at 7:31 AM wrote: > From: Kai Kang > > 0001-nir-nir_opt_move-fix-ALWAYS_INLINE-compiler-error.patch is not > required by target mesa any more. But it still

[OE-core] [kirkstone][PATCH] expat: upgrade 2.4.8 -> 2.4.9

2022-09-21 Thread Florin Diaconescu
Changelog: = Security fixes: #629 #640 CVE-2022-40674 -- Heap use-after-free vulnerability in function doContent. Expected impact is denial of service or potentially arbitrary code execution. Bug fixes: #634

Re: [oe-core][PATCH] virglrenderer: upgrade 0.9.1 -> 0.10.3

2022-09-21 Thread Richard Purdie
On Wed, 2022-09-21 at 09:51 +0200, Markus Volk wrote: > Signed-off-by: Markus Volk > --- > .../virglrenderer/virglrenderer_0.10.3.bb | 33 +++ > .../virglrenderer/virglrenderer_0.9.1.bb | 25 -- > 2 files changed, 33 insertions(+), 25 deletions(-) > create

Re: [OE-core] [PATCH v2] gcompat: Add __getauxval wrapper needed on aarch64

2022-09-21 Thread Richard Purdie
On Tue, 2022-09-20 at 19:23 -0700, Khem Raj wrote: > Update SRCREV to bring in few bug fixes > Install a .so symlink which could be used during linking > > Signed-off-by: Khem Raj > --- > v2: Symlink should point to base_libdir not libdir It still breaks:

Re: [OE-core] Upstream checks and github

2022-09-21 Thread Alexander Kanavin
I just checked. Github has moved the lists of 'release assets' such as tarballs into separate 'include urls': https://github.com/mesonbuild/meson/releases/expanded_assets/0.63.1 but this can fortunately be fixed by tweaking the regex slightly: UPSTREAM_CHECK_URI =

Re: [OE-core] [oe] [meta-oe][PATCH] bc: Add ptest.

2022-09-21 Thread Richard Purdie
On Mon, 2022-09-19 at 06:44 +, Yanxinkuan.FNST wrote: > Provide a patch to enable the ptest function of > the OSS 'bc' by reusing the original test of the OSS > itself with small adjustment in the 'timetest' script. >   > This ptest was placed in the PTEST_SLOW queue since it > takes upto 48s

Re: [oe-core][PATCH] mesa: upgrade 22.1.6 -> 22.2.0

2022-09-21 Thread Richard Purdie
On Wed, 2022-09-21 at 08:49 +0200, Markus Volk wrote: > - add PACKAGECONFIG to build vulkan beta drivers > - add PACKAGECONFIG for zink and build it along with vulkan > - remove TLS-ELF patch and the associated PACKAGECONFIG. It looks like its > unneeded > - remove swrast_kms backport patch > -

[OE-core] [meta][dunfell][PATCH] sqlite3: Fix CVE-2021-20223

2022-09-21 Thread Sana Kazi via lists.openembedded.org
From: Sana Kazi Fix CVE-2021-20223 for sqlite3 Link: https://github.com/sqlite/sqlite/commit/d1d43efa4fb0f2098c0e2c5bf2e807c58d5ec05b.patch Signed-off-by: Sana Kazi --- .../sqlite/files/CVE-2021-20223.patch | 23 +++ meta/recipes-support/sqlite/sqlite3_3.31.1.bb | 1

Re: [OE-core] [PATCH v2] binutils: handle symlink files for gprofng

2022-09-21 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 19/09/2022 12:48:03+0800, kai wrote: > From: Kai Kang > > It provides gprofng by binutils 2.39 for x86, x86_64 and aarch64 > according to configure.ac: > > https://sourceware.org/git/?p=binutils-gdb.git;a=blob;f=configure.ac;h=aa9c91b42214afc46a0ab8b629e4c6fedcc0;hb=HEAD#l401 >

[oe-core][PATCHV2 1/2] mesa: upgrade 22.1.6 -> 22.2.0

2022-09-21 Thread Markus Volk
- add PACKAGECONFIG to build vulkan beta drivers - add PACKAGECONFIG for zink and build it along with vulkan - remove TLS-ELF patch and the associated PACKAGECONFIG. It looks like its unneeded - remove swrast_kms backport patch - remove the patch that reverts the deprecation of drm_handle as it

[oe-core][PATCHV2 2/2] virglrenderer: upgrade 0.9.1 -> 0.10.3

2022-09-21 Thread Markus Volk
Signed-off-by: Markus Volk --- ...uild-use-python3-directly-for-python.patch | 11 +- .../virglrenderer/cve-2022-0135.patch | 117 -- .../virglrenderer/cve-2022-0175.patch | 107 .../virglrenderer/virglrenderer_0.10.3.bb | 33 +

Re: [oe-core][PATCH] virglrenderer: upgrade 0.9.1 -> 0.10.3

2022-09-21 Thread Markus Volk
I started with a clean master branch and encountered the patch fuzz warning on the first build. But to verify that the driver was working, I wanted to run my wayland image with 'runqemu'. That required a whole bunch of extra files to be changed, and I ended up forgetting to fix the patch.

[OE-core] [PATCH] glibc: mark a CVE where we have merged the fix

2022-09-21 Thread Ross Burton
The fix for this CVE has been merged into the 2.36 branch and fixed in oe-core as of 055ce284. Signed-off-by: Ross Burton --- meta/recipes-core/glibc/glibc_2.36.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-core/glibc/glibc_2.36.bb

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

2022-09-21 Thread Bruce Ashfield
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: 7e17397001a9 Linux 5.4.213 077041e486fe MIPS: loongson32: ls1c: Fix hang during startup 4e8d7039cf52 x86/nospec: Fix i386 RSB stuffing 64f9755b408b sch_sfb: Also store skb len

[OE-core] [PATCH 1/2][dunfell] linux-yocto/5.4: update to v5.4.212

2022-09-21 Thread Bruce Ashfield
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: d6deb370b5a5 Linux 5.4.212 0052348329c9 net: neigh: don't call kfree_skb() under spin_lock_irqsave() 25a80e728412 net/af_packet: check len when min_header_len equals to 0

[OE-core] [PATCH] binutils : Fix CVE-2022-38128

2022-09-21 Thread Pgowda
From: pgowda Upstream-Status: Backport [https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=f07c08e115e27cddf5a0030dc6332bbee1bd9c6a] Upstream-Status: Backport [https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=175b91507b83ad42607d2f6dadaf55b7b511bdbe] Upstream-Status:

[OE-core] [PATCH 1/2][kirkstone] linux-yocto/5.10: update to v5.10.141

2022-09-21 Thread Bruce Ashfield
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: 0b8e37cbaa76 Linux 5.10.141 bdc786d737ec net: neigh: don't call kfree_skb() under spin_lock_irqsave() 4931af31c402 net/af_packet: check len when min_header_len equals to 0

[OE-core] [PATCH 2/2][kirkstone] linux-yocto/5.10: update to v5.10.143

2022-09-21 Thread Bruce Ashfield
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: f1101295c145 Linux 5.10.143 71d3adbb2890 arm64: errata: add detection for AMEVCNTR01 incrementing incorrectly 202341395ce3 hwmon: (mr75203) enable polling for all VM channels

[OE-core] [PATCH v3] gcompat: Add __getauxval wrapper needed on aarch64

2022-09-21 Thread Khem Raj
Update SRCREV to bring in few bug fixes Install a .so symlink which could be used during linking install libdir to create if not existing Signed-off-by: Khem Raj --- v2: Symlink should point to base_libdir not libdir v3: Create libdir as it might not be created always

Re: [OE-core] [PATCH v2] gcompat: Add __getauxval wrapper needed on aarch64

2022-09-21 Thread Khem Raj
On Wed, Sep 21, 2022 at 9:38 AM Richard Purdie wrote: > > On Tue, 2022-09-20 at 19:23 -0700, Khem Raj wrote: > > Update SRCREV to bring in few bug fixes > > Install a .so symlink which could be used during linking > > > > Signed-off-by: Khem Raj > > --- > > v2: Symlink should point to