Re: [OE-Core][PATCH v2] rust: Upgrade 1.70.0 -> 1.71.0

2023-08-30 Thread Randy MacLeod via lists.openembedded.org
On 2023-08-17 03:46, Alexander Kanavin wrote: If you already have a patch it's better if you don't wait for new versions. New version may require significant additional work, and by then feature freeze is in place, and then we'll end up with no upgrade at all. Alex FYI, There were some

Re: [OE-core] [RFC PATCH 4/5] qemu: enable parallel builds when using the jobserver class

2023-08-30 Thread Randy MacLeod via lists.openembedded.org
Thanks for the patch set Martin! On 2023-08-28 08:48, Martin Hundeb?ll via lists.openembedded.org wrote: If the jobserver class is enabled, the PARALLEL_MAKE variable is unset in favor of configuring a shared jobserver in the MAKEFLAGS variable. However, the qemu makefile translates the missing

[OE-core] [PATCH] strace: backport fix for so_peerpidfd-test

2023-10-31 Thread Randy MacLeod via lists.openembedded.org
From: Randy MacLeod Backport the fix for the so_peerpidfd-test: 44cf51a38 tests: fix so_peerpidfd test and drop the patch that skipped that test. Signed-off-by: Randy MacLeod --- .../skip-test-so_peerpidfd.gen.test.patch | 25 ---

[OE-core] [PATCH] strace: upgrade 6.5 -> 6.6

2023-10-31 Thread Randy MacLeod via lists.openembedded.org
From: Randy MacLeod Update the COPYING checksum; only the copyright date changed. Noteworthy changes in strace 6.6 (2023-10-31) = * Improvements * Implemented --kill-on-exit option that instructs the tracer to set PTRACE_O_EXITKILL option to

Re: [OE-core] [PATCH] strace: backport fix for so_peerpidfd-test

2023-10-31 Thread Randy MacLeod via lists.openembedded.org
On 2023-10-31 7:47 p.m., Randy MacLeod via lists.openembedded.org wrote: From: Randy MacLeod Backport the fix for the so_peerpidfd-test: 44cf51a38 tests: fix so_peerpidfd test and drop the patch that skipped that test. Note that options-syntax.test failed with the default qemux86-64/kvm

Re: [oe-core][kirkstone][PATCH 1/2] curl: fix CVE-2023-38545

2023-10-29 Thread Randy MacLeod via lists.openembedded.org
On 2023-10-29 5:49 a.m., Peter Marko via lists.openembedded.org wrote: Gentle ping. It would be great to have this in next kirkstone release which will be built in a week. It's queued now: https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/kirkstone-nut Archana, Can you be

Re: [OE-core] [meta-oe][PATCH v2] volatile-binds: Calculate the name of the /var/lib service

2023-10-30 Thread Randy MacLeod via lists.openembedded.org
On 2023-10-28 4:17 a.m., Stéphane Veyret via lists.openembedded.org wrote: Hello, This patch and the previous one (https://lists.openembedded.org/g/openembedded-core/message/186778) have not been integrated yet. Have they been forgotten, should I do some modifications, or have they been

Re: [oe-core][kirkstone][PATCH 1/1] linux-firmware: upgrade 20230625 -> 20230804

2023-10-23 Thread Randy MacLeod via lists.openembedded.org
On 2023-10-20 12:25 a.m., Meenali Gupta via lists.openembedded.org wrote: License-Update: additional firmwares upgrade include fix for CVE-2023-20569 CVE-2022-40982 CVE-2023-20593 Changelog: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/ References:

Re: [OE-core] [PATCH V2] glibc: stable 2.38 branch updates.

2023-09-27 Thread Randy MacLeod via lists.openembedded.org
On 2023-09-27 3:52 p.m., Alexandre Belloni via lists.openembedded.org wrote: Randy, Can you please ensure everyone at Windriver that will contribute to YP has setup their from identity? This is described here:

Re: [OE-core] [PATCH V3] glibc: stable 2.38 branch updates.

2023-10-03 Thread Randy MacLeod via lists.openembedded.org
On 2023-10-03 1:34 a.m., Deepthi.Hemraj via lists.openembedded.org wrote: Regression testing is done and below are the test results. Before glibc update Summary of test results: 213 FAIL 4805 PASS 16 XFAIL 4 XPASS 218 UNSUPPORTED After glibc update Summary of test results: 216 FAIL 4805 PASS

[OE-core] [PATCH] strace: skip so_peerpidfd test

2023-10-06 Thread Randy MacLeod via lists.openembedded.org
From: Randy MacLeod The so_peerpidfd test is failing due to a difference of square brackets in part of the log file. Skip the failing test until the difference is understood and fixed. Signed-off-by: Randy MacLeod --- .../skip-test-so_peerpidfd.gen.test.patch | 25 +++

Re: [OE-core] [PATCH] strace: skip so_peerpidfd test

2023-10-06 Thread Randy MacLeod via lists.openembedded.org
On 2023-10-06 4:06 p.m., Randy MacLeod via lists.openembedded.org wrote: From: Randy MacLeod The so_peerpidfd test is failing due to a difference of square brackets in part of the log file. Skip the failing test until the difference is understood and fixed. Signed-off-by: Randy MacLeod

[OE-core] [PATCH V3] strace: skip so_peerpidfd test

2023-10-06 Thread Randy MacLeod via lists.openembedded.org
From: Randy MacLeod The so_peerpidfd test is failing in every linux-yocto-6.5 ptest run due to a difference of square brackets in part of the log file. Skip the failing test until the difference is understood and fixed. Signed-off-by: Randy MacLeod ---

Re: [OE-core] [PATCH V3] strace: skip so_peerpidfd test

2023-10-06 Thread Randy MacLeod via lists.openembedded.org
On 2023-10-06 5:27 p.m., Randy MacLeod via lists.openembedded.org wrote: From: Randy MacLeod The so_peerpidfd test is failing in every linux-yocto-6.5 ptest run due to a difference of square brackets in part of the log file. Skip the failing test until the difference is understood and fixed

[OE-core] [PATCH V2] strace: skip so_peerpidfd test

2023-10-06 Thread Randy MacLeod via lists.openembedded.org
From: Randy MacLeod The so_peerpidfd test is failing due to a difference of square brackets in part of the log file. Skip the failing test until the difference is understood and fixed. Signed-off-by: Randy MacLeod --- .../skip-test-so_peerpidfd.gen.test.patch | 25 +++

Re: [OE-core] [PATCH V2] strace: skip so_peerpidfd test

2023-10-06 Thread Randy MacLeod via lists.openembedded.org
On 2023-10-06 5:14 p.m., Randy MacLeod via lists.openembedded.org wrote: From: Randy MacLeod The so_peerpidfd test is failing due to a difference of square brackets in part of the log file. Skip the failing test until the difference is understood and fixed. Signed-off-by: Randy MacLeod

Re: [OE-core] [PATCH v2] rust: Upgrade 1.70.0 -> 1.71.0

2023-08-17 Thread Randy MacLeod via lists.openembedded.org
Add Alex back to the To list. On 2023-08-17 09:50, Shinde, Yash via lists.openembedded.org wrote: Alex, I will look into rust upgrade 1.70 -> 1.71. What's the timeline for this? I guess it's 2 weeks for feature freeze for 4.3. We talked about this offline and concluded that the best

Re: [OE-core] [PATCH v2] rust: Upgrade 1.70.0 -> 1.71.0

2023-08-17 Thread Randy MacLeod via lists.openembedded.org
On 2023-08-17 10:58, Alex Kiernan wrote: Hi Yeah, you're correct... Currently sitting beside a pool in France,  having discovered that the DSL where we're staying is basically useless :) I've been buried in an ESP32 project before we went away, so not meaningfully got back to this. I did

Re: [OE-core] [PATCH v3] rust: Upgrade 1.70.0 -> 1.71.0

2023-08-25 Thread Randy MacLeod via lists.openembedded.org
On 2023-08-25 11:30, Shinde, Yash wrote: Hi Luca, The current version of Rust Oe-selftest is based on Rust 1.70 and works well there. It is yet to be updated for Rust 1.71 (eventually 1.72 which is latest). With every new Rust version there are newly test cases added from which some might

Re: [OE-core][master][mickledore][PATCH] openssl: Upgrade 3.1.1 -> 3.1.2

2023-08-15 Thread Randy MacLeod via lists.openembedded.org
On 2023-08-13 06:49, Peter Marko via lists.openembedded.org wrote: Gentle ping. Is there any problem with this patch? Peter Peter, We'd all like to see this openssl update merged but I suspect, that for master, it's backed up behind the 6.4 kernel update and some glibc update problems

Re: [OE-core] [RFC 1/5] valgrind: make ptest depend on all components

2023-11-08 Thread Randy MacLeod via lists.openembedded.org
On 2023-11-08 8:25 p.m., Randy MacLeod via lists.openembedded.org wrote: From: Randy MacLeod When the helper scripts were split into separate packages, they weren't added as ptest dependencies. Fix that. Well, this is embarrassing... I'm no longer convinced that this is required. I think I

Re: [OE-core] [RFC 3/5] valgrind: drop context API musl patch

2023-11-08 Thread Randy MacLeod via lists.openembedded.org
On 2023-11-08 8:25 p.m., Randy MacLeod via lists.openembedded.org wrote: From: Randy MacLeod Drop 002-context-APIs-are-not-available-on-musl.patch I tested the update to 3.22 including ptests and then did a careful review of the patches so that's why these 'drop' commits come after

Re: [OE-core] [RFC 2/5] valgrind: update from 3.21.0 to 3.22.0

2023-11-08 Thread Randy MacLeod via lists.openembedded.org
On 2023-11-08 8:25 p.m., Randy MacLeod via lists.openembedded.org wrote: From: Randy MacLeod Full release notes:https://valgrind.org/docs/manual/dist.news.html In summary, there is a new configure option: --with-gdbscripts-dir that lets you install the gdb valgrind python monitor scripts

[OE-core] [RFC 2/5] valgrind: update from 3.21.0 to 3.22.0

2023-11-08 Thread Randy MacLeod via lists.openembedded.org
From: Randy MacLeod Full release notes: https://valgrind.org/docs/manual/dist.news.html In summary, there is a new configure option: --with-gdbscripts-dir that lets you install the gdb valgrind python monitor scripts in a specific location. It's not used in the valgrind recipe yet. Also, there

[OE-core] [RFC 1/5] valgrind: make ptest depend on all components

2023-11-08 Thread Randy MacLeod via lists.openembedded.org
From: Randy MacLeod When the helper scripts were split into separate packages, they weren't added as ptest dependencies. Fix that. Signed-off-by: Randy MacLeod --- meta/recipes-devtools/valgrind/valgrind_3.21.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[OE-core] [RFC 4/5] valgrind: drop mips32 opcode patch

2023-11-08 Thread Randy MacLeod via lists.openembedded.org
From: Randy MacLeod Drop: 0001-fix-opcode-not-supported-on-mips32-linux.patch The resolved (works for me) upstream defect rejected this patch: https://bugs.kde.org/show_bug.cgi?id=396905 and suggested using CFLAGS="-mips32". With this patch dropped, the qemumips build succeeds perhaps due to

[OE-core] [RFC 3/5] valgrind: drop context API musl patch

2023-11-08 Thread Randy MacLeod via lists.openembedded.org
From: Randy MacLeod Drop 002-context-APIs-are-not-available-on-musl.patch since this is handled in a different way by the following upstream commits: c9e88f345 configure, drd: Only build the swapcontext test if swapcontext() is available 7cd4d7816 memcheck/tests/linux/stack_changes: Only

[OE-core] [RFC 5/5] valgrind: drop Make-local-function-static patch

2023-11-08 Thread Randy MacLeod via lists.openembedded.org
From: Randy MacLeod Drop: 0001-Make-local-functions-static-to-avoid-assembler-error.patch since this was fixed upstream by commit: d6da48fe5 mips: use local labels for do_acasW() Confirmed with: MACHINE=qemumips TCLIBC=musl bitbake valgrind Signed-off-by: Randy MacLeod ---

Re: [OE-core][kirkstone][PATCH 1/1] ffmpeg: fix for CVE-2022-48434

2023-05-02 Thread Randy MacLeod via lists.openembedded.org
On 2023-04-28 12:58, Narpat Mali via lists.openembedded.org wrote: From: Narpat Mali libavcodec/pthread_frame.c in FFmpeg before 5.1.2, as used in VLC and other products, leaves stale hwaccel state in worker threads, which allows attackers to trigger a use-after-free and execute arbitrary code

Re: [OE-core] [PATCH v2] machine/qemuarm*: don't explicitly set vmalloc

2023-05-02 Thread Randy MacLeod via lists.openembedded.org
On 2023-04-18 12:54, Khem Raj via lists.openembedded.org wrote: On Tue, Apr 18, 2023 at 9:41 AM Ross Burton wrote: In 5c6064 the qemuarm* machines gained vmalloc=256, because in testing Bruce was seeing problems when the vmalloc area was too big for the memory size of the machine (eg 256MB).

Re: [OE-core] [AUH] rust: upgrading to 1.69.0 FAILED -> Sundeep to do the update.

2023-05-03 Thread Randy MacLeod via lists.openembedded.org
On 2023-05-03 03:39, Alexander Kanavin wrote: I think Alex Kiernan already sent an update here about a week ago? Thanks Alex*  ;-) I should have checked the list. It's not yet merged to master or master-next; I think it's stuck behind the gcc-13 update and many other commits that are

Re: [OE-core] [AUH] rust: upgrading to 1.69.0 FAILED -> Sundeep to do the update.

2023-05-02 Thread Randy MacLeod via lists.openembedded.org
On 2023-05-01 17:25, a...@yoctoproject.org wrote: Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *rust* to *1.69.0* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade rust

Re: [OE-core] [kirkstone][PATCH] Below commits on glibc-2.35 stable branch are updated.

2023-06-09 Thread Randy MacLeod via lists.openembedded.org
Thanks Deepthi. Add Steve, who maintains the stable branches of oe-core. Can you change the subject/oneline git summary from: Re: [kirkstone][PATCH] Below commits on glibc-2.35 stable branch are updated. to: Re: [kirkstone][PATCH] glibc: stable 2.35 branch updates. like you had in your

Re: [OE-core] [mickledore][PATCH 0/1] Cherry pick commit from master to update webkitgtk to 2.40.2

2023-07-17 Thread Randy MacLeod via lists.openembedded.org
On 2023-07-17 12:09, Steve Sakoman via lists.openembedded.org wrote: On Sun, Jul 16, 2023 at 3:34 PM Kai wrote: On 7/14/23 15:15, Kai Kang wrote: From: Kai Kang Hi, I've discussed with webkitgtk maintainers about api compatable issues on

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

2023-07-18 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][mickledore 02/26] dmidecode: fix CVE-2023-30630

2023-07-18 Thread Randy MacLeod via lists.openembedded.org
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 because, for example, execution of Dmidecode via Sudo is plausible. References:

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][PATCH] p11-kit: add native to BBCLASSEXTEND -> kirkstone

2023-05-24 Thread Randy MacLeod via lists.openembedded.org
On 2023-01-26 01:46, Jan Luebbe via lists.openembedded.org wrote: This recipe is needed to build softhsm (in meta-oe) in with p11-kit support, which is useful when multiple PKCS#11 modules need to be used. Signed-off-by: Jan Luebbe --- meta/recipes-support/p11-kit/p11-kit_0.24.1.bb | 2 +- 1

Re: [oe-core][kirkstone][PATCH 1/1] perl: Fix CVE-2023-31486

2023-06-06 Thread Randy MacLeod via lists.openembedded.org
On 2023-06-04 23:23, Soumya via lists.openembedded.org wrote: HTTP::Tiny 0.082, a Perl core module since 5.13.9 and available standalone on CPAN, has an insecure default TLS configuration where users must opt in to verify certificates. Signed-off-by: Soumya ---

Re: [OE-core] [PATCH] perl: fix CVE-2023-31484

2023-06-06 Thread Randy MacLeod via lists.openembedded.org
On 2023-06-06 07:38, Soumya via lists.openembedded.org wrote: This is for kirkstone branch. Attached is the updated patch. Soumya, We don't usually take patches as attachments since we like to see the changes in email easily for review so unless Steve makes an exception this time, please

Re: [OE-core] [PATCH v14] Rust Oe-Selftest implementation

2023-05-30 Thread Randy MacLeod via lists.openembedded.org
On 2023-05-30 11:05, Frédéric Martinsons wrote: Oh okay, didn't try that personnaly. the class is currently tied to cargo behavior so for performing rust core tests, it will not be suitable (at least in its present form) Well, that's good news in that we won't have to change our approach for

Re: [OE-core] [PATCH v14] Rust Oe-Selftest implementation

2023-05-30 Thread Randy MacLeod via lists.openembedded.org
On 2023-05-30 17:20, Richard Purdie wrote: wait for the beginning of the fail development cycle. Ugh, that's: FALL development cycle. What an unfortunate typo!! -- # Randy MacLeod # Wind River Linux -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

Re: [oe-core][PATCH 1/1] runqemu: add some logging control

2023-08-02 Thread Randy MacLeod via lists.openembedded.org
On 2023-08-02 19:36, joe.sla...@windriver.com wrote: From: Joe Slater Use QB_LOG_FILE to log to a file, and QB_LOG_LEVEL to set the base log level. Example values - QB_LOG_FILE="runq.log" QB_LOG_LEVEL=DEBUG Signed-off-by: Joe Slater --- scripts/runqemu | 16 1 file

Re: [OE-core][mickledore][PATCH 1/1] python3-pygments: upgrade 2.14.0 -> 2.15.1

2023-08-11 Thread Randy MacLeod via lists.openembedded.org
Narpat, I don't see this in Steve's test branch: https://git.openembedded.org/openembedded-core-contrib/log/?h=stable%2Fmickledore-nut=grep=pygments which is good since for mickledore, I think that you need backport only the fix commits because 2.15.1  has added features and build related

Re: [OE-core] [PATCH] rust: Add failed test cases to exclude list for Rust Oe-selftest

2023-07-26 Thread Randy MacLeod via lists.openembedded.org
I don't see this in master or master-next yet so see comments below and send a slightly updated v2. On 2023-07-26 12:25, Yash Shinde wrote: Failed test cases are added to exclude list. Drop meta/recipes-devtools/rust/files/rust-oe-selftest.patch file. Signed-off-by: Yash Shinde ---

Re: [OE-core] [mickledore][PATCH] gcc : upgrade to v12.3

2023-06-24 Thread Randy MacLeod via lists.openembedded.org
Add Khem since he may want to test meta-oe with the updated toolchain. On 2023-06-23 12:40, Sundeep KOKKONDA wrote: gcc stable version upgraded from v12.2 to v12.3 Below is the bug fix list for v12.3 https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED=FIXED_milestone=12.3 Thanks

[OE-core] [PATCH] vim: upgrade 9.0.1429 -> 9.0.1527

2023-05-11 Thread Randy MacLeod via lists.openembedded.org
Fixes: https://nvd.nist.gov/vuln/detail/CVE-2023-2426 caf642c25 patch 9.0.1499: using uninitialized memory with fuzzy matching Signed-off-by: Randy MacLeod --- meta/recipes-support/vim/vim.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[OE-core] [Patch v2] vim: upgrade 9.0.1429 -> 9.0.1527

2023-05-11 Thread Randy MacLeod via lists.openembedded.org
From: Randy MacLeod Fixes: https://nvd.nist.gov/vuln/detail/CVE-2023-2426 caf642c25 patch 9.0.1499: using uninitialized memory with fuzzy matching Signed-off-by: Randy MacLeod --- meta/recipes-support/vim/vim.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [OE-core] [PATCH] vim: upgrade 9.0.1429 -> 9.0.1527

2023-05-11 Thread Randy MacLeod via lists.openembedded.org
On 2023-05-11 14:54, Alexandre Belloni wrote: Hello Randy, This patch is missing your From: ;) See "Fixing your From identity" here: https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded Fixed, sent v2, https://lists.openembedded.org/g/openembedded-core/message/181142 The

Re: [OE-core] [PATCH] vim: upgrade 9.0.1429 -> 9.0.1527

2023-05-11 Thread Randy MacLeod via lists.openembedded.org
On 2023-05-11 10:59, Randy MacLeod via lists.openembedded.org wrote: Fixes:https://nvd.nist.gov/vuln/detail/CVE-2023-2426 caf642c25 patch 9.0.1499: using uninitialized memory with fuzzy matching Signed-off-by: Randy MacLeod --- meta/recipes-support/vim/vim.inc | 4 ++-- 1 file changed, 2

[OE-core] [PATCH] valgrind: Skip 22 arm64 ptests

2024-02-15 Thread Randy MacLeod via lists.openembedded.org
From: Randy MacLeod With the 3.22 upgrade 21 additional tests fail on qemuarm64. Skip them until the problems are resolved. Tracked by: https://bugzilla.yoctoproject.org/show_bug.cgi?id=15399 Signed-off-by: Randy MacLeod --- .../valgrind/valgrind/remove-for-aarch64 | 27

Re: [OE-core] [PATCH] sanity.bbclass: raise_sanity_error if /tmp is noexec

2024-02-21 Thread Randy MacLeod via lists.openembedded.org
On 2024-02-21 5:08 a.m., Alexander Kanavin via lists.openembedded.org wrote: On Wed, 21 Feb 2024 at 10:48, Ross Burton wrote: You _can_ export TMPDIR but that has to be done on a per-recipe/class basis very carefully as TMPDIR means something else to Bitbake. The problem is recipes that use

Re: [OE-core] [meta-oe][PATCH v2] uninative-tarball.xz - reproducibility fix

2023-12-22 Thread Randy MacLeod via lists.openembedded.org
On 2023-06-30 9:14 a.m., Robert Berger via lists.openembedded.org wrote: see: https://bugzilla.yoctoproject.org/show_bug.cgi?id=15148 Signed-off-by: Robert Berger --- meta/classes-recipe/populate_sdk_base.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-Core][PATCH 7/7] rust: Upgrade 1.73.0 -> 1.74.0

2023-12-12 Thread Randy MacLeod via lists.openembedded.org
On 2023-12-12 11:25 a.m., Randy MacLeod wrote: On 2023-12-12 5:41 a.m., Alex Kiernan via lists.openembedded.org wrote: On Sat, Dec 9, 2023 at 2:06 PM Alex Kiernan via lists.openembedded.org wrote: On Sat, Dec 9, 2023 at 12:18 PM Alexandre Belloni wrote: Hello Alex, rust 1.74.0 is not

Re: [OE-Core][PATCH 7/7] rust: Upgrade 1.73.0 -> 1.74.0

2023-12-12 Thread Randy MacLeod via lists.openembedded.org
On 2023-12-12 5:41 a.m., Alex Kiernan via lists.openembedded.org wrote: On Sat, Dec 9, 2023 at 2:06 PM Alex Kiernan via lists.openembedded.org wrote: On Sat, Dec 9, 2023 at 12:18 PM Alexandre Belloni wrote: Hello Alex, rust 1.74.0 is not reproducible:

Re: [OE-core] [patch] packagegroups: Add perl modules to rdeps

2023-12-27 Thread Randy MacLeod via lists.openembedded.org
On 2023-12-27 7:50 a.m., deepthi.hem...@windriver.com wrote: From: Deepthi Hemraj In SDK,running "x86_64-poky-linux-gp-display-html --help" fails due to missing perl modules which are required for it to work. Fixes:Can't locate feature.pm in @INC (you may need to install the feature module)

Re: [OE-core] [patch] packagegroups: Add perl modules to rdeps

2023-12-27 Thread Randy MacLeod via lists.openembedded.org
Also, your subject is to vague:    [patch] packagegroups: Add perl modules to rdeps it should be something like:   [PATCH] nativesdk-packagegroup-sdk-host: Add perl modules to RDEPENDS That's 62 characters so still under the limt, iirc. It's better to be specific, since there are 27

Re: [OE-core] bitbake-server does not exit after build ends

2023-12-21 Thread Randy MacLeod via lists.openembedded.org
On 2023-11-28 4:26 a.m., Zoltan Boszormenyi via lists.openembedded.org wrote: So it's not just Fedora, but Python 3.12 in general. Googling for problem with threads + fork reveals that it is indeed an issue even in C / POSIX: only the thread executing fork() will become part of the new process,

Re: [OE-core] bitbake-server does not exit after build ends

2023-12-21 Thread Randy MacLeod via lists.openembedded.org
On 2023-12-21 1:56 p.m., Martin Jansa wrote: On Thu, Dec 21, 2023 at 7:47 PM Randy MacLeod wrote: On 2023-11-28 4:26 a.m., Zoltan Boszormenyi via lists.openembedded.org

Re: [OE-core] [kirkstone][PATCH] nativesdk-sdk-provides-dummy.bb: Update host tools for rust-cross-canadian

2023-12-11 Thread Randy MacLeod via lists.openembedded.org
On 2023-12-11 7:26 a.m., deepthi.hem...@windriver.com wrote: From: Deepthi Hemraj [YOCTO #15082] Packagegroup-rust-cross-canadian package requires rust-cross-canadian, but the necessary libstdc++.so.6(GLIBCXX_3.4.30)(64bit) library is missing. The fix adds the

[OE-core] [PATCH] rng-tools: move to meta-oe

2024-01-10 Thread Randy MacLeod via lists.openembedded.org
From: Randy MacLeod Nothing in oe-core depends on rng-tools anymore: e7e1bc43ca rng-tools: splitting the rng-tools systemd/sysvinit serivce as a package so move it to meta-oe for people who still want to run rngd as a service for some reason or for those who want to run rng-test.

Re: [oe-core][PATCH 1/1] eudev: modify predictable network if name search

2024-01-10 Thread Randy MacLeod via lists.openembedded.org
On 2024-01-10 4:12 p.m., joe.sla...@windriver.com wrote: From: Joe Slater Consider a name based on mac address in addition to those based on slot or path. Note that as of this commit predictable naming is suppressed by eudev, but can be enabled by removing

Re: [OE-core] [kirkstone][PATCH] gdb [V2]: Fix CVE-2023-39130

2024-01-10 Thread Randy MacLeod via lists.openembedded.org
On 2024-01-09 6:17 a.m., sanjana.venkat...@windriver.com wrote: From: Sanjana Issue: LIN1022-4855 Signed-off-by: Sanjana --- meta/recipes-devtools/gdb/gdb.inc | 1 + .../gdb/gdb/0013-CVE-2023-39130.patch | 326 ++ 2 files changed, 327 insertions(+)

Re: [OE-core] [PATCH] rng-tools: move to meta-oe

2024-01-15 Thread Randy MacLeod via lists.openembedded.org
-0500, Randy MacLeod via lists.openembedded.org wrote: From: Randy MacLeod Nothing in oe-core depends on rng-tools anymore: e7e1bc43ca rng-tools: splitting the rng-tools systemd/sysvinit serivce as a package so move it to meta-oe for people who still want to run rngd as a service for some reason

[OE-core] [PATCH] rng-tools: Revert "rng-tools: move to meta-oe"

2024-01-18 Thread Randy MacLeod via lists.openembedded.org
From: Randy MacLeod This reverts commit d2b445384da3f3e6dab8577b6c56648b5244a788. Revert this commit since: - some systems using oe-core master may still be using kernels from before 5.6 pulled in the rng-tools algorithm, and - some hardware platforms may not have a hardware random

Re: [OE-core] [PATCH] rng-tools: Revert "rng-tools: move to meta-oe"

2024-01-18 Thread Randy MacLeod via lists.openembedded.org
Sorry for the noise and back and forth on rng-tools removal. I'll avoid hastily cleaning up things for a while! ;-) On 2024-01-18 11:59 a.m., Randy MacLeod via lists.openembedded.org wrote: From: Randy MacLeod This reverts commit d2b445384da3f3e6dab8577b6c56648b5244a788. Revert this commit

Re: [OE-core] [PATCH] rust: Enable rust oe-selftest

2024-01-18 Thread Randy MacLeod via lists.openembedded.org
On 2024-01-18 5:57 a.m., yash.shi...@windriver.com wrote: From: Yash Shinde Enable rust oe-selftest for rust 1.74.1 version and add target_cfg.patch to handle target configurations for custom targets. Hi Yashe, Yay, getting the rust test suite working again great news! We talked about this

Re: [OE-core] [kirkstone][PATCHv2] openssl: fix CVE-2023-6237 Excessive time spent checking invalid RSA public keys

2024-01-18 Thread Randy MacLeod via lists.openembedded.org
On 2024-01-17 11:09 a.m., Steve Sakoman via lists.openembedded.org wrote: On Wed, Jan 17, 2024 at 1:47 AM Hitendra Prajapati via lists.openembedded.org wrote: Upstream-Status: Backport fromhttps://github.com/openssl/openssl/commit/e09fc1d746a4fd15bb5c3d7bbbab950aadd005db Signed-off-by:

Patchtest results for [OE-core][kirkstone][PATCH 1/1] tiff: fix CVE-2023-6228

2024-01-18 Thread Randy MacLeod via lists.openembedded.org
Yogita, Pleae tell people if you will send a v2 or if you plan to fix the warning in a follow-up commit. I don't see your commit in Steve's kirkstone-nut repo so I think he's expecting a v2. https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/kirkstone-nut ../Randy

Re: [OE-core] [PATCH 2/2] rust: Disable rust oe-selftest

2023-12-08 Thread Randy MacLeod via lists.openembedded.org
On 2023-12-08 5:48 a.m., yash.shi...@windriver.com wrote: From: Yash Shinde After rust is upgraded to 1.71 and later versions, the rust oe-selftest gives build errors due to unstable nightly options(see the error mentioned below). Thus, disable the test suite until the issue is fixed error:

Re: [OE-core] [PATCH 2/2] rust: Disable rust oe-selftest

2023-12-08 Thread Randy MacLeod via lists.openembedded.org
On 2023-12-08 9:46 a.m., Alexandre Belloni wrote: On 08/12/2023 09:05:51-0500, Randy MacLeod wrote: On 2023-12-08 5:48 a.m.,yash.shi...@windriver.com wrote: From: Yash Shinde After rust is upgraded to 1.71 and later versions, the rust oe-selftest gives build errors due to unstable nightly

Re: [OE-core] [PATCH 1/2] rust: Upgrade 1.70.0 -> 1.73.0

2023-12-08 Thread Randy MacLeod via lists.openembedded.org
On 2023-12-08 9:07 a.m., Alex Kiernan wrote: On Fri, Dec 8, 2023 at 1:55 PM Richard Purdie wrote: On Fri, 2023-12-08 at 13:47 +, Alex Kiernan wrote: On Fri, Dec 8, 2023 at 9:56 AM Shinde, Yash via lists.openembedded.org wrote: From: Yash Shinde In rust 1.72.0 the

Re: [OE-core] [PATCH v2 5/5] rust: Enable rust oe-selftest.

2024-01-20 Thread Randy MacLeod via lists.openembedded.org
I like that you have broken the original patch down into 5 patches that are easier to understand. On 2024-01-19 10:09 a.m., yash.shi...@windriver.com wrote: From: Yash Shinde Tests which are failing from below modules are added to exclude list tests/run-make tests/rustdoc

Re: [OE-core] [PATCH v2 1/5] rust: Fetch cargo from rust-snapshot dir.

2024-01-20 Thread Randy MacLeod via lists.openembedded.org
On 2024-01-19 10:09 a.m., yash.shi...@windriver.com wrote: From: Yash Shinde Fixes: Exception: no cargo executable found at `${B}/rustc-1.74.1-src/build/x86_64-unknown-linux-gnu/stage0/bin/cargo` Fix the cargo binary path error on oe-selftest and path set to rust-snapshot dir. Patch

Re: [OE-core] [RFC 1/5] valgrind: make ptest depend on all components

2023-11-15 Thread Randy MacLeod via lists.openembedded.org
On 2023-11-15 9:48 a.m., Alexander Kanavin wrote: On Thu, 9 Nov 2023 at 03:00, Randy MacLeod wrote: As I said previously, I may not have time to get back to this until next week so if anyone picks up this work, they might want to confirm that this is really required. I should have just

Re: [OE-core][kirkstone][PATCH] avahi: Fix for multiple CVE's

2023-11-17 Thread Randy MacLeod via lists.openembedded.org
Add Hari who will inform WR developers on his team once the CVE co-ordination scheme is available. Add Marta. On 2023-11-17 9:11 a.m., Meenali Gupta via lists.openembedded.org wrote: Hi Ross, As discussed with Vijay,  we'll cooperate on this CVE fixes. Marta, Do you have a wiki page

Re: [OE-core] [RFC PATCH 1/5] classes: jobserver: support gnu make fifo jobserver

2023-11-17 Thread Randy MacLeod via lists.openembedded.org
Hi Martin, I tested this RFC series briefly when it was posted but then some things came up and I haven't gotten back to it. I was talking with Richard and he thought that his original poky-contrib branch commit, which it seems this work is based, had a list of things to fix before the

Re: [OE-core][PATCH] libc-locale: fix ASCII compatible warning cause build failure.

2024-02-26 Thread Randy MacLeod via lists.openembedded.org
On 2024-02-26 4:59 a.m., Xiangyu Chen via lists.openembedded.org wrote: From: Xiangyu Chen Some locales are not listed in glibc locales support list, but can be generated, here using ja_JP.SHIFT_JIS as an example. We can add following line into local.conf to enable and generate it:

[OE-core] [PATCH] valgrind: skip intermittently failing ptests

2024-03-06 Thread Randy MacLeod via lists.openembedded.org
From: Randy MacLeod Skip a few additional ptests that fail occasionally on the Yocto autobuilder and remove those added to the remove-for-all list if they were already in the remove-for-aarch64 list. === Test Summary === TOTAL: 774 PASSED: 755 FAILED: 0 SKIPPED: 19 Signed-off-by: Randy MacLeod

Re: [OE-core] [RFC PATCH V2 0/5] Fix persistent tmp

2024-03-12 Thread Randy MacLeod via lists.openembedded.org
Add Trevor who made the original commit: commit d5d40479d706cbb382850b9479c5dd9bfb801c99 Author: Trevor Woerner Date:   Mon Feb 27 00:00:40 2023     VOLATILE_TMP_DIR: add     Provide a mechanism to allow users to choose whether the /tmp directory     is on persistent storage (non-volatile) or

Re: [OE-core][kirkstone][PATCH] openssl: Improve FIPS RSA keygen performac

2024-03-19 Thread Randy MacLeod via lists.openembedded.org
Hi Haitao, et al, Summary: I think we could bring these two commits back to kirkstone even though upstream openssl mtc does not plan to do so, at least not without "very good reasons". but I have some comments and questions below that I'd like you to respond to before sending a v2.

Re: [OE-core][kirkstone][PATCH] openssl: Improve FIPS RSA keygen performac

2024-03-26 Thread Randy MacLeod via lists.openembedded.org
On 2024-03-19 7:23 p.m., Steve Sakoman wrote: On Tue, Mar 19, 2024 at 11:45 AM Randy MacLeod wrote: Hi Haitao, et al, Summary: I think we could bring these two commits back to kirkstone even though upstream openssl mtc does not plan to do so, at least not without "very good reasons". but

[OE-core] [PATCH] gstreamer: upgrade 1.22.10 -> 1.22.11

2024-03-28 Thread Randy MacLeod via lists.openembedded.org
From: Randy MacLeod Changelog: https://gstreamer.freedesktop.org/releases/1.22/#1.22.11 Change the Upstream-Status URL for patch: 0002-ssaparse-enhance-SSA-text-lines-parsing.patch since the bug tracker moved but the bug is not yet resolved. Signed-off-by: Randy MacLeod ---

Re: [OE-core] [PATCH 3/5] ninja: build modified version with GNU Make jobserver support

2024-04-08 Thread Randy MacLeod via lists.openembedded.org
On 2024-04-03 3:08 p.m., Martin Hundebøll wrote: On Wed, 2024-04-03 at 17:58 +0200, Alexander Kanavin wrote: We can't carry this mass of patches. It has to land upstream first. Understandable. Are you able/willing to drive the upstream pull request to completion? No, I don't think so. I'm

Re: [OE-core] [PATCH 0/3] Improvements for performance test report view

2024-04-16 Thread Randy MacLeod via lists.openembedded.org
On 2024-04-15 10:41 a.m., Ninette Adhikari via lists.openembedded.org wrote: This work is done according to "Milestone 9: Build performance test report view" as stated in the Scope of Work with Sovereign Tech Fund (STF) (https://www.sovereigntechfund.de/). The current report can be accessed

Re: [OE-core] [PATCH v2 0/5] Improvements for performance test report view

2024-05-03 Thread Randy MacLeod via lists.openembedded.org
On 2024-05-03 10:43 a.m., Ninette Adhikari wrote: This work is done according to "Milestone 9: Build performance test report view" as stated in the Scope of Work with Sovereign Tech Fund (STF) (https://www.sovereigntechfund.de/). The current report can be accessed here: Performance test report

Re: [OE-core] [PATCH v2 07/11] kea: Remove -fvisibility-inlines-hidden from C++ flags

2024-05-14 Thread Randy MacLeod via lists.openembedded.org
On 2024-05-07 3:56 p.m., Alexander Kanavin via lists.openembedded.org wrote: On Tue, 7 May 2024 at 18:13, Khem Raj wrote: Firstly I am inclined towards removing it if we can, since I think it should be packages to decide to use it, then they can maintain it better from testing POV, However,

Re: [OE-core] Debugging rust oe-selftest failures

2024-05-14 Thread Randy MacLeod via lists.openembedded.org
On 2024-04-05 7:28 a.m., Alex Kiernan via lists.openembedded.org wrote: On Thu, Apr 4, 2024 at 10:07 AM Yash Shinde via lists.openembedded.org wrote: On Wed, Apr 3, 2024 at 05:51 PM, Alex Kiernan wrote: Hi Sundeep (or anyone else with insight on this!) How do you go about debugging rust