Re: [OE-core] [scarthgap][PATCH v2] binutils: stable 2.42 branch updates

2024-09-25 Thread Khem Raj
lgtm On Wed, Sep 25, 2024 at 6:33 AM Varatharajan, Deepesh via lists.openembedded.org wrote: > > From: Deepesh Varatharajan > > Below commits on binutils-2.42 stable branch are updated. > > 8a6764d35e5 libctf: fix ref leak of names of newly-inserted non-root-visible > types > d9ddfab9be2 ld: Mo

Re: [OE-core] [PATCH] glibc: stable 2.40 branch updates

2024-09-25 Thread Khem Raj
On Wed, Sep 25, 2024 at 6:06 AM Hemraj, Deepthi via lists.openembedded.org wrote: > > Testing was done and below are the results > After update > PASS - 4945 > FAIL - 224 > XPASS - 4 > XFAIL - 16 > UNSUPPORTED - 229 > > Before update > PASS - 4924 > FAIL - 223 > XPASS -4 > XFAIL - 16 > UNSUPPORTED

Re: [OE-core] [kirkstone][PATCH] glibc: stable 2.35 branch updates

2024-09-25 Thread Khem Raj
On Wed, Sep 25, 2024 at 6:16 AM Hemraj, Deepthi via lists.openembedded.org wrote: > > Testing was done and below are the test results: > After update: > PASS - 4779 > FAIL - 147 > XPASS - 6 > XFAIL - 16 > UNSUPPORTED - 237 > > Before update: > PASS - 4770 > FAIL - 148 > XPASS - 6 > XFAIL - 16 > UN

Re: [OE-core] [PATCH] glibc: stable 2.40 branch updates

2024-09-24 Thread Khem Raj
looks ok. Have you run tests on it? On Tue, Sep 24, 2024 at 11:19 PM Hemraj, Deepthi via lists.openembedded.org wrote: > > From: Deepthi Hemraj > > Below commits on glibc-2.40 stable branch are updated. > 7073164add libio: Attempt wide backup free only for non-legacy code > adfb14e71f debug: Fix

Re: [OE-core] [kirkstone][PATCH] bintuils: stable 2.38 branch update

2024-09-24 Thread Khem Raj
looks good. Thanks On Tue, Sep 24, 2024 at 11:34 PM Hemraj, Deepthi via lists.openembedded.org wrote: > > From: Deepthi Hemraj > > Below commit on binutils-2.38 stable branch are updated. > 4d71e17a9fd libctf: fix ref leak of names of newly-inserted non-root-visible > types > > Signed-off-by: D

[OE-core] [PATCH v3] systemd-boot: Enable on RISCV

2024-09-24 Thread Khem Raj
Signed-off-by: Khem Raj Cc: Mikko Rapeli --- v2: Add riscv to working arches instead of opening all up v3: Correct regexp for riscv match meta/recipes-core/systemd/systemd-boot_256.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd

[OE-core] [PATCH v2] systemd-boot: Enable on RISCV

2024-09-24 Thread Khem Raj
Signed-off-by: Khem Raj Cc: Mikko Rapeli --- v2: Add riscv to working arches instead of opening all up meta/recipes-core/systemd/systemd-boot_256.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd-boot_256.5.bb b/meta/recipes-core

[OE-core] [PATCH v2] vte: Upgrade to 0.78.0

2024-09-24 Thread Khem Raj
- Needed for Gnome-47 components e.g. gnome-console Signed-off-by: Khem Raj --- v2: Drop the arm gi data disabling meta/recipes-support/vte/{vte_0.76.3.bb => vte_0.78.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-support/vte/{vte_0.76.3.bb => vte_0.7

Re: [OE-core] [PATCH] vte: Upgrade to 0.78.0

2024-09-24 Thread Khem Raj
On Tue, Sep 24, 2024 at 3:53 AM Alexander Kanavin wrote: > On Tue, 24 Sept 2024 at 07:27, Khem Raj wrote: > > > How can the crash be reproduced? This must be specified. Could it be > specific to your setup? Qemu usermode is pretty robust with standard poky. > > > > &

Re: [OE-core] [PATCH] systemd-boot: Enable on all arches except x32

2024-09-24 Thread Khem Raj
On Tue, Sep 24, 2024 at 4:32 AM Ross Burton wrote: > On 24 Sep 2024, at 01:21, Khem Raj via lists.openembedded.org gmail@lists.openembedded.org> wrote: > > > > Add other architectures as and when found not working > > Have you tested this on an architecture which

Re: [OE-core] [PATCH] vte: Upgrade to 0.78.0

2024-09-23 Thread Khem Raj
there. Its a bit convoluted to reproduce since its in generated program which is called via another wrapper over qemu usermode, here is the cmdline which can be used. After do_compile task is run for vte. https://snips.sh/f/sREktUGD0f > Alex > > On Tue 24. Sep 2024 at 1.43, Khem Raj via l

[OE-core] [PATCH] systemd-boot: Enable on all arches except x32

2024-09-23 Thread Khem Raj
Add other architectures as and when found not working Signed-off-by: Khem Raj Cc: Mikko Rapeli --- meta/recipes-core/systemd/systemd-boot_256.5.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd-boot_256.5.bb b/meta/recipes-core/systemd/systemd-boot_256.5

Re: [OE-core] [PATCH v4 05/12] image_types_wic.bbclass: set systemd-boot and os-release dependency for all archs

2024-09-23 Thread Khem Raj
On Sun, Sep 22, 2024 at 1:42 AM Mikko Rapeli via lists.openembedded.org wrote: > > These work on all archs not just x86. > > Signed-off-by: Mikko Rapeli > --- > meta/classes-recipe/image_types_wic.bbclass | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/classes-recip

[OE-core] [PATCH] vte: Upgrade to 0.78.0

2024-09-23 Thread Khem Raj
- Needed for Gnome-47 components e.g. gnome-console - Disable GI_DATA on arm, it uses qemu usermode and qemu-user crashes while running qemu_Vte-3.91 Signed-off-by: Khem Raj --- meta/recipes-support/vte/{vte_0.76.3.bb => vte_0.78.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti

[OE-core] [PATCH] qemu: Fix build on musl/riscv64

2024-09-18 Thread Khem Raj
musl does not provide strerrorname_np() so do not use it. Signed-off-by: Khem Raj --- meta/recipes-devtools/qemu/qemu.inc | 1 + .../qemu/qemu/fix-strerrorname_np.patch | 27 +++ 2 files changed, 28 insertions(+) create mode 100644 meta/recipes-devtools/qemu

[OE-core] [PATCH 1/2] systemd-bootchart: Add riscv 32bit support

2024-09-18 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0001-Add-riscv32-support.patch| 48 +++ .../systemd-bootchart_235.bb | 1 + 2 files changed, 49 insertions(+) create mode 100644 meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0001-Add-riscv32

[OE-core] [PATCH 2/2] bluez: Fix mesh builds on musl

2024-09-18 Thread Khem Raj
When mesh is enabled on musl the build fails with conflicting basename calls. Signed-off-by: Khem Raj --- meta/recipes-connectivity/bluez5/bluez5.inc | 1 + ...ove-local-basename-into-utility-file.patch | 114 ++ 2 files changed, 115 insertions(+) create mode 100644 meta

Re: [OE-core] [PATCH] security-flags: Re-enable pie for power pc

2024-09-17 Thread Khem Raj
Thanks for the patch. Overall it seems ok, would be great if you mentioned how you tested it On Tue, Sep 17, 2024 at 10:45 PM GROSSSCHARTNER Benjamin via lists.openembedded.org wrote: > > Classified as: {Hitachi Rail - Public} > > From f04017bf8bc0a4325de9e51251cd4d6dcdc1ecf0 Mon Sep 17 00:00:00

Re: [OE-core][master][PATCH] tzdata : Upgrade to 2024b

2024-09-17 Thread Khem Raj
On Tue, Sep 17, 2024 at 12:35 AM Richard Purdie via lists.openembedded.org wrote: > > On Tue, 2024-09-17 at 08:32 +0100, Richard Purdie via > lists.openembedded.org wrote: > > On Fri, 2024-09-13 at 15:47 +0530, Priyal Doshi via > > lists.openembedded.org wrote: > > > From: Priyal Doshi > > > > >

[OE-core] [PATCH] libpcre2: Update base uri PhilipHazel -> PCRE2Project

2024-09-15 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-support/libpcre/libpcre2_10.44.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/libpcre/libpcre2_10.44.bb b/meta/recipes-support/libpcre/libpcre2_10.44.bb index ceb2b854588..36f58e46122 100644 --- a/meta/recipes

Re: [OE-core] [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-4.0.21.rc1)

2024-09-12 Thread Khem Raj
LGTM On Thu, Sep 12, 2024 at 9:56 PM Jing Hui Tham via lists.yoctoproject.org wrote: > > Hi All, > > QA for yocto-4.0.21.rc1 is completed. This is the full report for this > release: > https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults > > ==

Re: [OE-core] [PATCH] vulkan-samples: limit to aarch64/x86-64

2024-09-10 Thread Khem Raj
6,4 @@ EXTRA_OECMAKE += "-DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON" > # This needs to be specified explicitly to avoid xcb/xlib dependencies > EXTRA_OECMAKE += "-DVKB_WSI_SELECTION=D2D" > > -COMPATIBLE_HOST:x86 = "null" > +COMPATIBLE_HOST = "(aarch64|x86_64

Re: [OE-core] [PATCH] vulkan-samples: Disable on 32bit ARM

2024-09-10 Thread Khem Raj
On Tue, Sep 10, 2024 at 5:22 AM Ross Burton wrote: > On 10 Sep 2024, at 01:51, Khem Raj via lists.openembedded.org gmail@lists.openembedded.org> wrote: > > > > vulkan-samples depend on atsc module and this module > > only supports x86_64/arm64 as it seems, > &

[OE-core] [PATCH] vulkan-samples: Disable on 32bit ARM

2024-09-09 Thread Khem Raj
/astcenc_vecmathlib_neon_4.h:420:16: error: 'vaddvq_u32' was not declared in this scope; did you mean 'vaddq_u32'? if upstream fixes the build for arm we can re-enable it Signed-off-by: Khem Raj --- meta/recipes-graphics/vulkan/vulkan-samples_git.bb | 2 ++ 1 file changed, 2 insertions(+

[OE-core] [PATCH] python: Backport fix for regex DoS when parsing TarFile headers

2024-09-08 Thread Khem Raj
Fixes CVE-2024-6232 Signed-off-by: Khem Raj --- .../python/python3/CVE-2024-6232.patch| 522 ++ .../recipes-devtools/python/python3_3.12.5.bb | 1 + 2 files changed, 523 insertions(+) create mode 100644 meta/recipes-devtools/python/python3/CVE-2024-6232.patch diff

Re: [OE-core] [PATCH] gcc: Fix spurious '/' in GLIBC_DYNAMIC_LINKER on microblaze

2024-09-05 Thread Khem Raj
This needs backporting to kirkstone and scarthgap as well. On Tue, Sep 3, 2024 at 10:25 PM Khem Raj wrote: > > Signed-off-by: Khem Raj > Cc: Mark Hatle > --- > ...fine-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch | 6 +++--- > 1 file changed, 3 insertions(+), 3 del

[OE-core] [PATCH] gcc: Fix spurious '/' in GLIBC_DYNAMIC_LINKER on microblaze

2024-09-03 Thread Khem Raj
Signed-off-by: Khem Raj Cc: Mark Hatle --- ...fine-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/gcc/gcc/0007-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch b/meta/recipes

Re: [OE-core] [RFT][PATCH 1/2] glibc: Upgrade to 2.40

2024-09-03 Thread Khem Raj
> +++ ween-arm-and-aarch64.patch > > @@ -1,4 +1,4 @@ > > -From b1c374f7ede81a98f2d02def2c7ca17f1001f7cb Mon Sep 17 00:00:00 > > 2001 > > +From 3be9d4a66f83a64b26ffa0869385e4a0f623dd44 Mon Sep 17 > > 00:00:00 2001 > > From: Khem Raj > > Date: Fri, 15 May

[OE-core] [RFT][PATCH] glibc: Fix the arm/arm64 worsize.h uniificationb patch

2024-09-03 Thread Khem Raj
The symlink got mangled during the 2.40 upgrade Signed-off-by: Khem Raj Cc: Maohui Lei --- ...y-the-header-between-arm-and-aarch64.patch | 50 +-- 1 file changed, 45 insertions(+), 5 deletions(-) diff --git a/meta/recipes-core/glibc/glibc/0016-wordsize.h-Unify-the-header

Re: [OE-core] [PATCH 19/24] python3-setuptools: upgrade 72.1.0 -> 72.2.0

2024-09-03 Thread Khem Raj
Hi Martin Can you try reverting this patch https://github.com/pypa/setuptools/commit/2c937116cc0dcd9b26b6070e89a3dc5dcbedc2ae and see if it helps ? On Tue, Sep 3, 2024 at 1:36 AM Martin Jansa via lists.openembedded.org wrote: > > Hello Wang, > > did you have a look at this regression (with cca

[OE-core] [PATCH 1/2] kea: Replace Name::NameString with vector of uint8_t

2024-09-02 Thread Khem Raj
This will fix build with libc++ from llvm 19.x Signed-off-by: Khem Raj --- ...me-NameString-with-vector-of-uint8_t.patch | 90 +++ ...po-in-Name-Name-append-to-ndata_-not.patch | 36 meta/recipes-connectivity/kea/kea_2.6.1.bb| 2 + 3 files changed, 128 insertions

[OE-core] [PATCH 2/2] webkitgtk: Fix build issues with clang-19

2024-09-02 Thread Khem Raj
Signed-off-by: Khem Raj --- ...1-Fix-build-issues-with-latest-Clang.patch | 251 ++ meta/recipes-sato/webkit/webkitgtk_2.44.3.bb | 1 + 2 files changed, 252 insertions(+) create mode 100644 meta/recipes-sato/webkit/webkitgtk/0001-Fix-build-issues-with-latest-Clang.patch

[OE-core] [PATCH] ffmpeg: Fix build on musl linux systems

2024-09-02 Thread Khem Raj
Improved detection of ioctl API makes it easier to use the right implementation rather than bunch of ifdef condition checks. Signed-off-by: Khem Raj --- ...figure-improve-check-for-POSIX-ioctl.patch | 48 +++ .../recipes-multimedia/ffmpeg/ffmpeg_7.0.2.bb | 1 + 2 files changed

[OE-core] [PATCH] aspell: Backport a fix to build with gcc-15/clang-19

2024-08-30 Thread Khem Raj
Signed-off-by: Khem Raj --- ...default-vector_hash-t.hpp-fix-gcc-15.patch | 42 +++ .../recipes-support/aspell/aspell_0.60.8.1.bb | 3 +- 2 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-support/aspell/aspell/0001-modules-speller-default

Re: [OE-core] [PATCH] sysvinit: upgrade 3.04 -> 3.10

2024-08-29 Thread Khem Raj
On Thu, Aug 29, 2024 at 1:52 AM Richard Purdie via lists.openembedded.org wrote: > > On Mon, 2024-08-26 at 12:01 -0700, Sven Reschke via > lists.openembedded.org wrote: > > Hi Alex and Alexandre, > > > > sorry for the delay. > > I've created a PR on Github on top of your latest changes: > > https:

[OE-core] [PATCH v2] fmt: Get rid of std::copy

2024-08-29 Thread Khem Raj
Signed-off-by: Khem Raj --- v2: Use an upstream fix instead of own .../fmt/fmt/0001-Get-rid-of-std-copy.patch| 52 +++ meta/recipes-devtools/fmt/fmt_11.0.2.bb | 4 +- 2 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-devtools/fmt/fmt

[OE-core] [PATCH] fmt: Include missing header

2024-08-29 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0001-Include-algorithm-for-std-copy.patch | 29 +++ meta/recipes-devtools/fmt/fmt_11.0.2.bb | 4 ++- 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-devtools/fmt/fmt/0001-Include-algorithm-for-std

Re: [PATCH] [OE-core] [PATCH] systemd: use update-alternatives to solve conflicts with polkit

2024-08-28 Thread Khem Raj
On Wed, Aug 28, 2024 at 6:22 PM wangmy via lists.openembedded.org wrote: > | Are you using package_rpm and dnf to compose the image? > Yes. > > I checked the permission of rules.d, they are different: > > systemd: %attr(700,polkitd,root) %dir "/usr/share/polkit-1/rules.d" > polkit: %attr(755,roo

[OE-core] [PATCH] gdb: Fix build with latest clang

2024-08-28 Thread Khem Raj
This patch is already proposed upstream and perhaps landing soon in gdb master. Signed-off-by: Khem Raj --- meta/recipes-devtools/gdb/gdb.inc | 1 + ...constexpr-conversion-in-enum-flags.h.patch | 313 ++ 2 files changed, 314 insertions(+) create mode 100644 meta

Re: [OE-core] [PATCH 07/34] fmt: update 10.2.1 -> 11.0.2

2024-08-28 Thread Khem Raj
breaks mariadb-native - https://errors.yoctoproject.org/Errors/Details/800105/ gerbera - https://errors.yoctoproject.org/Errors/Details/800106/ On Mon, Aug 26, 2024 at 10:24 PM Alexander Kanavin via lists.openembedded.org wrote: > > From: Alexander Kanavin > > Signed-off-by: Alexander Kanavin >

[OE-core] [PATCH v4] bluez5: Fix build with musl

2024-08-27 Thread Khem Raj
Signed-off-by: Khem Raj --- v2: Fix the upstream submission and latest patch submitted upstream v3: Make just node_name as const and keep node_dir as such v4: Redo the patch to avoid textrel errors on ppc32/arm meta/recipes-connectivity/bluez5/bluez5.inc | 1 + ...U-basename-compatible

Re: [OE-core] [PATCH 2/2] rust: Upgrade 1.78.0->1.79.0

2024-08-27 Thread Khem Raj
On Tue, Aug 27, 2024 at 10:16 AM Alexander Kanavin via lists.openembedded.org wrote: > > On Tue, 27 Aug 2024 at 18:25, Alexander Kanavin via > lists.openembedded.org > wrote: > > > > On Tue, 27 Aug 2024 at 18:23, Alexander Kanavin via > > lists.openembedded.org > > wrote: > > > I just reproduced

[OE-core] [PATCH v3 2/3] musl: Update to 1.2.5 release

2024-08-27 Thread Khem Raj
length character: erro WARNING: Failed to fetch URL git://git.etalabs.net/git/musl;branch=master;protocol=https [1] https://www.openwall.com/lists/musl/2024/03/01/2 (From OE-Core rev: c6c79477209f5e7e1a0206942de9603a7accec67) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- v2: No change

[OE-core] [PATCH v3 1/3] bluez5: Fix build with musl

2024-08-27 Thread Khem Raj
Signed-off-by: Khem Raj --- v2: Fix the upstream submission and latest patch submitted upstream v3: Make just node_name as const and keep node_dir as such meta/recipes-connectivity/bluez5/bluez5.inc | 1 + ...U-basename-compatible-implementation.patch | 138 ++ 2 files

[OE-core] [PATCH v3 3/3] musl: Upgrade to latest tip of trunk

2024-08-27 Thread Khem Raj
* b5121e2e iconv: add aliases for GBK * ca6f46af iconv: add euro symbol to GBK as single byte 0x80 (From OE-Core rev: 70179bc94c90ba1f33a3fff8f3019cb96fcdbaef) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- v2: No change v3: No change meta/recipes-core/musl/musl_git.bb | 2 +- 1

[OE-core] [PATCH v2 3/4] musl: Update to 1.2.5 release

2024-08-26 Thread Khem Raj
length character: erro WARNING: Failed to fetch URL git://git.etalabs.net/git/musl;branch=master;protocol=https [1] https://www.openwall.com/lists/musl/2024/03/01/2 Signed-off-by: Khem Raj --- v2: No changes ...ic-linker-a-relative-symlink-to-libc.patch | 12 +++--- ...ir-and-libdir-as-default

[OE-core] [PATCH v2 2/4] quota: Apply a backport to fix basename API with musl

2024-08-26 Thread Khem Raj
Drop the local patches for supporting musl, as they are either subsumed in the backport or are not needed anymore Signed-off-by: Khem Raj --- v2: No changes .../quota/0001-Fix-building-on-musl.patch | 228 ++ meta/recipes-extended/quota/quota/fcntl.patch | 70 -- meta

[OE-core] [PATCH v2 1/4] bluez5: Fix build with musl

2024-08-26 Thread Khem Raj
Signed-off-by: Khem Raj --- v2: Fix the upstream submission and latest patch submitted upstream meta/recipes-connectivity/bluez5/bluez5.inc | 1 + ...U-basename-compatible-implementation.patch | 136 ++ 2 files changed, 137 insertions(+) create mode 100644 meta/recipes

[OE-core] [PATCH v2 4/4] musl: Upgrade to latest tip of trunk

2024-08-26 Thread Khem Raj
* b5121e2e iconv: add aliases for GBK * ca6f46af iconv: add euro symbol to GBK as single byte 0x80 Signed-off-by: Khem Raj --- v2: No changes meta/recipes-core/musl/musl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes

[OE-core] [PATCH 4/4] musl: Upgrade to latest tip of trunk

2024-08-26 Thread Khem Raj
* b5121e2e iconv: add aliases for GBK * ca6f46af iconv: add euro symbol to GBK as single byte 0x80 Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl

[OE-core] [PATCH 2/4] quota: Apply a backport to fix basename API with musl

2024-08-26 Thread Khem Raj
Drop the local patches for supporting musl, as they are either subsumed in the backport or are not needed anymore Signed-off-by: Khem Raj --- .../quota/0001-Fix-building-on-musl.patch | 228 ++ meta/recipes-extended/quota/quota/fcntl.patch | 70 -- meta/recipes-extended

[OE-core] [PATCH 1/4] bluez5: Fix build with musl

2024-08-26 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-connectivity/bluez5/bluez5.inc | 1 + ...U-basename-compatible-implementation.patch | 97 +++ 2 files changed, 98 insertions(+) create mode 100644 meta/recipes-connectivity/bluez5/bluez5/0001-Provide-GNU-basename-compatible

[OE-core] [PATCH 3/4] musl: Update to 1.2.5 release

2024-08-26 Thread Khem Raj
length character: erro WARNING: Failed to fetch URL git://git.etalabs.net/git/musl;branch=master;protocol=https [1] https://www.openwall.com/lists/musl/2024/03/01/2 Signed-off-by: Khem Raj --- ...ic-linker-a-relative-symlink-to-libc.patch | 12 +++--- ...ir-and-libdir-as-default-pathes-to-l.patch

[OE-core] [PATCH] python: Backport fixes for CVE-2024-7592

2024-08-25 Thread Khem Raj
Signed-off-by: Khem Raj --- .../python/python3/CVE-2024-7592.patch| 231 ++ .../recipes-devtools/python/python3_3.12.5.bb | 1 + 2 files changed, 232 insertions(+) create mode 100644 meta/recipes-devtools/python/python3/CVE-2024-7592.patch diff --git a/meta/recipes

[OE-core] [PATCH] systemd: Refresh patch to remove patch-fuzz

2024-08-24 Thread Khem Raj
Fixes ERROR: systemd-1_256.5-r0 do_patch: QA Issue: Fuzz detected: Applying patch 0017-missing_syscall.h-Define-MIPS-ABI-defines-for-musl.patch patching file src/basic/missing_syscall.h Hunk #1 succeeded at 20 with fuzz 1. The issue surfaces when building with musl Signed-off-by: Khem Raj

Re: [OE-core] [poky][PATCH 3/9] libxml2: 2.12.8 -> 2.13.3

2024-08-24 Thread Khem Raj
This version bump is not simple as it causes ABI breakage for several packages. In meta-oe e.g. https://errors.yoctoproject.org/Errors/Build/189834/ look at libgsf, libspatialite and raptor2 Other projects have noticed it too see Gentoo e.g. - https://gitweb.gentoo.org/repo/gentoo.git/commit/?i

Re: [OE-core] [PATCH 08/32] e2fsprogs: upgrade 1.47.0 -> 1.47.1

2024-08-22 Thread Khem Raj
This is regressing libblockdev from meta-oe - https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/4065/steps/14/logs/stdio error snippet | /home/pokybuild/yocto-worker/meta-oe/build/build/tmp/work/core2-64-poky-linux/libblockdev/3.1.1/recipe-sysroot/usr/include/ext2fs/ext2fs.h: In

Re: [OE-core] [PATCH 2/2] oeqa/selftest/bbclasses: Add tests for systemd and update-rc.d interaction

2024-08-20 Thread Khem Raj
On Tue, Aug 20, 2024 at 1:35 PM Peter Kjellerstedt via lists.openembedded.org wrote: > These tests verify that the correct files are left behind when systemd > is inherited and depending on whether the systemd and/or sysvinit distro > features are enabled. > > Signed-off-by: Peter Kjellerstedt >

[OE-core] [PATCH] openssh: Mark CVE-2023-51767 as wont-fix

2024-08-19 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-connectivity/openssh/openssh_9.8p1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-connectivity/openssh/openssh_9.8p1.bb b/meta/recipes-connectivity/openssh/openssh_9.8p1.bb index 9554b4783f4..83145dbd185 100644 --- a/meta/recipes

[OE-core] [PATCH] gnupg: Document CVE-2022-3219 and mark wontfix

2024-08-11 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-support/gnupg/gnupg_2.4.5.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-support/gnupg/gnupg_2.4.5.bb b/meta/recipes-support/gnupg/gnupg_2.4.5.bb index 6968b1a..97b5d8856c0 100644 --- a/meta/recipes-support/gnupg/gnupg_2.4.5.bb

[OE-core] [PATCH] gcc: Upgrade to GCC 14.2

2024-08-06 Thread Khem Raj
This is first bugfix release in GCC14 release series 100+ bugfixes [1] [1] https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=14.2 Signed-off-by: Khem Raj --- meta/conf/distro/include/maintainers.inc | 2 +- .../gcc/{gcc-14.1.inc =&g

Re: [OE-core] [PATCH] musl: Show error when used with multilibs

2024-08-06 Thread Khem Raj
On Tue, Aug 6, 2024 at 2:46 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > From: "Richard Purdie via lists.openembedded.org" linuxfoundation@lists.openembedded.org> > > As discussed in the bugzilla entry, musl doesn't work with multilibs. > > I originally sent this patch in

[OE-core] [PATCH] binutils: Fix comment about major version

2024-08-04 Thread Khem Raj
Reword so that it does not have to be updated with every new major release of binutils Signed-off-by: Khem Raj --- meta/recipes-devtools/binutils/binutils-2.43.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/binutils/binutils-2.43.inc b/meta

[OE-core] [PATCH] libyaml: Change CVE status to wontfix

2024-07-31 Thread Khem Raj
This has not yet been disputed officially Signed-off-by: Khem Raj --- meta/recipes-support/libyaml/libyaml_0.2.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/libyaml/libyaml_0.2.5.bb b/meta/recipes-support/libyaml/libyaml_0.2.5.bb index

Re: [OE-core] [PATCH] libyaml: Update status of CVE-2024-35328

2024-07-31 Thread Khem Raj
On Wed, Jul 31, 2024 at 1:47 AM Marta Rybczynska wrote: > > > On Sun, Jul 28, 2024 at 4:49 PM Khem Raj via lists.openembedded.org > wrote: > >> This is open yet but seems to be disputed >> >> Signed-off-by: Khem Raj >> --- >> meta/recipes-suppo

Re: [OE-core] [openembedded-core V2][master][PATCH]xinetd: use monotonic time

2024-07-29 Thread Khem Raj
On Mon, Jul 29, 2024 at 7:06 PM Li Wang via lists.openembedded.org wrote: > > On 7/30/2024 02:50, Alexander Kanavin wrote: > > On Mon, 29 Jul 2024 at 16:48, Li Wang via lists.openembedded.org > > wrote: > >> when using xinet.d to limit rsync connections and time is set back, > >> the connection

[OE-core] [PATCH] libyaml: Update status of CVE-2024-35328

2024-07-28 Thread Khem Raj
This is open yet but seems to be disputed Signed-off-by: Khem Raj --- meta/recipes-support/libyaml/libyaml_0.2.5.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/libyaml/libyaml_0.2.5.bb b/meta/recipes-support/libyaml/libyaml_0.2.5.bb index 4cb5717ece8..2d6f27af1fc

Re: [OE-core] [PATCH 2/4] python3-cffi: generalise RDEPENDS

2024-07-24 Thread Khem Raj
On Wed, Jul 24, 2024 at 9:08 AM Ross Burton via lists.openembedded.org wrote: > > There's no need to mark these RDEPENDS as target-only. > > Signed-off-by: Ross Burton > --- > meta/recipes-devtools/python/python3-cffi_1.16.0.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --g

Re: [OE-core] [RFT][PATCH 1/2] glibc: Upgrade to 2.40

2024-07-22 Thread Khem Raj
Looks good, thanks! On Mon, Jul 22, 2024 at 9:36 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Mon, 2024-07-22 at 07:18 -0700, Khem Raj wrote: > > > > > > On Mon, Jul 22, 2024 at 2:22 AM Richard Purdie < > richard.pur...@linuxfoundation.org

Re: [OE-core] [PATCH] binutils: stable 2.42 branch updates

2024-07-22 Thread Khem Raj
On Sun, Jul 21, 2024 at 10:59 PM Hemraj, Deepthi via lists.openembedded.org wrote: > after update: > > === binutils Summary === > > # of expected passes302 > # of unexpected failures2 > # of untested testcases 1 > # of unsupported tests 7 > > before update: >

Re: [OE-core] [RFT][PATCH 1/2] glibc: Upgrade to 2.40

2024-07-22 Thread Khem Raj
On Mon, Jul 22, 2024 at 2:22 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Sun, 2024-07-21 at 11:03 -0700, Khem Raj via lists.openembedded.org > wrote: > > Major new features: > > > > * The header type-generic macros have been changed when us

[OE-core] [RFT][PATCH 1/2] glibc: Upgrade to 2.40

2024-07-21 Thread Khem Raj
now denotes the size of the active rseq area (20 bytes initially), not the size of struct rseq (32 bytes initially). Signed-off-by: Khem Raj --- meta/conf/distro/include/tcmode-default.inc | 2 +- ...2.39.bb => cross-localedef-native_2.40.bb} | 0 meta/recipes-core/glibc/glibc-common.

[OE-core] [RFT][PATCH 2/2] glibc: Remove redundant configure option --disable-werror

2024-07-21 Thread Khem Raj
This is applied unconditionally few lines above Signed-off-by: Khem Raj --- meta/recipes-core/glibc/glibc_2.40.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/glibc/glibc_2.40.bb b/meta/recipes-core/glibc/glibc_2.40.bb index 86f9fb927e7..71b89ac9ffb 100644 --- a/meta

[OE-core] [PATCH] systemd: Replace deprecate udevadm command

2024-07-17 Thread Khem Raj
In postinstall we run this script on target these days systemd-hwdb is recommended Fixes ... Configuring udev-hwdb. udevadm hwdb is deprecated. Use systemd-hwdb instead. Signed-off-by: Khem Raj --- meta/recipes-core/systemd/systemd_256.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion

Re: [OE-core][PATCH v5 2/3] openssh: systemd notification was implemented upstream

2024-07-16 Thread Khem Raj
actually I narrowed down my problem of disconnection to this patch in the series. Earlier I thought it might be related to the openssh upgrade patch but reverting that still causes the problem but this patch when reverted, the problem is gone. On Tue, Jul 16, 2024 at 7:17 AM Jose Quaresma via list

Re: [OE-core][PATCH v5 3/3] openssh: upgrade 9.7p1 -> 9.8p1

2024-07-16 Thread Khem Raj
My ssh connections are dropping after being connected for a minute or so same target worked fine from the same host before. I do have ServerAliveInterval 30 TCPKeepAlive yes Sometimes folks would suggest the first solution, but it seems to not have any effect anymore. On Tue, Jul 16, 2024 at 7:1

[OE-core] [PATCH] busybox: Add fix for CVE-2023-42366

2024-07-14 Thread Khem Raj
Signed-off-by: Khem Raj --- ...1-awk.c-fix-CVE-2023-42366-bug-15874.patch | 37 +++ meta/recipes-core/busybox/busybox_1.36.1.bb | 1 + 2 files changed, 38 insertions(+) create mode 100644 meta/recipes-core/busybox/busybox/0001-awk.c-fix-CVE-2023-42366-bug-15874.patch diff

[OE-core] [PATCH v2] busybox: CVE-2023-42364 and CVE-2023-42365 fixes

2024-07-14 Thread Khem Raj
backport upstream fix for CVEs and fix the regression that introduced [1] [1] http://lists.busybox.net/pipermail/busybox/2024-May/090766.html Signed-off-by: Khem Raj --- v2: Fix upstream status for patch #2 and typo in recipe ...01-awk-fix-precedence-of-relative-to.patch | 197

[OE-core] [PATCH] gcc-14: Mark CVE-2023-4039 as fixed in GCC14+

2024-07-14 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-devtools/gcc/gcc-14.1.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/gcc/gcc-14.1.inc b/meta/recipes-devtools/gcc/gcc-14.1.inc index 8b51b2938e8..8e887c84144 100644 --- a/meta/recipes-devtools/gcc/gcc-14.1.inc +++ b/meta

Re: [OE-core] OE-core CVE metrics for master on Sun 14 Jul 2024 01:00:01 AM HST

2024-07-14 Thread Khem Raj
On Sun, Jul 14, 2024 at 4:19 AM Steve Sakoman via lists.openembedded.org wrote: > > Branch: master > > New this week: 2 CVEs > CVE-2024-36288 (CVSS3: 5.5 MEDIUM): linux-yocto > https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-36288 * > CVE-2024-39472 (CVSS3: 5.5 MEDIUM): linux-yocto > h

[OE-core] [PATCH] busybox: CVE-2023-42364 and CVE-2023-42365 fixes

2024-07-14 Thread Khem Raj
backport upstream fix for CVEs and fix the regression that introduced [1] [1] http://lists.busybox.net/pipermail/busybox/2024-May/090766.html Signed-off-by: Khem Raj --- ...01-awk-fix-precedence-of-relative-to.patch | 197 ++ ...x-ternary-operator-and-precedence-of.patch | 94

[OE-core] [PATCH v2] busybox: Fix tc applet build when using kernel 6.8+

2024-07-14 Thread Khem Raj
We now have 6.9 kernel headers in master which means busybox builds with CONFIG_TC will fail to build due to CBQ being dropped in kernel 6.8+ Apply a fix which is reported upstream Signed-off-by: Khem Raj --- v2: Rebased on top of master .../busybox/busybox-1.36.1-no-cbq.patch | 61

Re: [OE-core] [PATCH 1/2] mesa: Add packageconfig knob to control tegra gallium driver

2024-07-12 Thread Khem Raj
On Fri, Jul 12, 2024 at 2:04 AM Alexander Kanavin wrote: > > On Fri, 12 Jul 2024 at 01:42, Khem Raj via lists.openembedded.org > wrote: > > +PACKAGECONFIG[tegra] = "" > > +GALLIUMDRIVERS:append ="${@bb.utils.contains('PACKAGECONFIG', 'tegra&#

Re: [OE-core] [PATCH 2/2] arch-arm64: Use neoverse-v1 ISA for Qemu usermode

2024-07-12 Thread Khem Raj
On Fri, Jul 12, 2024 at 6:26 AM Ross Burton wrote: > > On 12 Jul 2024, at 00:42, Khem Raj via lists.openembedded.org > wrote: > > > > With latest qemu several places where qemu-usermode is used e.g. > > nodejs, qtwebengine, chromium, the builds are failing form arm

[OE-core] [PATCH 1/2] mesa: Add packageconfig knob to control tegra gallium driver

2024-07-11 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-graphics/mesa/mesa.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index d56def29163..c426e8fddd4 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes

[OE-core] [PATCH 2/2] arch-arm64: Use neoverse-v1 ISA for Qemu usermode

2024-07-11 Thread Khem Raj
equivalent features, which is evident that SIGILL also happens when using -cpu neoverse-v2, therefore explicitly select neoverse-v1 for ISA, which works and covers almost all (if not all) cpu tunes for armv8 we have. Signed-off-by: Khem Raj --- meta/conf/machine/include/arm/arch-arm64.inc | 5 +++

Re: [OE-core] [PATCH] distro/include: Add yocto-space-optimize, disabling debugging for large components

2024-07-11 Thread Khem Raj
On Thu, Jul 11, 2024 at 6:35 AM Richard Purdie via lists.openembedded.org wrote: > > On Thu, 2024-07-11 at 12:10 +, Ross Burton via lists.openembedded.org > wrote: > > On 11 Jul 2024, at 10:30, Richard Purdie via lists.openembedded.org > > wrote: > > > > > > +DEBUG_FLAGS:remove:pn-llvm = "-

[OE-core] [PATCH] gdb: Upgrade to 15.1 release

2024-07-09 Thread Khem Raj
Improved python support and needs c++17 std in compiler to build Detailed Release Notee [1] [1] https://sourceware.org/pipermail/gdb-announce/2024/000140.html Signed-off-by: Khem Raj --- meta/conf/distro/include/tcmode-default.inc | 2 +- ...ian_14.2.bb => gdb-cross-canadian_15.1.bb} |

Re: [OE-core] [PATCH v3] acl: Fix nfs ptest failure

2024-07-08 Thread Khem Raj
On Mon, Jul 8, 2024 at 8:56 AM Ross Burton wrote: > > On 1 Jul 2024, at 17:33, Alexandre Belloni via lists.openembedded.org > wrote: > > > > On 01/07/2024 09:19:50-0700, Khem Raj wrote: > >> On Mon, Jul 1, 2024 at 1:25 AM Yu, Mingli wrote: > >> >

Re: [OE-core] [PATCH] tune: octeontx2: remove crypto from TUNE_FEATURES

2024-07-03 Thread Khem Raj
:append:toolchain-clang = "${@bb.utils.contains("TUNE_FEATURES", "octeontx2 crypto", " -mcpu=octeontx2", "", d)}" > > B.R. > Ruiqiang > -- > *From:* Khem Raj > *Sent:* Wednesday, July 3, 2024 11:30 > *To:* Ha

Re: [OE-core] [PATCH] tune: octeontx2: remove crypto from TUNE_FEATURES

2024-07-02 Thread Khem Raj
On Tue, Jul 2, 2024 at 7:00 PM Ruiqiang Hao via lists.openembedded.org wrote: > > From: Ruiqiang Hao > > Since GCC's configuration includes the crypto feature when specifying > '-mcpu=octeontx2', there's no need to additionally include this feature > in TUNE_FEATURES. Removing crypto to fix the f

[OE-core] [PATCH] busybox: Fix tc applet build when using kernel 6.8+

2024-07-02 Thread Khem Raj
We now have 6.9 kernel headers in master which means busybox builds with CONFIG_TC will fail to build due to CBQ being dropped in kernel 6.8+ Apply a fix which is reported upstream Signed-off-by: Khem Raj --- .../busybox/busybox-1.36.1-no-cbq.patch | 61 +++ meta/recipes

[OE-core] [PATCH] mesa: Including missing LLVM header

2024-07-01 Thread Khem Raj
This issue happens with LLVM trunk Signed-off-by: Khem Raj --- ...lude-missing-llvm-IR-header-Module.h.patch | 41 +++ meta/recipes-graphics/mesa/mesa.inc | 1 + 2 files changed, 42 insertions(+) create mode 100644 meta/recipes-graphics/mesa/files/0001-amd-Include

Re: [OE-core] [PATCH v3] acl: Fix nfs ptest failure

2024-07-01 Thread Khem Raj
On Mon, Jul 1, 2024 at 1:25 AM Yu, Mingli wrote: > > > On 6/28/24 02:21, Khem Raj wrote: > > CAUTION: This email comes from a non Wind River email account! > > Do not click links or open attachments unless you recognize the sender > and know the content is safe. > &g

Re: [OE-core] [PATCH v3] acl: Fix nfs ptest failure

2024-06-27 Thread Khem Raj
I am seeing two XPASSes which is ok but the test runs reports failure back root@qemux86-64:/usr/lib/acl/ptest# ./run-ptest PASS: test/cp.test PASS: test/getfacl-lfs.test PASS: test/getfacl-noacl.test PASS: test/getfacl-recursive.test PASS: test/malformed-restore.test PASS: test/misc.test PASS: tes

[OE-core] [PATCH] utils.bbclass: Use objdump instead of readelf to compute SONAME

2024-06-27 Thread Khem Raj
gly, as an aside, the post processing expression is simplified too [1] https://github.com/llvm/llvm-project/pull/96562 Signed-off-by: Khem Raj --- meta/classes-global/utils.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes-global/utils.bbclass b/m

Re: [OE-core] [PATCH v2] gcc: Fix wrong order of gcc include paths on musl systems

2024-06-27 Thread Khem Raj
ignore this one. On Thu, Jun 27, 2024 at 12:51 AM Khem Raj wrote: > > musl does not use gcc private system headers, however, the path gets > prepended since gcc driver passes -iprefix option to cc1 based on its > installation location. This starts to prefer these headers inste

[OE-core] [PATCH v2] gcc: Fix wrong order of gcc include paths on musl systems

2024-06-27 Thread Khem Raj
patch switches prepend to append for musl systems. Signed-off-by: Khem Raj --- v2: Use a runtime check instead of build time check meta/recipes-devtools/gcc/gcc-14.1.inc| 1 + ...te-include-paths-on-musl-instead-of-.patch | 36 +++ 2 files changed, 37 insertions(+) create

[OE-core] [PATCH] llvm: Update to 18.1.8

2024-06-26 Thread Khem Raj
labels in macros (#92494) * 8c0fe0d65ed8 release/18.x: [clang-format] Don't always break before << between str… (#94091) * 7e6ece9b4f2d [PPCMergeStringPool] Only replace constant once (#92996) * 1ce2d26cd2e9 Bump version to 18.1.7 (#93723) Signed-off-by: Khem Raj --- meta/recipes-de

Re: [OE-core][PATCH] python3-numpy: upgrade 1.26.4 -> 2.0.0

2024-06-23 Thread Khem Raj
; > License-Update: Change copyright year to 2024 > > > > Signed-off-by: Trevor Gamblin > > --- > > ...1-numpy-core-Define-RISCV-32-support.patch | 28 +++ > > ...numpy_1.26.4.bb => python3-numpy_2.0.0.bb} | 10 ++++--- > > 2 files changed, 22 in

  1   2   3   4   5   6   7   8   9   10   >