Patchtest results for [OE-core][dunfell][PATCH] libsndfile: fix CVE-2022-33065 Signed integer overflow in src/mat4.c

2023-11-29 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/dunfell-libsndfile-fix-CVE-2022-33065-Signed-integer-overflow-in-src-mat4.c.patch FAIL: test commit message presenc

[OE-core][dunfell][PATCH] libsndfile: fix CVE-2022-33065 Signed integer overflow in src/mat4.c

2023-11-29 Thread vkumbhar via lists.openembedded.org
Signed-off-by: Vivek Kumbhar --- .../libsndfile1/CVE-2022-33065.patch | 46 +++ .../libsndfile/libsndfile1_1.0.28.bb | 3 +- 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-multimedia/libsndfile/libsndfile1/CVE-2022-33065.patch

Patchtest results for [OE-core][kirkstone][PATCH] libsndfile: fix CVE-2022-33065 Signed integer overflow in src/mat4.c

2023-11-29 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/kirkstone-libsndfile-fix-CVE-2022-33065-Signed-integer-overflow-in-src-mat4.c.patch FAIL: test commit message prese

[OE-core][kirkstone][PATCH] libsndfile: fix CVE-2022-33065 Signed integer overflow in src/mat4.c

2023-11-29 Thread vkumbhar via lists.openembedded.org
Signed-off-by: Vivek Kumbhar --- .../libsndfile1/CVE-2022-33065.patch | 46 +++ .../libsndfile/libsndfile1_1.0.31.bb | 1 + 2 files changed, 47 insertions(+) create mode 100644 meta/recipes-multimedia/libsndfile/libsndfile1/CVE-2022-33065.patch diff --git a/

Patchtest results for [OE-core][kirkstone 2/8] openssl: fix CVE-2023-5678 Generating excessively long X9.42 DH keys or checking excessively long X9.42 DH keys or parameters may be very slow

2023-11-29 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/kirkstone-2-8-openssl-fix-CVE-2023-5678-Generating-excessively-long-X9.42-DH-keys-or-checking-excessively-long-X9.42

Re: [OE-core] [PATCH V2] cairo: upgrade 1.16.0 -> 1.18.0

2023-11-29 Thread Alexandre Belloni via lists.openembedded.org
Hello, This seems to fail for qemux86-64-x32: https://autobuilder.yoctoproject.org/typhoon/#/builders/57/builds/8073/steps/12/logs/stdio | ../cairo-1.18.0/meson.build:381:13: ERROR: Can not run test applications in this cross environment. | | A full log can be found at /home/pokybuild/yocto-w

[OE-core][kirkstone 8/8] systemtap_git: fix used uninitialized error

2023-11-29 Thread Steve Sakoman
From: Li Wang bpf-translate.cxx: error: 'this_column_size' may be used uninitialized in this function [-Werror=maybe-uninitialized] bpf-translate.cxx: error: 'num' may be used uninitialized in this function [-Werror=maybe-uninitialized] Signed-off-by: Li Wang Signed-off-by: Steve Sakoman ---

[OE-core][kirkstone 7/8] kernel-fitImage: Strip path component from dtb

2023-11-29 Thread Steve Sakoman
From: Ninad Palsule Machines that have added subdirectires to the KERNEL_DEVICETREE recently, such as arm32 boards that were moved under subdirectories in Linux 6.5, will have that subdirectory in the node name of the FIT. This breaks existing systems that select a configuration in u-boot by it's

[OE-core][kirkstone 6/8] vim: Upgrade 9.0.2048 -> 9.0.2068

2023-11-29 Thread Steve Sakoman
From: Archana Polampalli This includes CVE fix for CVE-2023-46246. 9198c1f2b (tag: v9.0.2068) patch 9.0.2068: [security] overflow in :history References: https://nvd.nist.gov/vuln/detail/CVE-2023-46246 Signed-off-by: Archana Polampalli Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core][kirkstone 5/8] vim: use upstream generated .po files

2023-11-29 Thread Steve Sakoman
A previous commit attempted to fix reproducibility errors by forcing regeneration of .po files. Unfortunately this triggered a different type of reproducibility issue. Work around this by adjusting the timestamps of the troublesome .po files so they are not regenerated and we use the shipped upstr

[OE-core][kirkstone 4/8] vim: Improve locale handling

2023-11-29 Thread Steve Sakoman
From: Richard Purdie When making checkouts from git, the timestamps can vary and occasionally two files can end up with the same stamp. This triggers make to regenerate ru.cp1251.po from ru.po for example. If it isn't regenerated, the output isn't quite the same leading to reproducibility issu

[OE-core][kirkstone 3/8] grub: fix CVE-2023-4693

2023-11-29 Thread Steve Sakoman
From: Hitendra Prajapati Upstream-Status: Backport from https://git.savannah.gnu.org/gitweb/?p=grub.git;a=commit;h=0ed2458cc4eff6d9a9199527e2a0b6d445802f94 Signed-off-by: Hitendra Prajapati Signed-off-by: Steve Sakoman --- .../grub/files/CVE-2023-4693.patch| 62 ++

[OE-core][kirkstone 2/8] openssl: fix CVE-2023-5678 Generating excessively long X9.42 DH keys or checking excessively long X9.42 DH keys or parameters may be very slow

2023-11-29 Thread Steve Sakoman
From: Vivek Kumbhar Signed-off-by: Vivek Kumbhar Signed-off-by: Steve Sakoman --- .../openssl/openssl/CVE-2023-5678.patch | 180 ++ .../openssl/openssl_3.0.12.bb | 1 + 2 files changed, 181 insertions(+) create mode 100644 meta/recipes-connectivity/ope

[OE-core][kirkstone 1/8] gstreamer1.0-plugins-bad: fix CVE-2023-44429

2023-11-29 Thread Steve Sakoman
From: Archana Polampalli AV1 codec parser buffer overflow Signed-off-by: Archana Polampalli Signed-off-by: Steve Sakoman --- .../CVE-2023-44429.patch | 38 +++ .../gstreamer1.0-plugins-bad_1.20.7.bb| 1 + 2 files changed, 39 insertions(+) create

[OE-core][kirkstone 0/8] Patch review

2023-11-29 Thread Steve Sakoman
Please review this set of changes for kirkstone and have comments back by end of day Friday, December 1 Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6260 The following changes since commit 8726ae02d760270f9e7fe7ef5715d8f7553371ce: goarch: Mov

Re: [OE-core] [kirkstone][PATCH 2/4] base-passwd: Add PW_SUBDIR

2023-11-29 Thread Joakim Tjernlund via lists.openembedded.org
On Wed, 2023-11-29 at 21:37 +, Richard Purdie wrote: > On Wed, 2023-11-29 at 07:17 -1000, Steve Sakoman wrote: > > On Wed, Nov 29, 2023 at 1:11 AM Joakim Tjernlund via > > lists.openembedded.org > > wrote: > > > > > > Hi Peter :) > > > > > > All good comments, will fix accordingly. Not sure

Re: [OE-core] [kirkstone][PATCH 2/4] base-passwd: Add PW_SUBDIR

2023-11-29 Thread Richard Purdie
On Wed, 2023-11-29 at 07:17 -1000, Steve Sakoman wrote: > On Wed, Nov 29, 2023 at 1:11 AM Joakim Tjernlund via > lists.openembedded.org > wrote: > > > > Hi Peter :) > > > > All good comments, will fix accordingly. Not sure how PW_DIR ?= > > "${sysconfdir}" will work though. > > One additional

[OE-Core][PATCH v2] eudev: Upgrade 3.2.12 -> 3.2.14

2023-11-29 Thread Alex Kiernan
Drop merged patches: 0001-Export-dummies-for.patch 0002-Bump-udev-version-to-251.patch Boian Bonev (13): Update as per IRC discussion Bump udev version to 251 Export dummies for bump version to 3.2.14 Fix := not preventing further assignments to RUN Add /us

[OE-Core][PATCH] eudev: Upgrade 3.2.12 -> 3.12.14

2023-11-29 Thread Alex Kiernan
Drop merged patches: 0001-Export-dummies-for.patch 0002-Bump-udev-version-to-251.patch Boian Bonev (13): Update as per IRC discussion Bump udev version to 251 Export dummies for bump version to 3.2.14 Fix := not preventing further assignments to RUN Add /us

Re: [OE-core] [PATCH v2] image-live: Add support for building EFI-bootable ISO images for non-x86-based archs

2023-11-29 Thread Andrey Popov
Hello, Ross! Since it's no longer possible to use xorriso in recent versions, I would like to ask if it's possible to apply an updated version of this patch to the kirkstone branch. If so, I will send the new version matching that branch. Best regards, Andrey. -=-=-=-=-=-=-=-=-=-=-=- Links: Yo

Re: [OE-core] [kirkstone][PATCH 2/4] base-passwd: Add PW_SUBDIR

2023-11-29 Thread Steve Sakoman
On Wed, Nov 29, 2023 at 1:11 AM Joakim Tjernlund via lists.openembedded.org wrote: > > Hi Peter :) > > All good comments, will fix accordingly. Not sure how PW_DIR ?= > "${sysconfdir}" will work though. One additional comment: a change like this should be submitted for the master branch, it can'

Re: [OE-core] [RFC PATCH] qemurunner.py: ensure we drain stdout after boot prompt

2023-11-29 Thread Richard Purdie
On Wed, 2023-11-29 at 15:56 +, Alex Bennée wrote: > Richard Purdie writes: > > > On Wed, 2023-11-29 at 15:11 +0100, Erik Schilling wrote: > > > On Wed Nov 29, 2023 at 1:45 PM CET, Alex Bennée wrote: > > > > If qemurunner doesn't continuously drain stdout we will eventually > > > > cause QEMU

Re: [OE-core] [RFC PATCH] qemurunner.py: ensure we drain stdout after boot prompt

2023-11-29 Thread Alex Bennée
Richard Purdie writes: > On Wed, 2023-11-29 at 15:11 +0100, Erik Schilling wrote: >> On Wed Nov 29, 2023 at 1:45 PM CET, Alex Bennée wrote: >> > If qemurunner doesn't continuously drain stdout we will eventually >> > cause QEMU to block while trying to write to the pipe. This can >> > manifest it

[OE-core] [PATCH] rust-llvm: Allow overriding LLVM target archs

2023-11-29 Thread Niko Mauno via lists.openembedded.org
From: Niko Mauno Move the default value into a variable which can be overridden to match more accurately the use case specific scenario. Signed-off-by: Niko Mauno --- meta/recipes-devtools/rust/rust-llvm_1.70.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/reci

Re: [OE-core] [RFC PATCH] qemurunner.py: ensure we drain stdout after boot prompt

2023-11-29 Thread Richard Purdie
On Wed, 2023-11-29 at 15:11 +0100, Erik Schilling wrote: > On Wed Nov 29, 2023 at 1:45 PM CET, Alex Bennée wrote: > > If qemurunner doesn't continuously drain stdout we will eventually > > cause QEMU to block while trying to write to the pipe. This can > > manifest itself if the guest has for examp

[OE-core][PATCH] patchtest: shorten patch signed-off-by test output

2023-11-29 Thread Trevor Gamblin
The patch Signed-off-by test's output line is excessively long, and can trigger a failsafe in the patchtest automated service's email content generation. Shorten the output by reducing redundant phrasing and using os.path.basename to get only the failing patch's name, not the entire path, as the su

Re: [OE-core] [RFC PATCH] qemurunner.py: ensure we drain stdout after boot prompt

2023-11-29 Thread Erik Schilling
On Wed Nov 29, 2023 at 1:45 PM CET, Alex Bennée wrote: > If qemurunner doesn't continuously drain stdout we will eventually > cause QEMU to block while trying to write to the pipe. This can > manifest itself if the guest has for example configured its serial > ports to output via stdio even if the

[OE-core][PATCH] iptables: upgrade 1.8.9 -> 1.8.10

2023-11-29 Thread Changhyeok Bae
- 0003-x is not required anymore because to xtables.conf is dropped. - format-security.patch is already in upstream. - Other patches are refreshed. Signed-off-by: Changhyeok Bae --- ...ption-to-enable-disable-libnfnetlink.patch | 20 - ...ed.h-add-missing-sys.types.h-include.patch | 10 +

[OE-core] [PATCH] openssl: upgrade to 3.2.0

2023-11-29 Thread Lee Chee Yang
From: Lee Chee Yang upgrade include fix for CVE-2023-5678. Changes in 3.2.0 https://www.openssl.org/news/cl32.txt drop upstreamed 0001-Link-libatomic-on-riscv32.patch. drop fix_random_labels.patch as fixed by https://github.com/openssl/openssl/commit/0fbc50ef0cb8894973d4739af62e95be825b7ccf Si

[OE-core] [RFC PATCH] qemurunner.py: ensure we drain stdout after boot prompt

2023-11-29 Thread Alex Bennée
If qemurunner doesn't continuously drain stdout we will eventually cause QEMU to block while trying to write to the pipe. This can manifest itself if the guest has for example configured its serial ports to output via stdio even if the test itself is using a TCP console or SSH to run things. This

Re: [OE-core] [PATCH 0/3] Add sub dir for passwd files

2023-11-29 Thread Joakim Tjernlund via lists.openembedded.org
On Wed, 2023-11-29 at 11:56 +, Ross Burton wrote: > On 14 Nov 2023, at 20:34, Joakim Tjernlund via lists.openembedded.org > wrote: > > > > These patches adds the possibility to store passwd/shadow files > > in a sub dir, like /etc/pwdb > > In a RO Root FS one can bind mount a writeable dir o

Patchtest results for [OE-core][kirkstone][PATCH] cmake: Unset CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES variable definition from toolchain file

2023-11-29 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/kirkstone-cmake-Unset-CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES-variable-definition-from-toolchain-file.patch FAIL: te

Re: [OE-core] [PATCH 0/3] Add sub dir for passwd files

2023-11-29 Thread Ross Burton
On 14 Nov 2023, at 20:34, Joakim Tjernlund via lists.openembedded.org wrote: > > These patches adds the possibility to store passwd/shadow files > in a sub dir, like /etc/pwdb > In a RO Root FS one can bind mount a writeable dir on /etc/pwdb > to support password changes etc. What’s so special

Re: [OE-core] [PATCH v2] image-live: Add support for building EFI-bootable ISO images for non-x86-based archs

2023-11-29 Thread Ross Burton
On 7 Nov 2023, at 15:12, Andrey Popov via lists.openembedded.org wrote: > @@ -29,8 +29,10 @@ do_bootimg[depends] += > "dosfstools-native:do_populate_sysroot \ > mtools-native:do_populate_sysroot \ > cdrtools-native:do_populate_sysroot \ >

Re: [OE-core][master][PATCH] cmake: Unset CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES variable definition from toolchain file

2023-11-29 Thread Richard Purdie
On Wed, 2023-11-29 at 16:58 +0530, aszh07 wrote: > From: Zahir Hussain > > As discussion in [YOCTO #14717] cmake contains a OEToolchainConfig.cmake > file to configure the toolchain correctly in cross-compile build for recipes > using cmake. > > The variable CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIE

Patchtest results for [OE-core][dunfell][PATCH] cmake: Unset CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES variable definition from toolchain file

2023-11-29 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/dunfell-cmake-Unset-CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES-variable-definition-from-toolchain-file.patch FAIL: test

Patchtest results for [OE-core][master][PATCH] cmake: Unset CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES variable definition from toolchain file

2023-11-29 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/master-cmake-Unset-CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES-variable-definition-from-toolchain-file.patch FAIL: test

[OE-core][kirkstone][PATCH] cmake: Unset CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES variable definition from toolchain file

2023-11-29 Thread aszh07
From: Zahir Hussain As discussion in [YOCTO #14717] cmake contains a OEToolchainConfig.cmake file to configure the toolchain correctly in cross-compile build for recipes using cmake. The variable CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES value updates incorrectly during do_compile the code. Due to

[OE-core][dunfell][PATCH] cmake: Unset CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES variable definition from toolchain file

2023-11-29 Thread aszh07
From: Zahir Hussain As discussion in [YOCTO #14717] cmake contains a OEToolchainConfig.cmake file to configure the toolchain correctly in cross-compile build for recipes using cmake. The variable CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES value updates incorrectly during do_compile the code. Due to

[OE-core][master][PATCH] cmake: Unset CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES variable definition from toolchain file

2023-11-29 Thread aszh07
From: Zahir Hussain As discussion in [YOCTO #14717] cmake contains a OEToolchainConfig.cmake file to configure the toolchain correctly in cross-compile build for recipes using cmake. The variable CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES value updates incorrectly during do_compile the code. Due to

Re: [OE-core] [PATCH] json-c: fix icecc compilation

2023-11-29 Thread Marco Felsch
On 23-11-29, Alexander Kanavin wrote: > On Wed, 29 Nov 2023 at 10:36, Marco Felsch wrote: > > > I don't like removing WERROR unconditionally which decreases quality > > > checks. > > > Can we do it only in case ICECC is used? > > > Something like "${@'-DDISABLE_WERROR=ON' if bb.data.inherits_clas

Re: [OE-core] [kirkstone][PATCH 2/4] base-passwd: Add PW_SUBDIR

2023-11-29 Thread Joakim Tjernlund via lists.openembedded.org
Hi Peter :) All good comments, will fix accordingly. Not sure how PW_DIR ?= "${sysconfdir}" will work though. How do you envision one should set PW_DIR in distro .conf or layer.conf? Just PW_DIR = "/etc/pwdb" or PW_DIR = "${sysconfdir}/pwdb" ? Jocke On Sun, 2023-11-26 at 21:21 +, Peter Kj

Re: [OE-core] [PATCH] json-c: fix icecc compilation

2023-11-29 Thread Alexander Kanavin
On Wed, 29 Nov 2023 at 10:36, Marco Felsch wrote: > > I don't like removing WERROR unconditionally which decreases quality checks. > > Can we do it only in case ICECC is used? > > Something like "${@'-DDISABLE_WERROR=ON' if bb.data.inherits_class(icecc, > > d) else ''}" > > Good point, but IMHO I

Re: [OE-core][PATCH] initramfs-module-install-efi: add GPL-3.0 licenses

2023-11-29 Thread Jose Quaresma
Khem Raj escreveu no dia terça, 28/11/2023 à(s) 17:06: > On Tue, Nov 28, 2023 at 1:55 AM Jose Quaresma > wrote: > > > > Some of the tools used the script init-install-efi.sh are GPL-3.0: > > > > parted: GPL-3.0-or-later > > dosfstools: GPL-3.0-only > > if these tools are used and not provided by

Re: [OE-core] [PATCH] json-c: fix icecc compilation

2023-11-29 Thread Marco Felsch
On 23-11-29, Marko, Peter wrote: > -Original Message- > From: openembedded-core@lists.openembedded.org > On Behalf Of Marco Felsch via > lists.openembedded.org > Sent: Tuesday, November 28, 2023 23:48 > To: openembedded-core@lists.openembedded.org > Cc: yo...@pengutronix.de; m...@pengutr

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

2023-11-29 Thread Zoltan Boszormenyi
2023. 11. 28. 15:50 keltezéssel, Alexander Kanavin írta: On Tue, 28 Nov 2023 at 11:31, Zoltan Boszormenyi wrote: The warning only occurs if os.fork() is called when there are already Python threads. I guess the general performance uplift in Python 3.12 can trigger a pre-existing issue in bitba

Re: [OE-core] Regarding geographiclib cve scanning

2023-11-29 Thread Pawan Badganchi
Hi, Could you please help here? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#191432): https://lists.openembedded.org/g/openembedded-core/message/191432 Mute This Topic: https://lists.openembedded.org/mt/102793475/21656 Group Owner: openembedded-