[OE-core][PATCH 1/4] pybootchartgui: calcule elapsed_time when starting the loop

2023-07-10 Thread Jose Quaresma
Instaed of calculate the elapsed time over the loop when needed do it on the loop startup. Signed-off-by: Jose Quaresma --- scripts/pybootchartgui/pybootchartgui/draw.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/pybootchartgui/pybootchartgui/draw.py

[OE-core][PATCH 2/4] pybootchartgui: concatenate the elapsed time with the process

2023-07-10 Thread Jose Quaresma
The function draw_label_in_box have logic to chose the rigth side to call the draw_text, so use it instaed of forcing the cordinates of the right side. Signed-off-by: Jose Quaresma --- scripts/pybootchartgui/pybootchartgui/draw.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff

[OE-core][PATCH 3/4] pybootchartgui: fix overlapping argument in render_processes_chart

2023-07-10 Thread Jose Quaresma
There is another variable named 'w' on the function which is redefined. The full width is needed in the function so rename it as this must be unique. Signed-off-by: Jose Quaresma --- scripts/pybootchartgui/pybootchartgui/draw.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[OE-core][PATCH 4/4] pybootchartgui: fix width max usage in draw_label_in_box

2023-07-10 Thread Jose Quaresma
The function draw_label_in_box chooses the correct side based on the maximum width length argument 'maxx'. Currently the labels are always drawn on the left side and this is because we are inadvertently passing the 'maxx' argument wrong. Signed-off-by: Jose Quaresma ---

Re: [OE-core] [PATCH v3] sstatesig: Fix pn and taskname derivation in find_siginfo

2023-07-10 Thread Alexandre Belloni via lists.openembedded.org
Hello, This caused the following failure on the AB: 2023-07-10 07:09:07,937 - oe-selftest - INFO - 5: 28/28 427/530 (396.69s) (0 failed) (sstatetests.SStateFindSiginfo.test_sstate_compare_sigfiles_and_find_siginfo) 2023-07-10 07:09:07,937 - oe-selftest - INFO -

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

2023-07-10 Thread Changqing Li
On 6/29/23 19:44, Richard Purdie 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. On Thu, 2023-06-29 at 18:10 +0800, Changqing Li wrote: From: Changqing Li Commit

Re: [OE-core] [PATCH v3] qemu: Add qemu-common package

2023-07-10 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 10/07/2023 18:32:18+0800, Yu, Mingli wrote: > From: Mingli Yu > > We split the qemu package [1] to add support to make user can install > one qemu arch emulation rpm to ease the concerns who care much about > the rpm size in embedded device. > > But for the user who only install the

Re: [OE-core] [PATCH 00/15] kernel: consolidated pull request

2023-07-10 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 10/07/2023 14:54:50+, Ross Burton wrote: > On 10 Jul 2023, at 04:20, Bruce Ashfield via lists.openembedded.org > wrote: > > Here's the latest queued kernel changes. There are the expectd -stable > > updates > > 6.1, but those of course aren't the most interesting part of this

Re: [OE-core] [PATCH 00/15] kernel: consolidated pull request

2023-07-10 Thread Alexandre Belloni via lists.openembedded.org
On 10/07/2023 22:59:02+0200, Alexandre Belloni via lists.openembedded.org wrote: > Hello, > > On 10/07/2023 14:54:50+, Ross Burton wrote: > > On 10 Jul 2023, at 04:20, Bruce Ashfield via lists.openembedded.org > > wrote: > > > Here's the latest queued kernel changes. There are the expectd

Re: [OE-core] [PATCH 00/15] kernel: consolidated pull request

2023-07-10 Thread Bruce Ashfield
On Mon, Jul 10, 2023 at 4:59 PM Alexandre Belloni wrote: > > Hello, > > On 10/07/2023 14:54:50+, Ross Burton wrote: > > On 10 Jul 2023, at 04:20, Bruce Ashfield via lists.openembedded.org > > wrote: > > > Here's the latest queued kernel changes. There are the expectd -stable > > > updates

Re: [OE-core] [kirkstone][PATCH v2] rust-llvm: backport a fix for build with gcc-13

2023-07-10 Thread Jose Quaresma
Hi Alexander, The uninative release with the gcc 13 was released a few weeks ago, what is the reason for this issue not being found on the autobuild when using the uninative? With the clang toolchain this issue [1] comes right after the uninative with gcc-13 was released. [1]

Re: [OE-core] [PATCH 00/15] kernel: consolidated pull request

2023-07-10 Thread Bruce Ashfield
On Mon, Jul 10, 2023 at 6:58 PM Bruce Ashfield via lists.openembedded.org wrote: > > On Mon, Jul 10, 2023 at 4:59 PM Alexandre Belloni > wrote: > > > > Hello, > > > > On 10/07/2023 14:54:50+, Ross Burton wrote: > > > On 10 Jul 2023, at 04:20, Bruce Ashfield via lists.openembedded.org > > >

[OE-core] [PATCH] python3: fix CVE-2023-24329 urllib.parse url blocklisting bypass

2023-07-10 Thread vkumbhar
Signed-off-by: Vivek Kumbhar --- .../python/python3/CVE-2023-24329.patch | 81 +++ .../recipes-devtools/python/python3_3.8.14.bb | 1 + 2 files changed, 82 insertions(+) create mode 100644 meta/recipes-devtools/python/python3/CVE-2023-24329.patch diff --git

[mickledore][oe-core][PATCH 1/1] ghostscript: fix CVE-2023-36664

2023-07-10 Thread Joe Slater via lists.openembedded.org
From: Joe Slater Combine two commits from git.ghostscript.com/ghostpdl. The first incompletely addresses the CVE. The second addresses defects in the first. Signed-off-by: Joe Slater --- .../ghostscript/cve-2023-36664.patch | 163 ++

[OE-core][PATCH 1/3] python3-pylibfdt: add recipe

2023-07-10 Thread Trevor Gamblin
This is required by python3-dtschema (already in oe-core) and likely some other modules, so add the recipe. Signed-off-by: Trevor Gamblin --- .../python/python3-pylibfdt_1.6.1.bb | 16 1 file changed, 16 insertions(+) create mode 100644

[OE-core][PATCH 2/3] python3-dtschema: upgrade 2023.4 -> 2023.6.1

2023-07-10 Thread Trevor Gamblin
No changelog provided. Diff between versions: 08ab41a (tag: v2023.06.1, origin/master) Fix undocumented compatible check 90ce246 (tag: v2023.06) Revert "Partially Revert "dtschema: add nanoamp unit"" a4fe59b schemas: Allow 'fail' value for 'status' 1ea798a schemas: Allow 'status' for node names

[OE-core][PATCH 3/3] python3-dtschema: add python3-pylibfdt to RDEPENDS

2023-07-10 Thread Trevor Gamblin
Also reorder the RDEPENDS to be in alphabetical order. Signed-off-by: Trevor Gamblin --- meta/recipes-devtools/python/python3-dtschema_2023.6.1.bb | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-dtschema_2023.6.1.bb

[oe-core][PATCH 1/1] ghostscript: advance to version 10.01.2

2023-07-10 Thread Joe Slater via lists.openembedded.org
From: Joe Slater Fix CVE-2023-28879 and CVE-2023-36664. Signed-off-by: Joe Slater --- .../{ghostscript_10.01.1.bb => ghostscript_10.01.2.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta/recipes-extended/ghostscript/{ghostscript_10.01.1.bb =>

Re: [OE-core][PATCH 1/3] python3-pylibfdt: add recipe

2023-07-10 Thread Bruce Ashfield
On Mon, Jul 10, 2023 at 9:11 PM Trevor Gamblin wrote: > > This is required by python3-dtschema (already in oe-core) and > likely some other modules, so add the recipe. We are now on the 3rd (or 4th) iteration of attempts to add this. Rather than re-hashing the discussion, I suggest searching

[OE-core] [kirkstone][PATCH] logrotate: Do not create logrotate.status file

2023-07-10 Thread Jermain Horsman
From: Jermain Horsman The first time logrotate runs it reports an error: error: state file /var/lib/logrotate.status is world-readable and thus can be locked from other unprivileged users. Skipping lock acquisition... This check was added with

[OE-core] [PATCH] rust-llvm: backport cstdint header fix for build with gcc-13

2023-07-10 Thread A. Sverdlin via lists.openembedded.org
From: Alexander Sverdlin * needed for rust-llvm-native on hosts with gcc-13 Based on commit 3382759cb6c5 ("llvm: backport a fix for build with gcc-13") Signed-off-by: Alexander Sverdlin --- ...-missing-cstdint-header-to-Signals.h.patch | 32 +++

Re: [OE-core] [PATCH] python3: rework ptest handling

2023-07-10 Thread Ross Burton
On 7 Jul 2023, at 23:43, Alexander Kanavin wrote: > > On Fri, 7 Jul 2023 at 21:46, Trevor Gamblin wrote: >> FYI I didn't see the junit output option anywhere. Are you referring to >> an extra module? > > If you run 'python3 -m test --help' you should see it: > > --junit-xml FILENAME writes

[OE-core][dunfell][PATCH] libx11: Fix CVE-2023-3138 for dunfell branch

2023-07-10 Thread Poonam Jadhav
From: Poonam Jadhav Add patch to fix CVE-2023-3138 for dunfell branch Link: https://gitlab.freedesktop.org/xorg/lib/libx11/-/commit/304a654a0d57bf0f00d8998185f0360332cfa36c.patch Signed-off-by: Poonam Jadhav --- .../xorg-lib/libx11/CVE-2023-3138.patch | 111 ++

[OE-core] [PATCH v2] qemu: Add qemu-common package

2023-07-10 Thread Yu, Mingli
From: Mingli Yu We split the qemu package [1] to add support to make user can install one qemu arch emulation rpm to ease the concerns who care much about the rpm size in embedded device. But for the user who only install the qemu-*.rpm can't do anything except they install the qemu emulation

Re: [OE-core] [PATCH] webkitgtk: Unbreak build on platforms using pvr graphics drivers

2023-07-10 Thread Ross Burton
On 9 Jul 2023, at 04:46, Khem Raj via lists.openembedded.org wrote: > +Upstream-Status: Inappropriate [GLX support is gone in 2.41+] Missing your S-o-b in the patch. Ross -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#184067):

[OE-core][dunfell][PATCH] libpng: Add ptest for libpng

2023-07-10 Thread nikhil
libpng is a platform-independent library which supports all PNG features. This ptest executes the below binaries, parses the png image and prints the image features. 1. pngfix - provides information about PNG image copyrights details. 2. pngtest - tests, optimizes and optionally fixes the zlib

[OE-core] [dunfell][PATCH] kernel-fitimage: fix fitimage for dtbo overlays

2023-07-10 Thread Anthony Bagwell
The commit 42a4f98ab5 "kernel-fitimage: adding support for Initramfs bundle and u-boot script" added a parameter to fitimage_emit_section_config for bootscr_line but forgot to add in a value for it in one call. Signed-off-by: AJ Bagwell --- meta/classes/kernel-fitimage.bbclass | 2 +- 1 file

[OE-Core][PATCH 1/3] bitbake.conf: add acl and xattr distro native features support

2023-07-10 Thread Piotr Łobacz
Include support for ACLs and extended file attributes for native builds, depending on which distro target features has been turned on. Signed-off-by: Piotr Łobacz --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf

[OE-Core][PATCH 2/3] package_ipk.bbclass: add support for ACLs and xattr

2023-07-10 Thread Piotr Łobacz
Extend OPKGBUILDCMD variable, with additional parameters, depending on target distro features, in order to support ACLs and xattr. With fix pushed to the opkg-devel: https://groups.google.com/g/opkg-devel/c/dYNHrLjDwg8 opkg-build is able to create tar archives with ACLs and xattr. Signed-off-by:

[OE-Core][PATCH 3/3] package.bbclass: add support for ACLs and xattr

2023-07-10 Thread Piotr Łobacz
Extend `tar` command, with additional parameters, depending on choosen package class and target distro features, in order to support ACLs and xattr. Currently only `package_ipk` supports fully ACLs and xattr. Signed-off-by: Piotr Łobacz --- meta/classes-global/package.bbclass | 10 --

[OE-core] [PATCH v3] qemu: Add qemu-common package

2023-07-10 Thread Yu, Mingli
From: Mingli Yu We split the qemu package [1] to add support to make user can install one qemu arch emulation rpm to ease the concerns who care much about the rpm size in embedded device. But for the user who only install the qemu-*.rpm can't do anything except they install the qemu emulation

[OE-core][kirkstone][PATCH] libx11: Fix CVE-2023-3138 for kirkstone branch

2023-07-10 Thread Poonam Jadhav
From: Poonam Jadhav Add patch to fix CVE-2023-3138 for kirkstone branch Link: https://gitlab.freedesktop.org/xorg/lib/libx11/-/commit/304a654a0d57bf0f00d8998185f0360332cfa36c.patch Signed-off-by: Poonam Jadhav --- .../xorg-lib/libx11/CVE-2023-3138.patch | 111 ++

Re: [OE-Core][PATCH 3/3] package.bbclass: add support for ACLs and xattr

2023-07-10 Thread Ross Burton
On 10 Jul 2023, at 10:58, Piotr Łobacz via lists.openembedded.org wrote: > +# Preserve sparse files, hard links, ACLs and extended attributes > +acl = '' > +xattr = '' > +# TODO: for the moment only ipk packages are supporting ACLs and > extended attributes > +if

[OE-core][PATCH 1/2] diffoscope: upgrade 242 -> 243

2023-07-10 Thread Trevor Gamblin
Changelog: [ Chris Lamb ] * Drop Jenkins build reference in README.rst. [ Ed Maste ] * Update FreeBSD package names [ Mattia Rizzolo ] * Improve the documentation on to produce that binary blob that in the arsc comparator. Signed-off-by: Trevor Gamblin --- .../diffoscope/{diffoscope_242.bb

[OE-core][PATCH 2/2] diffoscope: add missing RDEPENDS and alphabetize

2023-07-10 Thread Trevor Gamblin
Signed-off-by: Trevor Gamblin --- meta/recipes-support/diffoscope/diffoscope_243.bb | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/diffoscope/diffoscope_243.bb b/meta/recipes-support/diffoscope/diffoscope_243.bb index

Re: [OE-core] [PATCH v3] sstatesig: Fix pn and taskname derivation in find_siginfo

2023-07-10 Thread Ross Burton
No need, but please do add it in future patches. Ross > On 9 Jul 2023, at 15:34, Yang Xu via lists.openembedded.org > wrote: > > Dear Alexandre, > > Thank you for your reminder. > > v1: correct handling for pn and taskname for native target in find_siginfo > v2: add handling for multilib

Re: [OE-core][dunfell][PATCH] curl: fix CVE-2023-28320 siglongjmp race condition may lead to crash

2023-07-10 Thread Steve Sakoman
On Sun, Jul 9, 2023 at 7:28 PM vkumbhar wrote: > > Introduced by: > https://github.com/curl/curl/commit/3c49b405de4fbf1fd7127f91908261268640e54f > (curl-7_9_8) > Fixed by: > https://github.com/curl/curl/commit/13718030ad4b3209a7583b4f27f683cd3a6fa5f2 > (curl-8_1_0) > Follow-up: >

Re: [OE-Core][PATCH 1/3] bitbake.conf: add acl and xattr distro native features support

2023-07-10 Thread Ross Burton
Hi Piotr, This is a great patchset, thanks for chasing all the loose ends. Until the patches for opkg have landed we can apply them to our recipes, so feel free to send a patch to the opkg/opkg-utils recipes to do that. Also some form of test would be essential. Something along the lines of

[OE-core] [PATCH] libdmx: remove obsolete library

2023-07-10 Thread Ross Burton
From: Ross Burton The Xdmx server was removed from the xorg-server sources in xorg-server 21 (released Oct. 2021), so this is only useful for communicating with Xdmx from the 1.20 and older releases. Also remove the DEPENDS on libdmx in xdpyinfo for the same reason. Signed-off-by: Ross Burton

[OE-core][kirkstone][PATCH] pybootchartgui: show elapsed time for each task

2023-07-10 Thread Jose Quaresma
From: Mauro Queiros Currently, finding the elapsed time of each task in buildtimes.svg is a manual effort of checking the top axis and finding and subtracting the end and start time of the task. This change adds the elapsed time for each task, so that manual effort of comparing start/end time

[OE-core] Current high bug count owners for Yocto Project 4.3

2023-07-10 Thread Stephen Jolley
All, Below is the list as of top 30 bug owners as of the end of WW27 of who have open medium or higher bugs and enhancements against YP 4.3. There are 77 possible work days left until the final release candidates for YP 4.3 needs to be released. Who Count michael.opdenac...@bootlin.com 32

[OE-core] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2023-07-10 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

Re: [OE-core] [PATCH 00/15] kernel: consolidated pull request

2023-07-10 Thread Ross Burton
On 10 Jul 2023, at 04:20, Bruce Ashfield via lists.openembedded.org wrote: > Here's the latest queued kernel changes. There are the expectd -stable updates > 6.1, but those of course aren't the most interesting part of this queue. I’ve not triaged them yet as it’s still building, but

Re: [OE-core][dunfell][PATCH] curl: fix CVE-2023-28320 siglongjmp race condition may lead to crash

2023-07-10 Thread vkumbhar
As it is a followup patch I have added it as fol1. If you want this as pre1, I will send v2 again. Kind regards, Vivek On Mon, Jul 10, 2023 at 8:01 PM Steve Sakoman wrote: > On Sun, Jul 9, 2023 at 7:28 PM vkumbhar wrote: > > > > Introduced by: >

Re: [OE-core][dunfell][PATCH] curl: fix CVE-2023-28320 siglongjmp race condition may lead to crash

2023-07-10 Thread Steve Sakoman
On Mon, Jul 10, 2023 at 5:03 AM Vivek Kumbhar wrote: > > As it is a followup patch I have added it as fol1. > > If you want this as pre1, I will send v2 again. What is confusing me is that this patch adds three files (CVE-2023-28320-fol1.patch, CVE-2023-28320-pre1.patch, CVE-2023-28320.patch)

[OE-core] [PATCH] u-boot: Upgrade to 2023.07

2023-07-10 Thread Fabio Estevam
From: Fabio Estevam Upgrade to U-Boot 2023.07. Remove the patch that is now upstream. Signed-off-by: Fabio Estevam --- ...mkimage-Use-PATH_MAX-for-path-length.patch | 40 --- meta/recipes-bsp/u-boot/u-boot-common.inc | 2 +- .../u-boot/u-boot-tools_2023.04.bb

[OE-core][PATCH] python3-setuptools: upgrade 67.6.1 -> 68.0.0

2023-07-10 Thread Trevor Gamblin
AUH upgrade failed because the LICENSE checksum no longer matched. This is because the attribution in the file was removed upstream in v67.8.0. Patch fuzz also needed to be upgraded for 0001-conditionally-do-not-fetch-code-by-easy_install.patch. Changelog:

[OE-core][dunfell][PATCH] vim: Fix CVE-2023-2609 and CVE-2023-2610

2023-07-10 Thread Ashish Sharma
import patches from ubuntu to fix CVE-2023-2609 CVE-2023-2610 Upstream-Status: Backport [import from ubuntu https://git.launchpad.net/ubuntu/+source/vim/tree/debian/patches?h=applied/ubuntu/devel=586a63887e677551384eea2ab03eb22bd1117338 Upstream commit

[OE-core] OE-core CVE metrics for mickledore on Mon 10 Jul 2023 06:55:10 AM HST

2023-07-10 Thread Steve Sakoman
Branch: mickledore New this week: 17 CVEs CVE-2023-25433 (CVSS3: 9.8 CRITICAL): tiff https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-25433 * CVE-2023-26966 (CVSS3: 9.8 CRITICAL): tiff https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-26966 * CVE-2023-2828 (CVSS3: 7.5 HIGH):

[OE-core] [kirkstone][PATCH v2] rust-llvm: backport a fix for build with gcc-13

2023-07-10 Thread A. Sverdlin via lists.openembedded.org
From: Alexander Sverdlin * needed for rust-llvm-native on hosts with gcc-13 Based on commit 3382759cb6c5 ("llvm: backport a fix for build with gcc-13") Signed-off-by: Alexander Sverdlin --- Changelog: v2: rebase onto 2022-04.11-kirkstone meta/recipes-devtools/rust/rust-llvm.inc | 4

Re: [OE-core] [PATCH] python3: rework ptest handling

2023-07-10 Thread Trevor Gamblin
On 2023-07-10 06:10, Ross Burton wrote: On 7 Jul 2023, at 23:43, Alexander Kanavin wrote: On Fri, 7 Jul 2023 at 21:46, Trevor Gamblin wrote: FYI I didn't see the junit output option anywhere. Are you referring to an extra module? If you run 'python3 -m test --help' you should see it:

[OE-core] OE-core CVE metrics for master on Mon 10 Jul 2023 06:47:03 AM HST

2023-07-10 Thread Steve Sakoman
Branch: master New this week: 11 CVEs CVE-2023-0330 (CVSS3: 6.0 MEDIUM): qemu:qemu-native:qemu-system-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-0330 * CVE-2023-3090 (CVSS3: 7.8 HIGH): linux-yocto https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-3090 *

[OE-core] OE-core CVE metrics for dunfell on Mon 10 Jul 2023 06:50:43 AM HST

2023-07-10 Thread Steve Sakoman
Branch: dunfell New this week: 4 CVEs CVE-2023-2828 (CVSS3: 7.5 HIGH): bind https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-2828 * CVE-2023-3138 (CVSS3: 7.5 HIGH): libx11:libx11-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-3138 * CVE-2023-3316 (CVSS3: 6.5 MEDIUM):

[OE-core] OE-core CVE metrics for kirkstone on Mon 10 Jul 2023 06:53:15 AM HST

2023-07-10 Thread Steve Sakoman
Branch: kirkstone New this week: 8 CVEs CVE-2023-1999 (CVSS3: 7.5 HIGH): libwebp https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-1999 * CVE-2023-2828 (CVSS3: 7.5 HIGH): bind https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-2828 * CVE-2023-2829 (CVSS3: 7.5 HIGH): bind

[OE-core] [PATCH] webkitgtk: Add missing SoB in patch

2023-07-10 Thread Khem Raj
Signed-off-by: Khem Raj --- .../webkit/webkitgtk/check-GST_GL_HAVE_PLATFORM_GLX.patch| 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-sato/webkit/webkitgtk/check-GST_GL_HAVE_PLATFORM_GLX.patch b/meta/recipes-sato/webkit/webkitgtk/check-GST_GL_HAVE_PLATFORM_GLX.patch