Re: [OE-core] [PATCH] oeqa/selftest/devtool: add unit test for "devtool add -b"

2023-06-29 Thread Yoann Congal
Le mer. 28 juin 2023 à 21:47, Richard Purdie a écrit : > > On Wed, 2023-06-28 at 09:09 +0200, Yoann Congal wrote: > > From: Fawzi KHABER > > > > Fix [Yocto #15085] > > > > Signed-off-by: Fawzi KHABER > > Signed-off-by: Yoann Congal > > --- > > meta/lib/oeqa/selftest/cases/devtool.py | 23 +

Re: [OE-core] [PATCH 5/5] init-manager-systemd: add modulesloaddir and modprobedir

2023-06-29 Thread Jose Quaresma
Richard Purdie escreveu no dia quarta, 28/06/2023 à(s) 23:03: > On Tue, 2023-06-27 at 10:16 +, Jose Quaresma wrote: > > Signed-off-by: Jose Quaresma > > --- > > > > v5: introduced in v5 > > > > meta/conf/distro/include/init-manager-systemd.inc | 4 > > 1 file changed, 4 insertions(+) >

[OE-core] [mickledore][PATCH] systemd: fix a dead link under /var/log

2023-06-29 Thread Changqing Li
From: Changqing Li Commit 6fe23ff31c0 changed README to a symlink to README.logs, and install README.logs under systemd doc dir. But for OE, systemd doc dir is splited into package systemd-doc, when it is not installed on the target, there will be an dead link: Eg: root@intel-x86-64:/var/log# ls

[OE-core] [master][PATCH] systemd: fix a dead link under /var/log

2023-06-29 Thread Changqing Li
From: Changqing Li Commit 6fe23ff31c0 changed README to a symlink to README.logs, and install README.logs under systemd doc dir. But for OE, systemd doc dir is splited into package systemd-doc, when it is not installed on the target, there will be an dead link: Eg: root@intel-x86-64:/var/log# ls

Re: [OE-core] [PATCH V4] kbd: Add ptest support

2023-06-29 Thread Alexandre Belloni via lists.openembedded.org
Hello, While this patch was working fine, it is now broken on master because of the kbd upgrade to 2.6.0 from wangmy. https://autobuilder.yoctoproject.org/typhoon/#/builders/102/builds/4812/steps/13/logs/stdio ERROR: kbd-2.6.0-r0 do_compile_ptest_base: ExecutionError('/home/pokybuild/yocto-work

Re: [OE-core] Multiple providers are available for runtime libltdl (libtool, libtool-native)

2023-06-29 Thread Ross Burton
On 28 Jun 2023, at 06:43, Krupal Ka Patel -X (krkapate - E-INFO CHIPS INC at Cisco) wrote: > > Hi Ross, > > Thank you for your prompt response. > > I am using Gatesgarth version. > > I am able to reproduce this issue when I add "libltdl" dependency in the > core-image-minimal. Gatesgarth h

Re: [OE-core] [PATCH] tiff: upgrade 4.5.0 -> 4.5.1

2023-06-29 Thread Alexandre Belloni via lists.openembedded.org
Hello, Can you rebase on master as we have a few more CVE patch that need to be reviewed too? On 27/06/2023 15:17:28+0800, wangmy wrote: > From: Wang Mingyu > > CVE-2022-48281.patch > CVE-2023-2731.patch > removed since they're included in 4.5.1 > > Signed-off-by: Wang Mingyu > --- > .../lib

[OE-core] [master][PATCH V2] systemd: fix a dead link under /var/log

2023-06-29 Thread Changqing Li
From: Changqing Li Commit 6fe23ff31c0 changed README to a symlink to README.logs, and install README.logs under systemd doc dir. But for OE, systemd doc dir is splited into package systemd-doc, when it is not installed on the target, there will be an dead link: Eg: root@intel-x86-64:/var/log# ls

[OE-core] [mickledore][PATCH V2] systemd: fix a dead link under /var/log

2023-06-29 Thread Changqing Li
From: Changqing Li Commit 6fe23ff31c0 changed README to a symlink to README.logs, and install README.logs under systemd doc dir. But for OE, systemd doc dir is splited into package systemd-doc, when it is not installed on the target, there will be an dead link: Eg: root@intel-x86-64:/var/log# ls

Re: [OE-core] [PATCH V4] kbd: Add ptest support

2023-06-29 Thread Richard Purdie
On Thu, 2023-06-01 at 14:46 +0800, qi...@fujitsu.com wrote: > From: Qiu Tingting > > Add a ptest for kbd > - It is taking around 1s to execute with kvm, so added it to PTESTS_FAST > - It contains libkeymap unit tests(27 cases) and libkbdfile unit tests(13 > cases) > > Signed-off-by: Qiu Tingtin

Re: [OE-core] [PATCH] qemu: Install the default qemu emulation rpm

2023-06-29 Thread Richard Purdie
On Thu, 2023-06-29 at 10:01 +0800, Yu, Mingli wrote: > Please ignore this patch and use the patch "qemu: Add qemu-common > package" instead. > > And the patch "qemu: Add qemu-common package" fix the backward > compatibility as > https://patchwork.yoctoproject.org/project/oe-core/patch/202306271

Re: [OE-core] [master][PATCH V2] systemd: fix a dead link under /var/log

2023-06-29 Thread Richard Purdie
On Thu, 2023-06-29 at 18:10 +0800, Changqing Li wrote: > From: Changqing Li > > Commit 6fe23ff31c0 changed README to a symlink to README.logs, and > install README.logs under systemd doc dir. > > But for OE, systemd doc dir is splited into package systemd-doc, when it > is not installed on the t

[OE-core][PATCH] gcsections: apply section removal also in C++, not only in C

2023-06-29 Thread Peter Marko via lists.openembedded.org
From: Peter Marko Currently only CFLAGS contains sections optimizations. This is used during C compilation. C++ compilation uses CXXFLAGS instead. I did not introduce CXXFLAGS_SECTION_REMOVAL because the options are identical in C and C++, while adding it would add whole lot of additional useles

[OE-core] [PATCH] util-linux: fix the pylibmount installation path

2023-06-29 Thread Louis Rannou
ckages/libmount ${D}${PYTHON_SITEPACKAGES_DIR}/ +rm -rf ${D}${base_libdir}/${PYTHON_DIR} +fi +} --- base-commit: ed04d429f742288bdc547a6537d536c97c89831f change-id: 20230629-pylibmount-84dab8d2ba11 Best regards, -- Louis Rannou -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent

Re: [OE-core] [PATCH] util-linux: fix the pylibmount installation path

2023-06-29 Thread Richard Purdie
On Thu, 2023-06-29 at 12:37 +, Louis Rannou wrote: > Append the install task to move the python library from ${base_libdir} > to ${PYTHON_SITEPACKAGES_DIR}. > > Signed-off-by: Louis Rannou > --- > As we install libraries of util-linux in ${base_libdir} (/lib), the > python library pylibmount

Re: [OE-core] [PATCH 2/3] systemd: replace the sysusers.d basic configuration

2023-06-29 Thread Louis Rannou
Hello, please find an answer to the last comment On 19/06/2023 14:10, Louis Rannou wrote: Hello, On 16/06/2023 18:51, Peter Kjellerstedt wrote: -Original Message- From: openembedded-core@lists.openembedded.org On Behalf Of Louis Rannou Sent: den 15 juni 2023 13:44 To: openembedded-c

Re: [OE-core][PATCH] gcsections: apply section removal also in C++, not only in C

2023-06-29 Thread Alexandre Belloni via lists.openembedded.org
Hello Peter, I have collected it but this patch should have gone to the poky mailing list as this is for meta-yocto. On 29/06/2023 14:28:08+0200, Peter Marko via lists.openembedded.org wrote: > From: Peter Marko > > Currently only CFLAGS contains sections optimizations. > This is used during C

[OE-core][master][mickledore][kirkstone][dunfell][PATCH] cve-update-nvd2-native: fix cvssV3 metrics

2023-06-29 Thread Peter Marko via lists.openembedded.org
From: Peter Marko After upgrade to soon-to-be-released kirkstone 4.0.11 CVE annotations got broken. Anything which has only cvssV3 did not resolve properly. Fix the API fields used to extract it. Number of CVEs with score 0.0 is still not at 1.1 API level, but that is probably NVD API difference

Re: [OE-core] [PATCH] util-linux: fix the pylibmount installation path

2023-06-29 Thread Louis Rannou
On 29/06/2023 14:59, Richard Purdie wrote: On Thu, 2023-06-29 at 12:37 +, Louis Rannou wrote: Append the install task to move the python library from ${base_libdir} to ${PYTHON_SITEPACKAGES_DIR}. Signed-off-by: Louis Rannou --- As we install libraries of util-linux in ${base_libdir} (/lib)

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

2023-06-29 Thread Robert Berger
added --clamp-mtime --mtime to the tar command see: https://bugzilla.yoctoproject.org/show_bug.cgi?id=15148 Signed-off-by: Robert Berger --- meta/classes-recipe/populate_sdk_base.bbclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/classes-recipe/populate_sdk_base.

Re: [OE-core] [PATCH] util-linux: fix the pylibmount installation path

2023-06-29 Thread Richard Purdie
On Thu, 2023-06-29 at 15:50 +0200, Louis Rannou wrote: > On 29/06/2023 14:59, Richard Purdie wrote: > > On Thu, 2023-06-29 at 12:37 +, Louis Rannou wrote: > > > Append the install task to move the python library from ${base_libdir} > > > to ${PYTHON_SITEPACKAGES_DIR}. > > > > > > Signed-off-by

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

2023-06-29 Thread Richard Purdie
On Thu, 2023-06-29 at 16:02 +0200, Robert Berger wrote: > added --clamp-mtime --mtime to the tar command > > see: > https://bugzilla.yoctoproject.org/show_bug.cgi?id=15148 > > Signed-off-by: Robert Berger > --- > meta/classes-recipe/populate_sdk_base.bbclass | 3 ++- > 1 file changed, 2 inserti

[OE-core] [PATCH 1/4] mdadm: fix util-linux-lsblk ptest dependency

2023-06-29 Thread Ovidiu Panait via lists.openembedded.org
From: Ovidiu Panait Trying to run mdadm-ptest in a core-image-minimal build will result in: root@qemux86-64:~# ptest-runner mdadm START: ptest-runner BEGIN: /usr/lib/mdadm/ptest which: no lsblk in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin) lsblk command not found! DURATION: 0

[OE-core] [PATCH 2/4] mdadm: fix 07revert-inplace ptest

2023-06-29 Thread Ovidiu Panait via lists.openembedded.org
From: Ovidiu Panait Testcase 07revert-inplace fails if strace is not installed: ... strace -o /tmp/str ./mdadm -A /dev/md0 --update=revert-reshape /dev/<...> tests/07revert-inplace: line 40: strace: command not found Add strace to mdadm-ptest RDEPENDS to make sure the testcase passes even with a

[OE-core] [PATCH 4/4] mdadm: skip running known broken ptests

2023-06-29 Thread Ovidiu Panait via lists.openembedded.org
From: Ovidiu Panait Upstream marked some testcases as "KNOWN BROKEN" and introduced the "--skip-broken" flag to ignore them when running the testsuite (commits [1] and [2]). Backport these two commits to get rid of the last remaining ptest failures. Also, add the "--skip-broken" option to the ru

[OE-core] [PATCH 3/4] mdadm: fix segfaults when running ptests

2023-06-29 Thread Ovidiu Panait via lists.openembedded.org
From: Ovidiu Panait Currently, some segfaults are reported when running ptest: mdadm[12333]: segfault at 0 ip 7fe855924060 sp 7ffc4d6caf88 error 4 in libc.so.6[7f) Code: d2 0f 84 b7 0f 00 00 48 83 fa 01 0f 84 b9 0f 00 00 49 89 d3 89 f1 89 f8 48 83 e1 3f 4f Backport the following upstre

Re: [OE-core] [PATCH 4/4] mdadm: skip running known broken ptests

2023-06-29 Thread Alexander Kanavin
Thanks for working on reenabling this. mdadm is currently taken out of ptest lists because #mdadm \ # Tests rely on non-deterministic sleep() amounts Is this resolved, and can we re-add mdadm to SLOW or FAST lists? Alex On Thu, 29 Jun 2023 at 16:19, Ovidiu Panait via lists.openembedded.org

[OE-core][kirkstone][PATCH v3] libcap: fix CVE-2023-2603 Integer Overflow in _libcap_strdup()

2023-06-29 Thread vkumbhar
Signed-off-by: Vivek Kumbhar --- .../libcap/files/CVE-2023-2603.patch | 60 +++ meta/recipes-support/libcap/libcap_2.66.bb| 1 + 2 files changed, 61 insertions(+) create mode 100644 meta/recipes-support/libcap/files/CVE-2023-2603.patch diff --git a/meta/recipes-sup

[OE-core] [PATCH v3] rootfs-postcommands: Set vardeps for do_write_test_data

2023-06-29 Thread Peter Hoyes
From: Peter Hoyes The testdata.json file generated by testdata.bbclass currently contains almost all Bitbake variables. However only a small number of variables are actually used and the testdata.json is not automatically updated when the variables are updated. Introduce the testdata_vars bbclas

[OE-core][PATCH] python3: add cgitb, zipapp ptest dependencies

2023-06-29 Thread Trevor Gamblin
Without these, test_cgitb and test_zipapp both fail when running the python3 ptests. Since cgitb is deprecated, I have only added it to ${PN}-ptest's RDEPENDS specifically, but zipapp is more current and therefore I've put it in the ${PN}-misc list instead. Also reorder the ${PN}-misc list to be a

[OE-core][master][mickledore][kirkstone][dunfell][PATCH v2] cve-update-nvd2-native: fix cvssV3 metrics

2023-06-29 Thread Peter Marko via lists.openembedded.org
From: Peter Marko After upgrade to soon-to-be-released kirkstone 4.0.11 CVE annotations got broken. Anything which has only cvssV3 does not resolve properly. Fix the API fields used to extract it. i0.0 score is now at level of NVD DB 1.1. All CVEs with UNKNOWN vector are not present in NVD DB 1

[OE-core][mickledore 00/30] Patch review

2023-06-29 Thread Steve Sakoman
Please review this set of changes for mickledore and comments back by end of day Monday. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5547 The following changes since commit 4df0b835fae3af1dbde4a06568a652ce46d7af7a: maintainers.inc: update ve

[OE-core][mickledore 01/30] tiff: Security fix for CVE-2023-25434 and CVE-2023-26965

2023-06-29 Thread Steve Sakoman
From: Siddharth Upstream-Status: Backport from [https://gitlab.com/libtiff/libtiff/-/commit/69818e2f2d246e6631ac2a2da692c3706b849c38, https://gitlab.com/libtiff/libtiff/-/commit/ec8ef90c1f573c9eb1f17d6a056aa0015f184acf] Signed-off-by: Siddharth Doshi Signed-off-by: Steve Sakoman --- .../lib

[OE-core][mickledore 02/30] libxml2: upgrade 2.10.3 -> 2.10.4

2023-06-29 Thread Steve Sakoman
From: Wang Mingyu Changelog: == ### Security - [CVE-2023-29469] Hashing of empty dict strings isn't deterministic - [CVE-2023-28484] Fix null deref in xmlSchemaFixupComplexType - schemas: Fix null-pointer-deref in xmlSchemaCheckCOSSTDerivedOK ### Regressions - SAX2: Ignore namespaces i

[OE-core][mickledore 03/30] gtk4: upgrade 4.10.3 -> 4.10.4

2023-06-29 Thread Steve Sakoman
From: Markus Volk Overview of Changes in 4.10.4, 05-06 2023 = * GtkFileChooser - Fix some memory leaks * GtkUriLauncher - Validate the uri * GtkStack - Fix a crash * GtkGridView - Respect css border-spacing * GtkScrolledWindow - Propagate child me

[OE-core][mickledore 04/30] apr: upgrade 1.7.3 -> 1.7.4

2023-06-29 Thread Steve Sakoman
From: Alexander Kanavin Changes for APR 1.7.4 *) Fix a regression where writing to a file opened with both APR_FOPEN_APPEND and APR_FOPEN_BUFFERED did not properly append the data on Windows. (This regression was introduced in APR 1.7.3) [Evgeny Kotkov] Signed-off-by: Alexander Kan

[OE-core][mickledore 05/30] bno_plot.py, btt_plot.py: Ask for python3 specifically

2023-06-29 Thread Steve Sakoman
From: Sakib Sajal python2 has been deprecated, use python3 instead Signed-off-by: Sakib Sajal Signed-off-by: Steve Sakoman --- ...plot.py-Ask-for-python3-specifically.patch | 35 +++ meta/recipes-kernel/blktrace/blktrace_git.bb | 4 ++- 2 files changed, 38 insertions(+), 1 d

[OE-core][mickledore 06/30] python3-numpy: remove NPY_INLINE, use inline instead

2023-06-29 Thread Steve Sakoman
From: Mingli Yu The build fails when DEBUG_BUILD is enabled with GCC-13 as [1] and [2]. Fixes: | numpy/core/src/umath/simd.inc.src:977:20: note: called from here | 977 | @vtype@ zeros = _mm512_setzero_@vsuffix@(); |^~~ | numpy/core/src/umath

[OE-core][mickledore 07/30] systemd: fix a dead link under /var/log

2023-06-29 Thread Steve Sakoman
From: Changqing Li Commit 6fe23ff31c0 changed README to a symlink to README.logs, and install README.logs under systemd doc dir. But for OE, systemd doc dir is splited into package systemd-doc, when it is not installed on the target, there will be an dead link: Eg: root@intel-x86-64:/var/log# ls

[OE-core][mickledore 08/30] weston-init: make sure the render group exists

2023-06-29 Thread Steve Sakoman
From: Randolph Sapp Add the render group explicitly here to make sure it exists for the useradd command. Signed-off-by: Randolph Sapp Signed-off-by: Alexandre Belloni (cherry picked from commit 3134fca12c6f74d2b99f79fb751bc5513c5b937a) Signed-off-by: Steve Sakoman --- meta/recipes-graphics/w

[OE-core][mickledore 09/30] weston-init: add weston user to the render group

2023-06-29 Thread Steve Sakoman
From: Randolph Sapp The weston user must be in the render group in order to access render device nodes for standard user-space graphics. Signed-off-by: Randolph Sapp Signed-off-by: Alexandre Belloni (cherry picked from commit 1cba8aa3c5e0635d7b89222d9ccaf889954fe0c9) Signed-off-by: Steve Sakom

[OE-core][mickledore 10/30] weston-init: add the weston user to the wayland group

2023-06-29 Thread Steve Sakoman
From: Randolph Sapp Add the weston user to the wayland group so all users accessing the global weston socket in /run all share a group. Signed-off-by: Randolph Sapp Signed-off-by: Alexandre Belloni (cherry picked from commit 30198b36b00a1967d1f8f8f556a0ba2415954f4e) Signed-off-by: Steve Sakoma

[OE-core][mickledore 11/30] weston-init: fix the mixed indentation

2023-06-29 Thread Steve Sakoman
From: Randolph Sapp I know my text editor is going to get angry at me if this continues. Signed-off-by: Randolph Sapp Signed-off-by: Richard Purdie (cherry picked from commit da6e01517336694911f5aea53d637e9c0ad72c9b) Signed-off-by: Steve Sakoman --- meta/recipes-graphics/wayland/weston-init.

[OE-core][mickledore 12/30] weston-init: guard against systemd configs

2023-06-29 Thread Steve Sakoman
From: Randolph Sapp Just as sysvinit scripts shouldn't be present in a distro using systemd, systemd scripts shouldn't be present in a system not using systemd. Signed-off-by: Randolph Sapp Signed-off-by: Richard Purdie (cherry picked from commit 00e3eb3893eeb32839e02b05bc1299440895a53d) Signe

[OE-core][mickledore 13/30] weston-init: add profile to point users to global socket

2023-06-29 Thread Steve Sakoman
From: Randolph Sapp Add profile script to point users capable of interacting with the global socket to it by default. Signed-off-by: Randolph Sapp Signed-off-by: Richard Purdie (cherry picked from commit 2818cbc73093996f8ecb93a4f0df8a31fd4692d3) Signed-off-by: Steve Sakoman --- meta/recipes-

[OE-core][mickledore 14/30] glibc: Pass linker choice via compiler flags

2023-06-29 Thread Steve Sakoman
From: Khem Raj glibc configury tries to detect ld version and assumes BFD or gold linker but when system ld is pointing to lld or mold it might fail the linker check, therefore pass LD variable to explicitly point at ld.bfd we are using BFD linker only to link glibc after all. Second problem in

[OE-core][mickledore 15/30] useradd-example: package typo correction

2023-06-29 Thread Steve Sakoman
From: Fabien Mahot Fixes [YOCTO #15143] Signed-off-by: Fabien Mahot Reviewed-by: Yoann Congal Signed-off-by: Richard Purdie (cherry picked from commit 9adffbb9b5fcd67d9c4e98d97bc459cbcc1b9c05) Signed-off-by: Steve Sakoman --- meta-skeleton/recipes-skeleton/useradd/useradd-example.bb | 2 +-

[OE-core][mickledore 16/30] scripts/runqemu: split lock dir creation into a reusable function

2023-06-29 Thread Steve Sakoman
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 004d6bcb067ecf1d796801fa43a98820c4efd3c7) Signed-off-by: Steve Sakoman --- scripts/runqemu | 29 + 1 file changed, 13 insertions(+), 16 deletions(-) d

[OE-core][mickledore 17/30] scripts/runqemu: allocate unfsd ports in a way that doesn't race or clash with unrelated processes

2023-06-29 Thread Steve Sakoman
From: Alexander Kanavin There is already a neat check_free_port() function for finding an available port atomically, so use that and make two additional tweaks: - no need to allocate two separate ports; per unfsd documentation they can be the same - move lockfile release until after unfsd has

[OE-core][mickledore 18/30] oeqa/selftest/bbtests: add non-existent prefile/postfile tests

2023-06-29 Thread Steve Sakoman
From: Fabien Mahot Fixes [YOCTO #10725] Signed-off-by: Fabien Mahot Reviewed-by: Yoann Congal Signed-off-by: Richard Purdie (cherry picked from commit b0c33655fad5b2e7d96a45b6210527dfb766797b) Signed-off-by: Steve Sakoman --- meta/lib/oeqa/selftest/cases/bbtests.py | 8 1 file chan

[OE-core][mickledore 19/30] qemu: a pending patch was submitted and accepted upstream

2023-06-29 Thread Steve Sakoman
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit f59df55d63a8841c834bbc488589209e7f23f803) Signed-off-by: Steve Sakoman --- ...1-tracetool-use-relative-paths-for-line-preprocessor-d.patch | 2 +- 1 file changed, 1 insertion(+),

[OE-core][mickledore 20/30] maintainers.inc: unassign Adrian Bunk from wireless-regdb

2023-06-29 Thread Steve Sakoman
From: Alexander Kanavin We were not able to get a response about availability over email, and so the recipe has to be unassigned. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 3beb88060be9484cfe75dfa60f041b0b32214978) Signed-off-by: Steve Sakoman -

[OE-core][mickledore 21/30] maintainers.inc: unassign Alistair Francis from opensbi

2023-06-29 Thread Steve Sakoman
From: Alexander Kanavin We were not able to get a response about availability over email, and so the recipe has to be unassigned. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 60eda3dcbf96b5982a0e282fd0c3c13b0b4d7787) Signed-off-by: Steve Sakoman -

[OE-core][mickledore 22/30] maintainers.inc: unassign Chase Qi from libc-test

2023-06-29 Thread Steve Sakoman
From: Alexander Kanavin We were not able to get a response about availability over email, and so the recipe has to be unassigned. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 5be575577d74a3cb81594392b88df74226be9192) Signed-off-by: Steve Sakoman -

[OE-core][mickledore 23/30] maintainers.inc: unassign Oleksandr Kravchuk from python3 and all other items

2023-06-29 Thread Steve Sakoman
From: Alexander Kanavin We were not able to get a response about availability over email, and so the recipes have to be unassigned. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 2d2c75530fe336eda72e8ce72f994725b3a77ea0) Signed-off-by: Steve Sakoman

[OE-core][mickledore 24/30] maintainers.inc: unassign Ricardo Neri from ovmf

2023-06-29 Thread Steve Sakoman
From: Alexander Kanavin We were not able to get a response about availability over email, and so the recipe has to be unassigned. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 56f1af6d5b3019dccbc27bb0a9692a5f1a32f87b) Signed-off-by: Steve Sakoman -

[OE-core][mickledore 25/30] babeltrace2: Always use BFD linker when building tests with ld-is-lld distro feature

2023-06-29 Thread Steve Sakoman
From: Khem Raj lld results in textrels in some .so used in tests, fixes babeltrace2-ptest: ELF binary /usr/lib/babeltrace2/ptest/tests/lib/test-plugin-plugins/plugin-minimal.so has relocations in .text babeltrace2-ptest: ELF binary /usr/lib/babeltrace2/ptest/tests/lib/test-plugin-plugins/plug

[OE-core][mickledore 26/30] gobject-introspection: remove obsolete DEPENDS

2023-06-29 Thread Steve Sakoman
From: Ross Burton This recipe uses meson, so doesn't need to DEPEND on autoconf-archive. Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni (cherry picked from commit cb09a2d7077e4e0809e16ad6d23cd4f3b2a3bbca) Signed-off-by: Steve Sakoman --- .../gobject-introspection/gobject-introsp

[OE-core][mickledore 27/30] parted: Add missing libuuid to linker cmdline for libparted-fs-resize.so

2023-06-29 Thread Steve Sakoman
From: Khem Raj Signed-off-by: Khem Raj Signed-off-by: Alexandre Belloni (cherry picked from commit 493b6a17ede8033be11eb61aef347f6f5df42f7d) Signed-off-by: Steve Sakoman --- ...o-linker-flags-for-libparted-fs-resi.patch | 34 +++ meta/recipes-extended/parted/parted_3.5.bb|

[OE-core][mickledore 28/30] useradd-staticids.bbclass: improve error message

2023-06-29 Thread Steve Sakoman
From: Mikko Rapeli Current error message is difficult to read: ERROR: Nothing PROVIDES 'image' trs-image was skipped: image - image: normal username test does not have a static ID defined. Add test to one of these files It's not clear that first "image" is recipe name, second "image" is binary

[OE-core][mickledore 29/30] devtool: Fix the wrong variable in srcuri_entry

2023-06-29 Thread Steve Sakoman
From: Charlie Wu devtool crashes when running "update-recipe" and append changes on the recipe. "$ devtool update-recipe -a " Traceback (most recent call last): ... File "/ovss/ovss_quanta/poky/scripts/lib/devtool/standard.py", line 1636, in srcuri_entry return 'file://%s%s' % (basepath, pa

[OE-core][mickledore 30/30] grub: submit determinism.patch upstream

2023-06-29 Thread Steve Sakoman
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 61947762e410c685f667e0af6440fb8a33cd6777) Signed-off-by: Steve Sakoman --- meta/recipes-bsp/grub/files/determinism.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif

[OE-core][dunfell 00/10] Patch review

2023-06-29 Thread Steve Sakoman
Please review this set of changes for dunfell and have comments back by end of day Monday. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5542 The following changes since commit 2aa82324d43467e7c8bfbbb59570ee3306264b75: systemd-systemctl: suppo

[OE-core][dunfell 01/10] libjpeg-turbo: CVE-2020-35538 Null pointer dereference in jcopy_sample_rows() function

2023-06-29 Thread Steve Sakoman
From: Vijay Anusuri Upstream-Status: Backport [https://github.com/libjpeg-turbo/libjpeg-turbo/commit/9120a247436e84c0b4eea828cb11e8f665fcde30 & https://github.com/libjpeg-turbo/libjpeg-turbo/commit/a46c111d9f3642f0ef3819e7298846ccc61869e0] Signed-off-by: Vijay Anusuri Signed-off-by: Steve Sakom

[OE-core][dunfell 02/10] ninja: Whitelist CVE-2021-4336, wrong ninja

2023-06-29 Thread Steve Sakoman
From: Ross Burton (From OE-Core rev: c2dd2c13ff26c3f046e35a2f6b8afeb099ef422a) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit 9a106486ad7900924a87c5869702903204a35b54) Signed-off-by: virendra thakur Signed-off-by: Steve Sakoman --- meta/recipes-devtools/

[OE-core][dunfell 03/10] go: Backport fix CVE-2023-29405

2023-06-29 Thread Steve Sakoman
From: Ashish Sharma Upstream-Status: Backport [https://github.com/golang/go/commit/fa60c381ed06c12f9c27a7b50ca44c5f84f7f0f4 & https://github.com/golang/go/commit/1008486a9ff979dbd21c7466eeb6abf378f9c637] Signed-off-by: Ashish Sharma Signed-off-by: Steve Sakoman --- meta/recipes-devtools/go/go

[OE-core][dunfell 04/10] go: fix CVE-2023-29402 & CVE-2023-29404

2023-06-29 Thread Steve Sakoman
From: Hitendra Prajapati Backport fixes for: * CVE-2023-29402 - Upstream-Status: Backport from https://github.com/golang/go/commit/c160b49b6d328c86bd76ca2fff9009a71347333f * CVE-2023-29404 - Upstream-Status: Backport from https://github.com/golang/go/commit/bf3c8ce03e175e870763901a3850bca01381a

[OE-core][dunfell 05/10] libcap: backport Debian patches to fix CVE-2023-2602 and CVE-2023-2603

2023-06-29 Thread Steve Sakoman
From: Vijay Anusuri import patches from ubuntu to fix CVE-2023-2602 CVE-2023-2603 Upstream-Status: Backport [import from ubuntu https://git.launchpad.net/ubuntu/+source/libcap2/tree/debian/patches?h=ubuntu/focal-security Upstream commit https://git.kernel.org/pub/scm/libs/libcap/libcap.git/co

[OE-core][dunfell 06/10] linux-yocto/5.4: update to v5.4.246

2023-06-29 Thread Steve Sakoman
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: f568a20f058f Linux 5.4.246 6c0fc4725f6f drm/edid: fix objtool warning in drm_cvt_modes() 914bf541c3bb wifi: rtlwifi: 8192de: correct checking of IQK reload 58bc9baaef92 drm/edi

[OE-core][dunfell 07/10] linux-yocto/5.4: update to v5.4.247

2023-06-29 Thread Steve Sakoman
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: 61a2f83e4762 Linux 5.4.247 4b0199bc8189 Revert "staging: rtl8192e: Replace macro RTL_PCI_DEVICE with PCI_DEVICE" 85258ae30708 mtd: spinand: macronix: Add support for MX35LFxGE4AD

[OE-core][dunfell 08/10] linux-yocto/5.4: update to v5.4.248

2023-06-29 Thread Steve Sakoman
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: f2b499c27a95 Linux 5.4.248 1cdc48aaff18 mmc: block: ensure error propagation for non-blk de517032ee39 drm/nouveau/kms: Fix NULL pointer dereference in nouveau_connector_detect_dep

[OE-core][dunfell 09/10] linux-yocto-rt/54: fix 5.4-rt build breakage

2023-06-29 Thread Steve Sakoman
From: Bruce Ashfield Integrating the following commit: commit 8d8179549a233e7517523ac12887016451da2e20 Author: Bruce Ashfield Date: Tue Jun 27 10:13:01 2023 -0400 rt: fix 5.4-stable introduced compile errors The 5.4 stable series brough back two elements removed

[OE-core][dunfell 10/10] linux-yocto/5.4: cfg: fix DECNET configuration warning

2023-06-29 Thread Steve Sakoman
From: Bruce Ashfield Dropping CONFIG_DECNET as it has been removed from -stable and we now get a configuration warning. Signed-off-by: Bruce Ashfield Signed-off-by: Steve Sakoman --- meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb |

Re: [OE-core] [mickledore][PATCH 1/2] erofs-utils: update 1.5 -> 1.6

2023-06-29 Thread Changqing Li
On 6/28/23 22:24, Steve Sakoman 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. Sorry, I can only take bug/security fix version bumps . This update includes new features: