[OE-core] [PATCH] selftest/cases/glibc.py: fix the override syntax

2023-07-20 Thread Anuj Mittal
Fix the override so we actually pass the correct value to glibc. Signed-off-by: Anuj Mittal --- meta/lib/oeqa/selftest/cases/glibc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oeqa/selftest/cases/glibc.py b/meta/lib/oeqa/selftest/cases/glibc.py index

[OE-core] kirkstone boost upgrade?

2023-07-20 Thread Thomas Roos via lists.openembedded.org
Hi, we are hitting an issue with boost version 1.78 and like to ask if and how there is a boost upgrade on kirkstone branch? Cheers, Thomas Amazon Web Services EMEA SARL 38 avenue John F. Kennedy, L-1855 Luxembourg Sitz der Gesellschaft: L-1855 Luxemburg eingetragen im Luxemburgischen

[OE-core] [PATCH 2/2] curl: Refine ptest perl RDEPENDS

2023-07-20 Thread Robert Joslyn
RDEPEND on the specific perl modules required for the tests rather than the perl-modules meta package. Signed-off-by: Robert Joslyn --- meta/recipes-support/curl/curl_8.2.0.bb | 19 +-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 1/2] curl: Update from 8.1.2 to 8.2.0

2023-07-20 Thread Robert Joslyn
This is a feature and bugfix update. Full release notes available at: https://curl.se/changes.html#8_2_0 Signed-off-by: Robert Joslyn --- meta/recipes-support/curl/{curl_8.1.2.bb => curl_8.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

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

2023-07-20 Thread Jing Hui Tham
Hi all, Intel and WR YP QA is planning for QA execution for YP build yocto-4.3_M2.rc1. We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2. BSP-hw Runtime auto test for following platforms: 1. MinnowBoard Turbot - 32bit

Re: [OE-core][mickledore 02/26] dmidecode: fix CVE-2023-30630

2023-07-20 Thread Randy MacLeod via lists.openembedded.org
On 2023-07-18 18:32, Steve Sakoman wrote: On Tue, Jul 18, 2023 at 11:49 AM Randy MacLeod wrote: Add Kai, On 2023-07-14 18:32, Steve Sakoman via lists.openembedded.org wrote: From: Yogita Urade Dmidecode before 3.5 allows -dump-bin to overwrite a local file. This has security relevance

Re: [OE-core] make-mod-scripts doesn't know KERNEL_LOCALVERSION

2023-07-20 Thread Bruce Ashfield
On Thu, Jul 20, 2023 at 9:19 AM Bruce Ashfield via lists.openembedded.org wrote: > > On Thu, Jul 20, 2023 at 9:16 AM Petr Gotthard > wrote: > > > > > My question was about CONFIG_LOCALVERSION_AUTO being something that you > > > changed after the first issue popped up (I understood what it was >

[OE-core][PATCH v2] nfs-utils: upgrade 2.6.2 -> 2.6.3

2023-07-20 Thread Trevor Gamblin
Changelog: http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=shortlog Three patches were removed as they're now upstream: 2c0b5249 Replace statfs64 with statfs 167f2336 Fix function prototypes 896946e3 mountd: Check for return of stat function do_compile still failed after removing these

Re: [OE-core][PATCH] nfs-utils: upgrade 2.6.2 -> 2.6.3

2023-07-20 Thread Trevor Gamblin
On 2023-07-20 14:48, Alexander Kanavin wrote: LDFLAGS issue is better addressed with a backport: http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=commit;h=bc4a5deef9f820c55fdac3c0070364c17cd91cca Thanks for the heads-up. v2 incoming. Alex On Thu, 20 Jul 2023 at 18:21, Trevor Gamblin

Re: [OE-core][PATCH] iproute2: upgrade 6.3.0 -> 6.4.0

2023-07-20 Thread Trevor Gamblin
On 2023-07-20 15:46, Alexander Kanavin wrote: Please do not add Pending patches, if they're not actually pending anything. You should submit upstream ahead of submitting to oe-core. I'm going to attempt submitting it upstream, but I should've clarified that I am going to do so. I talked to the

Re: [OE-core][PATCH] iproute2: upgrade 6.3.0 -> 6.4.0

2023-07-20 Thread Alexander Kanavin
Please do not add Pending patches, if they're not actually pending anything. You should submit upstream ahead of submitting to oe-core. Alex On Thu, 20 Jul 2023 at 21:26, Trevor Gamblin wrote: > > Changelog: https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/log/ > > Added a patch for

[OE-core][PATCH] iproute2: upgrade 6.3.0 -> 6.4.0

2023-07-20 Thread Trevor Gamblin
Changelog: https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/log/ Added a patch for including limits.h with musl builds, or else we get failures such as: | mdb.c: In function 'mdb_parse_vni': | mdb.c:666:47: error: 'ULONG_MAX' undeclared (first use in this function) | 666 |

Re: [OE-core][PATCH] nfs-utils: upgrade 2.6.2 -> 2.6.3

2023-07-20 Thread Alexander Kanavin
LDFLAGS issue is better addressed with a backport: http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=commit;h=bc4a5deef9f820c55fdac3c0070364c17cd91cca Alex On Thu, 20 Jul 2023 at 18:21, Trevor Gamblin wrote: > > Changelog: http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=shortlog > > Three

Re: [OE-core] [meta][kirkstone][PATCH] json-c: disable -Werror for x86-64

2023-07-20 Thread Alexander Kanavin
Also, does the issue occur on oe-core master? Alex On Thu, 20 Jul 2023 at 20:44, Alexander Kanavin wrote: > > This needs to be reported upstream and the ticket linked (ideally, > develop a patch to fix the issue). The tweak needs to be :class-native > only. > > Alex > > On Thu, 20 Jul 2023 at

Re: [OE-core] [meta][kirkstone][PATCH] json-c: disable -Werror for x86-64

2023-07-20 Thread Alexander Kanavin
This needs to be reported upstream and the ticket linked (ideally, develop a patch to fix the issue). The tweak needs to be :class-native only. Alex On Thu, 20 Jul 2023 at 15:37, Rouven Czerwinski wrote: > > From: Rouven Czerwinski > > Disable -Werror using OECMAKE_C_FLAGS on x86-64. This

[OE-core] [mickledore][PATCH] tiff: upgrade to 4.5.1

2023-07-20 Thread Nat Bailey via lists.openembedded.org
From: Ross Burton Also remove old CVE_CHECK_IGNOREs which are no longer needed due to CPE updates. This is a backport from master. Mickledore had one extra CVE patch that was not on master at the time of upgrade, so it had to be manually removed here. Signed-off-by: Ross Burton Signed-off-by:

Re: [oe-core][RFC PATCH 0/3] Add packagefeed recipe class

2023-07-20 Thread Alexander Kanavin
On Wed, 19 Jul 2023 at 23:14, Charlie Johnston wrote: > I could see reusing the logic from the package_manager, but it would require > changes to allow indices to be created for arbitrary directories (instead of > being > hardcoded based on package type), and adding some mechanism to >

Re: [OE-core][PATCH v9 0/3] CVE-check handling

2023-07-20 Thread Marta Rybczynska
On Wed, Jul 19, 2023 at 2:03 PM Andrej Valek via lists.openembedded.org wrote: > Even better, > > So I will make one more rebase, just for "[OE-core][PATCH v9 3/3] > cve_check: > convert CVE_CHECK_IGNORE to CVE_STATUS" > > This version looks best from all I've seen. Let's get it in in this

Re: [OE-core] [RFC PATCH 0/4] Bump Protobuf/gRPC

2023-07-20 Thread Martin Jansa
These patches should be sent to openembedded-devel not openembedded-core. > ERROR: abseil-cpp-20230125.3-r0 do_package: Variable Requires: absl_config = 20230125, absl_core_headers = 20230125, absl_log_internal_append_truncated = 20230125, absl_log_internal_config = 20230125,

[OE-core] [RFC PATCH 4/4] devtools: grpc: bump to 1.56.2

2023-07-20 Thread Clément Péron
Remove merged patch that export plugin to a separate targets Remove no more applicatable patch Signed-off-by: Clément Péron --- ...RPCPP_ABSEIL_SYNC-to-GPR_ABSEIL_SYNC.patch | 62 - ...d-separate-export-for-plugin-targets.patch | 93 --- .../grpc/{grpc_1.50.1.bb =>

[OE-core] [RFC PATCH 2/4] devtools: protobuf: add utf8-range recipe

2023-07-20 Thread Clément Péron
Utf8 range is a new algorithm that implement fast UTF8 validation. It is required to compile examples for new protobuf. Signed-off-by: Clément Péron --- .../protobuf/utf8-range_git.bb| 22 +++ 1 file changed, 22 insertions(+) create mode 100644

[OE-core] [RFC PATCH 3/4] protobuf: bump to 3.23.4

2023-07-20 Thread Clément Péron
Bump to protobuf 3.23.4 with the following diff - Add new abseil-cpp jsoncpp dependencies - Linking with gold patch has been fixed see commit 462964ed322503af52638d54c00a0a67d7133349 - Refresh the patch that fix examples LDFLAGS Signed-off-by: Clément Péron ---

[OE-core] [RFC PATCH 1/4] jsoncpp: extend with nativesdk

2023-07-20 Thread Clément Péron
Jsoncpp doesn't extend for the moment with nativesdk We will need jsoncpp in the next protobuf bump that will require that. Add the nativesdk to BBEXTENDS of the jsoncpp recipe. Signed-off-by: Clément Péron --- meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.5.bb | 2 +- 1 file changed, 1

[OE-core] [RFC PATCH 0/4] Bump Protobuf/gRPC

2023-07-20 Thread Clément Péron
Hi, I'm trying to bump gRPC to a more recent version, but it requires a bump of protobuf. I'm strugling with the following issue when compiling: ERROR: abseil-cpp-20230125.3-r0 do_package: Variable Requires: absl_config = 20230125, absl_core_headers = 20230125,

[OE-core][PATCH] nfs-utils: upgrade 2.6.2 -> 2.6.3

2023-07-20 Thread Trevor Gamblin
Changelog: http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=shortlog Three patches were removed as they're now upstream: 2c0b5249 Replace statfs64 with statfs 167f2336 Fix function prototypes 896946e3 mountd: Check for return of stat function do_compile still failed after removing these

[OE-core] [PATCH 1/2] ltp: add RDEPENDS on findutils

2023-07-20 Thread Ross Burton
From: Ross Burton With busybox find some of the test script fails, so depend on GNU find. Signed-off-by: Ross Burton --- meta/recipes-extended/ltp/ltp_20230516.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-extended/ltp/ltp_20230516.bb

[OE-core] [PATCH 2/2] oeqa/ltp: rewrote LTP testcase and parser

2023-07-20 Thread Ross Burton
From: Ross Burton The LTP test reporting appears to be a little fragile so I tried to make it more reliable. Primarily this is done by not passing -p to runltp, which results in machine-readable logfiles instead of human-readable. These are easier to parse and have more context in, so we can

[OE-core] [meta][kirkstone][PATCH] json-c: disable -Werror for x86-64

2023-07-20 Thread Rouven Czerwinski
From: Rouven Czerwinski Disable -Werror using OECMAKE_C_FLAGS on x86-64. This ensures that json-c can build on newer distributions where the host compiler is new enough to treat implicit fallthrough warnings as errors: | NOTE: VERBOSE=1 cmake --build

Re: [OE-core] make-mod-scripts doesn't know KERNEL_LOCALVERSION

2023-07-20 Thread Bruce Ashfield
On Thu, Jul 20, 2023 at 9:16 AM Petr Gotthard wrote: > > > My question was about CONFIG_LOCALVERSION_AUTO being something that you > > changed after the first issue popped up (I understood what it was changing > > from > > your first description) I can't clearly see if you turned it on in

Re: [OE-core] make-mod-scripts doesn't know KERNEL_LOCALVERSION

2023-07-20 Thread Petr Gotthard
> My question was about CONFIG_LOCALVERSION_AUTO being something that you > changed after the first issue popped up (I understood what it was changing > from > your first description) I can't clearly see if you turned it on in response > to the > breakage, but I'm assuming that the answer is

Re: [OE-core] make-mod-scripts doesn't know KERNEL_LOCALVERSION

2023-07-20 Thread Bruce Ashfield
On Thu, Jul 20, 2023 at 6:06 AM Petr Gotthard wrote: > > > -Original Message- > > From: Bruce Ashfield > > Sent: Wednesday, July 19, 2023 11:56 PM > > To: Petr Gotthard > > Cc: openembedded-core@lists.openembedded.org > > Subject: Re: [OE-core] make-mod-scripts doesn't know

[OE-core] About requirements on cross compiling rust package

2023-07-20 Thread Frederic Martinsons
Hello list, In the course of YOCTO #15104 , I finally found the issue was due to a missing Cargo.lock file at the root of the project (which is pretty usual for a Rust project from git since Cargo.lock is only required when publishing on

Re: [OE-core] Toolchain test results

2023-07-20 Thread Richard Purdie
On Tue, 2023-07-18 at 10:14 +0100, Richard Purdie via lists.openembedded.org wrote: > qemuarm has ~350 failures > qemuarm64 has ~350 failures > qemux86-64 has ~4000 (3900 in glibc) > qemux86 has ~4000 (3500 in glibc) > qemuppc has ~600 failures > qemumips64 has ~5000 failures (all over) > qemumips

[OE-core] [PATCH] glibc-testsuite: Fix network restrictions causing test failures

2023-07-20 Thread Richard Purdie
The check target for the glibc testsuite uses networking to access a QEMU in system mode. This was resulting in large numbers of test failures for the x86 targets that use it. Enable network access to resolve this. Signed-off-by: Richard Purdie ---

[OE-core] [PATCH] kernel: Fix path comparison in kernel staging dir symlinking

2023-07-20 Thread Staffan Rydén
Due to an oversight in the do_symlink_kernsrc function, the path comparison between "S" and "STAGING_KERNEL_DIR" is broken. The code obtains both variables, but modifies the local copy of "S" before comparing them, causing the comparison to always return false. This can cause the build to fail

[OE-Core][PATCH v2 3/3] eudev: Add group sgx to eudev package

2023-07-20 Thread Alex Kiernan
Fix startup warning: udevd[171]: specified group 'sgx' unknown This mirrors the change in bab455cd9b1b ("systemd: add group sgx to udev package") for systemd-udev. Signed-off-by: Alex Kiernan --- Changes in v2: - Rework rpm handling so that the debugfs doesn't include a spurious copy of

[OE-Core][PATCH v2 2/3] rpm: Pick debugfs package db files/dirs explicitly

2023-07-20 Thread Alex Kiernan
Rather than copying the entire /etc hierarchy, specify the pieces we actually need. Signed-off-by: Alex Kiernan --- Changes in v2: - New in v2 meta/lib/oe/package_manager/rpm/rootfs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-Core][PATCH] eudev: Add group sgx to eudev package

2023-07-20 Thread Alex Kiernan
On Wed, Jul 19, 2023 at 8:58 PM Alex Kiernan via lists.openembedded.org wrote: > > On Wed, Jul 19, 2023 at 7:48 PM Alex Kiernan via > lists.openembedded.org > wrote: > > > > On Wed, Jul 19, 2023 at 1:30 PM Alexandre Belloni > > wrote: > > > > > > Hello, > > > > > > I had a bit of trouble to

[OE-Core][PATCH v2 1/3] rootfs: Add debugfs package db file copy and cleanup

2023-07-20 Thread Alex Kiernan
When copying the package database files for the debugfs, add individual file copy as well as tree copying. After the debug rootfs has been created, cleanup the package files. This then allows us to avoid a problem where (for rpm at least) extraneous files in the debug rootfs would cause failures

Re: [OE-core] make-mod-scripts doesn't know KERNEL_LOCALVERSION

2023-07-20 Thread Petr Gotthard
> -Original Message- > From: Bruce Ashfield > Sent: Wednesday, July 19, 2023 11:56 PM > To: Petr Gotthard > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] make-mod-scripts doesn't know KERNEL_LOCALVERSION > > > > The kernel is "linux-ti-staging_6.1" with quite

[oe-core][mickledore][PATCH 1/1] vim: upgrade 9.0.1527 -> 9.0.1592

2023-07-20 Thread Polampalli, Archana via lists.openembedded.org
From: Trevor Gamblin Fixes: https://nvd.nist.gov/vuln/detail/CVE-2023-2609 d1ae836 patch 9.0.1531: crash when register contents ends up being invalid https://nvd.nist.gov/vuln/detail/CVE-2023-2610 ab9a2d8 patch 9.0.1532: crash when expanding "~" in substitute causes very long text

Re: [OE-core][dunfell][PATCH] qemu: backport Debian patch to fix CVE-2023-0330

2023-07-20 Thread Philippe Mathieu-Daudé
On 14/7/23 15:54, Vijay Anusuri wrote: From: Vijay Anusuri import patch from ubuntu to fix CVE-2023-0330 Upstream-Status: Backport [import from ubuntu https://git.launchpad.net/ubuntu/+source/qemu/tree/debian/patches?h=ubuntu/focal-security Upstream commit

Re: [OE-core][kirkstone][PATCH] qemu: backport Debian patch to fix CVE-2023-0330

2023-07-20 Thread Philippe Mathieu-Daudé
On 18/7/23 08:01, Vijay Anusuri wrote: From: Vijay Anusuri import patch from ubuntu to fix CVE-2023-0330 Upstream-Status: Backport [import from ubuntu https://git.launchpad.net/ubuntu/+source/qemu/tree/debian/patches?h=ubuntu/jammy-security Upstream commit

Re: [oe-core][mickledore][PATCH 1/1] qemu: fix CVE-2023-0330

2023-07-20 Thread Philippe Mathieu-Daudé
On 18/7/23 17:35, Polampalli, Archana via lists.openembedded.org wrote: A vulnerability in the lsi53c895a device affects the latest version of qemu. A DMA-MMIO reentrancy problem may lead to memory corruption bugs like stack overflow or use-after-free. References:

[OE-core][PATCH] cve_check: convert CVE_CHECK_IGNORE to CVE_STATUS

2023-07-20 Thread Andrej Valek via lists.openembedded.org
- Try to add convert and apply statuses for old CVEs - Drop some obsolete ignores, while they are not relevant for current version Signed-off-by: Andrej Valek Reviewed-by: Peter Marko --- .../distro/include/cve-extra-exclusions.inc | 149 meta/recipes-bsp/grub/grub2.inc

[OE-core] [dunfell][PATCH] ruby/cgi-gem: CVE-2021-33621 HTTP response splitting in CGI

2023-07-20 Thread Hitendra Prajapati
Upstream-Status: Backport from https://github.com/ruby/cgi/commit/64c5045c0a6b84fdb938a8465a0890e5f7162708 Signed-off-by: Hitendra Prajapati --- .../ruby/ruby/CVE-2021-33621.patch| 139 ++ meta/recipes-devtools/ruby/ruby_2.7.6.bb | 1 + 2 files changed, 140