[OE-core] [scarthgap] systemd: sed ROOT_HOME only if sysusers PACKAGECONFIG is set

2024-05-02 Thread Martin Hundeb?ll
From: Christian Bräuner Sørensen Fixes a bug introducted in ebafe46379 systemd: upgrade to 255.1. Besides updating systemd, that commit also made other changes. One of them being when to perform the replacement in order to fix ROOT_HOME. Previously, that happened on a configure prefunc and on

Re: [OE-core] [PATCH 1/4] base/bitbake.conf: Introduce UNPACKDIR

2024-05-02 Thread Richard Purdie
On Thu, 2024-05-02 at 06:49 +, Marko, Peter wrote: > I wonder if it we could name it "U" instead of "UNPACKDIR". > It will be mostly used on the same places as all the other short > names like S/B/T... Personally, I do like the idea but I'm not sure it aids readability/discoverability of the

[OE-core] Patchtest results for [PATCH] syslinux: Fix build with GCC 14

2024-05-02 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/syslinux-Fix-build-with-GCC-14.patch FAIL: test Signed-off-by presence: A patch file has been added without a

[OE-core] Patchtest results for [PATCH v2] syslinux: Fix build with GCC 14

2024-05-02 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/v2-syslinux-Fix-build-with-GCC-14.patch FAIL: test Upstream-Status presence: Upstream-Status is in incorrect

Re: [OE-core] [PATCH 1/4] base/bitbake.conf: Introduce UNPACKDIR

2024-05-02 Thread Alexander Kanavin
On Thu, 2 May 2024 at 09:48, Richard Purdie via lists.openembedded.org wrote: > Personally, I do like the idea but I'm not sure it aids > readability/discoverability of the code. > > I've assumed people would shoot down the idea as the short vars do have > a relatively negative following but if

[OE-core] [scarthgap][PATCH] scripts/oe-setup-build: write a build environment initialization one-liner into the build directory

2024-05-02 Thread Alexander Kanavin
With this, users no longer have to know where oe-init-build-env is relative to the build directory; that information is contained in the one liner and then it's possible to simply use that: . /path/to/build/init-build-env This will particularly help with initializing builds in unpacked build

Re: [OE-core] [PATCH 1/4] base/bitbake.conf: Introduce UNPACKDIR

2024-05-02 Thread Peter Marko via lists.openembedded.org
I wonder if it we could name it "U" instead of "UNPACKDIR". It will be mostly used on the same places as all the other short names like S/B/T... Peter -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#198900):

[OE-core] [PATCH] syslinux: Fix build with GCC 14

2024-05-02 Thread Zoltan Boszormenyi
Add a patch from Fedora 40 to fix build with GCC 14. Remove internal (long obsolete) copies of ext2_fs.h that clash with the one from e2fsprogs when built with GCC 14. Signed-off-by: Zoltán Böszörményi --- .../syslinux/0008-Fix-build-with-GCC-14.patch | 62 +++

[OE-core] [PATCH v2] syslinux: Fix build with GCC 14

2024-05-02 Thread Zoltan Boszormenyi
Add a patch from Fedora 40 to fix build with GCC 14. Remove internal (long obsolete) copies of ext2_fs.h that clash with the one from e2fsprogs when built with GCC 14. Signed-off-by: Zoltán Böszörményi --- .../syslinux/0008-Fix-build-with-GCC-14.patch | 63 +++

Re: [OE-core] btrfs-tools-native build python error

2024-05-02 Thread Alexander Kanavin
On Wed, 1 May 2024 at 23:27, Patrick Williams via lists.openembedded.org wrote: > What is going on here? Well, this: > > ``` > meta-phosphor/conf/distro/include/phosphor-pkg-tweaks.inc > 6:# Disable python from btrfs-tools > 7:PACKAGECONFIG:remove:pn-btrfs-tools = "python" > ``` > > We

Re: [OE-core] [PATCH] u-boot: Enable devupstream

2024-05-02 Thread Richard Purdie
On Thu, 2024-05-02 at 11:57 +0100, Peter Hoyes via lists.openembedded.org wrote: > To enable downstream testing of the bleeding edge of U-Boot, > add devupstream to the recipe, with SRCREV set to automatically > track the latest revision. > > Signed-off-by: Peter Hoyes > --- >  

[OE-core] [PATCH v2] glib/gobject-introspection: update 2.78.4 -> 2.80.0, 1.78.1 -> 1.80.0

2024-05-02 Thread Alexander Kanavin
From: Alexander Kanavin With these versions, which need to be updated in lockstep, upstream has relocated glib introspection data from g-i tree to glib tree and made its generation a part of the overall glib build. This creates a circular dependency, where g-i tools are linked with glib, but

[OE-core] Patchtest results for [scarthgap][PATCH] scripts/oe-setup-build: write a build environment initialization one-liner into the build directory

2024-05-02 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/scarthgap-scripts-oe-setup-build-write-a-build-environment-initialization-one-liner-into-the-build-directory.patch

[OE-core] [scarthgap v2] systemd: sed ROOT_HOME only if sysusers PACKAGECONFIG is set

2024-05-02 Thread Martin Hundeb?ll
From: Christian Bräuner Sørensen Fixes a bug introducted in ebafe46379 systemd: upgrade to 255.1. Besides updating systemd, that commit also made other changes. One of them being when to perform the replacement in order to fix ROOT_HOME. Previously, that happened on a configure prefunc and on

[OE-core] [PATCH] u-boot: Enable devupstream

2024-05-02 Thread Peter Hoyes
To enable downstream testing of the bleeding edge of U-Boot, add devupstream to the recipe, with SRCREV set to automatically track the latest revision. Signed-off-by: Peter Hoyes --- meta/recipes-bsp/u-boot/u-boot_2024.04.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

Re: [OE-core] btrfs-tools-native build python error

2024-05-02 Thread Alexander Kanavin
On Thu, 2 May 2024 at 14:57, Alexander Kanavin wrote: > > I've also tried switching to this, which is very clearly a "target" > > qualifier and have the same exact results; it applies on "native" > > `inherit_defer` evaluations: > > > > btrfs-tools_%.bbappend with... > > ``` > >

[OE-core] [PATCH] ipk: Do not hardcode payload compression algorithm

2024-05-02 Thread Philip Lorenz
The chosen payload compression algorithm can be changed by overriding `OPKGBUILDCMD`. Ensure that package extraction deals with this by globbing for "data.tar.*" to select the actual payload tarball. Signed-off-by: Philip Lorenz --- meta/lib/oe/package_manager/ipk/__init__.py | 8 +++- 1

Re: [OE-core] [PATCH] u-boot: Enable devupstream

2024-05-02 Thread Ross Burton
On 2 May 2024, at 12:02, Richard Purdie via lists.openembedded.org wrote: >> +BBCLASSEXTEND += "devupstream:target" >> +SRCREV:class-devupstream = "${AUTOREV}" >> +PV:class-devupstream = "dev+git" > > Doesn't that mean parsing would hit the network by default every time? I _believe_ it only

Re: [OE-core] [PATCH] u-boot: Enable devupstream

2024-05-02 Thread Richard Purdie
On Thu, 2024-05-02 at 12:55 +, Ross Burton wrote: > On 2 May 2024, at 12:02, Richard Purdie via lists.openembedded.org > wrote: > > > +BBCLASSEXTEND += "devupstream:target" > > > +SRCREV:class-devupstream = "${AUTOREV}" > > > +PV:class-devupstream = "dev+git" > > > > Doesn't that mean

Re: [OE-core] btrfs-tools-native build python error

2024-05-02 Thread Richard Purdie
On Thu, 2024-05-02 at 08:39 -0500, Patrick Williams wrote: > On Thu, May 02, 2024 at 03:34:43PM +0200, Alexander Kanavin wrote: > > On Thu, 2 May 2024 at 15:06, Patrick Williams wrote: > > > > > This is almost never correct and there is not a single example of it in > > > poky.  There _are_

Re: [OE-core] btrfs-tools-native build python error

2024-05-02 Thread Patrick Williams
On Thu, May 02, 2024 at 11:28:54AM +0200, Alexander Kanavin wrote: > On Wed, 1 May 2024 at 23:27, Patrick Williams via > lists.openembedded.org > wrote: > > What is going on here? Well, this: > > > > ``` > > meta-phosphor/conf/distro/include/phosphor-pkg-tweaks.inc > > 6:# Disable python from

Re: [OE-core] btrfs-tools-native build python error

2024-05-02 Thread Alexander Kanavin
On Thu, 2 May 2024 at 15:06, Patrick Williams wrote: > This is almost never correct and there is not a single example of it in > poky. There _are_ examples of exactly what I wrote. > > If you do `PACKAGECONFIG:class-target:remove` and there is not already > an explicit

Re: [OE-core] btrfs-tools-native build python error

2024-05-02 Thread Patrick Williams
On Thu, May 02, 2024 at 02:57:30PM +0200, Alexander Kanavin wrote: > On Thu, 2 May 2024 at 14:52, Patrick Williams wrote: > > > I'm not convinced this is true. As I wrote, the final result of > > PACKAGECONFIG is exactly what I expect; it includes `python` for the > > btrfs-tools-native and

Re: [OE-core] btrfs-tools-native build python error

2024-05-02 Thread Patrick Williams
On Thu, May 02, 2024 at 03:34:43PM +0200, Alexander Kanavin wrote: > On Thu, 2 May 2024 at 15:06, Patrick Williams wrote: > > > This is almost never correct and there is not a single example of it in > > poky. There _are_ examples of exactly what I wrote. > > > > If you do

[OE-core][PATCH] cooker: Use hash client to ping upstream server

2024-05-02 Thread Joshua Watt
The cooker attempts to connect to the upstream hash equivalent server to warn the user early if it is misconfigured. However, this was making the assumption that it was a raw TCP connection and failed when attempting to use a websocket upstream server. Fix this by creating an hash client and using

Re: [OE-core][PATCH] cooker: Use hash client to ping upstream server

2024-05-02 Thread Joshua Watt
Disregard. Wrong mailing list On Thu, May 2, 2024 at 8:18 AM Joshua Watt wrote: > > The cooker attempts to connect to the upstream hash equivalent server to > warn the user early if it is misconfigured. However, this was making the > assumption that it was a raw TCP connection and failed when

Re: [OE-core] btrfs-tools-native build python error

2024-05-02 Thread Alexander Kanavin
On Thu, 2 May 2024 at 14:52, Patrick Williams wrote: > I'm not convinced this is true. As I wrote, the final result of > PACKAGECONFIG is exactly what I expect; it includes `python` for the > btrfs-tools-native and doesn't for the plain btrfs-tools: > > ``` > # pre-expansion value: > # "

Re: [OE-core] btrfs-tools-native build python error

2024-05-02 Thread Patrick Williams
On Thu, May 02, 2024 at 02:57:30PM +0200, Alexander Kanavin wrote: > On Thu, 2 May 2024 at 14:52, Patrick Williams wrote: > > > I'm not convinced this is true. As I wrote, the final result of > > PACKAGECONFIG is exactly what I expect; it includes `python` for the > > btrfs-tools-native and

[OE-core][PATCH] classes/create-spdx-2.2: Fix SPDX dependencies for ABI Safe recipes

2024-05-02 Thread Joshua Watt
SPDX Documents can currently get into a state where they reference SPDX IDs that do not exist (locally). The reason for this is that some tasks/recipes are marked as ABI safe, and thus are excluded from taskhash. This means that when SPDX creates a document, it will refer to the SPDX ID in the

Re: [OE-core] [PATCH] ipk: Do not hardcode payload compression algorithm

2024-05-02 Thread Philip Lorenz
Hi Quentin, On 02.05.24 19:19, Quentin Schulz wrote: Sent from outside the BMW organization  - be CAUTIOUS, particularly with links and attachments. Absender außerhalb der BMW Organisation - Bitte VORSICHT beim Öffnen von Links und Anhängen.

Re: [OE-core] [PATCH] ipk: Do not hardcode payload compression algorithm

2024-05-02 Thread Quentin Schulz via lists.openembedded.org
Hi Philip, On 5/2/24 4:27 PM, Philip Lorenz via lists.openembedded.org wrote: [You don't often get email from philip.lorenz=bmw...@lists.openembedded.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] The chosen payload compression algorithm can be changed by

[OE-core] [PATCH 10/12] linux-yocto/6.6: update CVE exclusions (6.6.28)

2024-05-02 Thread Bruce Ashfield
From: Bruce Ashfield Data pulled from: https://github.com/nluedtke/linux_kernel_cves 1/1 [ Author: Nicholas Luedtke Email: nicholas.lued...@uwalumni.com Subject: Update 8Apr24 Date: Tue, 9 Apr 2024 18:19:11 -0400 ] Signed-off-by: Bruce Ashfield ---

[OE-core] [PATCH 08/12] linux-yocto/6.6: cfg: drop obselete options

2024-05-02 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/.: 1/2 [ Author: Paul Gortmaker Email: pa...@kernel.org Subject: cgl: drop SELINUX_DISABLE option Date: Tue, 16 Apr 2024 12:28:43 -0400 It was removed from mainline in v6.4 in commit f22f9aaf6c3d

[OE-core] [PATCH 11/12] linux-yocto/6.6: update to v6.6.29

2024-05-02 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/6.6 to the latest korg -stable release that comprises the following commits: a3463f081046 Linux 6.6.29 63cc4f14bb03 selftests: kselftest: Fix build failure with NOLIBC c67f926ec870 thunderbolt: Reset only non-USB4 host routers in resume

[OE-core] [PATCH 09/12] linux-yocto/6.6: update to v6.6.28

2024-05-02 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/6.6 to the latest korg -stable release that comprises the following commits: ba151416051a Linux 6.6.28 50971570ba79 drm/amd/display: fix disable otg wa logic in DCN316 5ca6cbd8adbe drm/amd/display: Set VSC SDP Colorimetry same way for MST

[OE-core] [PATCH 12/12] linux-yocto/6.6: update CVE exclusions (6.6.29)

2024-05-02 Thread Bruce Ashfield
From: Bruce Ashfield Data pulled from: https://github.com/nluedtke/linux_kernel_cves 1/1 [ Author: Nicholas Luedtke Email: nicholas.lued...@uwalumni.com Subject: Update 8Apr24 Date: Tue, 9 Apr 2024 18:19:11 -0400 ] Signed-off-by: Bruce Ashfield ---

[OE-core][nanbield 03/10] linux-yocto/6.1: update to v6.1.81

2024-05-02 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/6.1 to the latest korg -stable release that comprises the following commits: 61adba85cc40 Linux 6.1.81 585a344af6bc xen/events: close evtchn after mapping cleanup 8866334e3510 x86/efistub: Give up if memory attribute protocol returns an

[OE-core][nanbield 04/10] linux-yocto/6.1: update to v6.1.82

2024-05-02 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/6.1 to the latest korg -stable release that comprises the following commits: d7543167affd Linux 6.1.82 cf4b8c39b9a0 fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children stats d95ef75162f4 fs/proc: do_task_stat: use

[OE-core][nanbield 05/10] linux-yocto/6.1: update to v6.1.83

2024-05-02 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/6.1 to the latest korg -stable release that comprises the following commits: e5cd595e23c1 Linux 6.1.83 9b2e8276bfb6 remoteproc: stm32: fix incorrect optional pointers 4b0c54792394 x86/efistub: Don't clear BSS twice in mixed mode

[OE-core][nanbield 01/10] linux-yocto/6.1: update to v6.1.79

2024-05-02 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/6.1 to the latest korg -stable release that comprises the following commits: 81e1dc2f7001 Linux 6.1.79 6fd24675188d mlxsw: spectrum_acl_tcam: Fix stack corruption 9020513afafe fs/ntfs3: Add null pointer checks d028cc6d235f arm64:

[OE-core][nanbield 02/10] linux-yocto/6.1: update to v6.1.80

2024-05-02 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/6.1 to the latest korg -stable release that comprises the following commits: a3eb3a74aa8c Linux 6.1.80 277439e7cabd fs/ntfs3: Enhance the attribute size check f119f2325ba7 arp: Prevent overflow in arp_req_get(). f8fc1f1d9f65 ahci: Extend

[OE-core][nanbield 09/10] linux-yocto/6.1: update to v6.1.89

2024-05-02 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/6.1 to the latest korg -stable release that comprises the following commits: dcbc050cb0d3 Linux 6.1.89 8a5291736e70 Revert "ASoC: ti: Convert Pandora ASoC to GPIO descriptors" f2295faba5e8 Linux 6.1.88 0f7908a016c0 PCI/ASPM: Fix deadlock

[OE-core][nanbield 06/10] linux-yocto/6.1: update to v6.1.84

2024-05-02 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/6.1 to the latest korg -stable release that comprises the following commits: 347385861c50 Linux 6.1.84 7b970a145c90 tools/resolve_btfids: fix build with musl libc ab062fa3dc69 USB: core: Fix deadlock in usb_deauthorize_interface()

[OE-core][nanbield 07/10] linux-yocto/6.1: update to v6.1.86

2024-05-02 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/6.1 to the latest korg -stable release that comprises the following commits: cd5d98c0556c Linux 6.1.86 c5f9fe2c1e50 Revert "drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device_init()" eea65ed73898 VMCI: Fix possible

[OE-core][nanbield 08/10] linux-yocto/6.1: update to v6.1.87

2024-05-02 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/6.1 to the latest korg -stable release that comprises the following commits: b140d9d4515f drm/bridge: adv7511: fix crash on irq during probe 5c3bf5a26d61 reiserfs: Avoid touching renamed directory if parent does not change 6741e066ec76

[OE-core][nanbield 10/10] linux-yocto/6.1: update CVE exclusions (6.1.89)

2024-05-02 Thread Bruce Ashfield
From: Bruce Ashfield Data pulled from: https://github.com/nluedtke/linux_kernel_cves 1/1 [ Author: Nicholas Luedtke Email: nicholas.lued...@uwalumni.com Subject: Update 8Apr24 Date: Tue, 9 Apr 2024 18:19:11 -0400 ] Signed-off-by: Bruce Ashfield ---

Re: [OE-core] [PATCH 02/12] linux-yocto/6.6: update CVE exclusions (6.6.24)

2024-05-02 Thread Marta Rybczynska
Hello Bruce et al, For information, the linux_kernel_cves repo has now a banner "This repository has been archived by the owner on May 2, 2024. It is now read-only. ", so I guess this is the last update. Greg has scripting for statistics of the new process, haven't looked into them yet. Regards,

[OE-core][kirkstone 07/12] linux-yocto/5.15: update to v5.15.155

2024-05-02 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.15 to the latest korg -stable release that comprises the following commits: fa3df276cd36 Linux 5.15.155 b54c4632946a Revert "ACPI: CPPC: Use access_width over bit_width for system memory accesses" 1793e6b2dae0 VMCI: Fix possible memcpy()

[OE-core][kirkstone 10/12] linux-yocto/5.15: update CVE exclusions (5.15.156)

2024-05-02 Thread Bruce Ashfield
From: Bruce Ashfield Data pulled from: https://github.com/nluedtke/linux_kernel_cves 1/1 [ Author: Nicholas Luedtke Email: nicholas.lued...@uwalumni.com Subject: Update 8Apr24 Date: Tue, 9 Apr 2024 18:19:11 -0400 ] Signed-off-by: Bruce Ashfield ---

[OE-core][kirkstone 02/12] linux-yocto/5.15: update CVE exclusions (5.15.151)

2024-05-02 Thread Bruce Ashfield
From: Bruce Ashfield Data pulled from: https://github.com/nluedtke/linux_kernel_cves 1/1 [ Author: Nicholas Luedtke Email: nicholas.lued...@uwalumni.com Subject: Update 25Feb24 Date: Sun, 25 Feb 2024 07:03:08 -0500 ] Signed-off-by: Bruce Ashfield ---

[OE-core][kirkstone 01/12] linux-yocto/5.15: update to v5.15.151

2024-05-02 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.15 to the latest korg -stable release that comprises the following commits: 574362648507 Linux 5.15.151 4a4eeb691253 mptcp: fix double-free on socket dismantle cc5e34bc5b20 Revert "tls: rx: move counting TlsDecryptErrors for sync"

[OE-core][kirkstone 03/12] linux-yocto/5.15: update to v5.15.152

2024-05-02 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.15 to the latest korg -stable release that comprises the following commits: b95c01af2113 Linux 5.15.152 a1211bbf7814 serial: max310x: fix IO data corruption in batched operations 0ba485f90d97 serial: max310x: make accessing revision id

[OE-core][kirkstone 04/12] linux-yocto/5.15: update CVE exclusions (5.15.152)

2024-05-02 Thread Bruce Ashfield
From: Bruce Ashfield Data pulled from: https://github.com/nluedtke/linux_kernel_cves 1/1 [ Author: Nicholas Luedtke Email: nicholas.lued...@uwalumni.com Subject: Update 25Feb24 Date: Sun, 25 Feb 2024 07:03:08 -0500 ] Signed-off-by: Bruce Ashfield ---

[OE-core][kirkstone 06/12] linux-yocto/5.15: update CVE exclusions (5.15.153)

2024-05-02 Thread Bruce Ashfield
From: Bruce Ashfield Data pulled from: https://github.com/nluedtke/linux_kernel_cves 1/1 [ Author: Nicholas Luedtke Email: nicholas.lued...@uwalumni.com Subject: Update 25Feb24 Date: Sun, 25 Feb 2024 07:03:08 -0500 ] Signed-off-by: Bruce Ashfield ---

[OE-core][kirkstone 05/12] linux-yocto/5.15: update to v5.15.153

2024-05-02 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.15 to the latest korg -stable release that comprises the following commits: 9465fef4ae35 Linux 5.15.153 d180150ea714 remoteproc: stm32: fix incorrect optional pointers 85e26c4a74ff regmap: Add missing map->bus check c10fed329c1c spi:

[OE-core][kirkstone 11/12] linux-yocto/5.15: update to v5.15.157

2024-05-02 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.15 to the latest korg -stable release that comprises the following commits: b925f60c6ee7 Linux 5.15.157 d564809f27ea net: dsa: mt7530: fix enabling EEE on MT7531 switch on all boards eb6535c6f7c2 net: dsa: mt7530: fix improper frames on

[OE-core][kirkstone 09/12] linux-yocto/5.15: update to v5.15.156

2024-05-02 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.15 to the latest korg -stable release that comprises the following commits: b8086c3c1548 reiserfs: Avoid touching renamed directory if parent does not change ea091017ef62 ipv6: Fix data races around sk->sk_prot. ff8710da80ee ipv6:

[OE-core][kirkstone 12/12] linux-yocto/5.15: update CVE exclusions (5.15.157)

2024-05-02 Thread Bruce Ashfield
From: Bruce Ashfield Data pulled from: https://github.com/nluedtke/linux_kernel_cves 1/1 [ Author: Nicholas Luedtke Email: nicholas.lued...@uwalumni.com Subject: Update 8Apr24 Date: Tue, 9 Apr 2024 18:19:11 -0400 ] Signed-off-by: Bruce Ashfield ---

[OE-core] [PATCH 01/12] linux-yocto/6.6: update to v6.6.24

2024-05-02 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/6.6 to the latest korg -stable release that comprises the following commits: 9467d7a12f97 Linux 6.6.24 e87e08c94c95 drm/amdgpu: fix use-after-free bug 3a9569441b47 tools/resolve_btfids: fix build with musl libc 4338e40da808 x86/sev: Skip

[OE-core] [PATCH 02/12] linux-yocto/6.6: update CVE exclusions (6.6.24)

2024-05-02 Thread Bruce Ashfield
From: Bruce Ashfield Data pulled from: https://github.com/nluedtke/linux_kernel_cves 1/1 [ Author: Nicholas Luedtke Email: nicholas.lued...@uwalumni.com Subject: Update 25Feb24 Date: Sun, 25 Feb 2024 07:03:08 -0500 ] Signed-off-by: Bruce Ashfield ---

[OE-core] [PATCH 06/12] linux-yocto/6.6: update to v6.6.27

2024-05-02 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/6.6 to the latest korg -stable release that comprises the following commits: 5e828009c8b3 Linux 6.6.27 5c1dc516f52a drm: Check polling initialized before enabling in drm_helper_probe_single_connector_modes 14ac934db851 Revert

[OE-core] [PATCH 05/12] linux-yocto/6.6: nft: enable veth

2024-05-02 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/.: 1/1 [ Author: Khem Raj Email: raj.k...@gmail.com Subject: nft_test.cfg: Enable CONFIG_VETH Date: Wed, 10 Apr 2024 16:11:47 -0700 nftable ptests do create interfaces of veth type and this feature

[OE-core] [PATCH 03/12] linux-yocto/6.6: update to v6.6.25

2024-05-02 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/6.6 to the latest korg -stable release that comprises the following commits: e475741af1eb Linux 6.6.25 a99d7274a2b1 Revert "workqueue.c: Increase workqueue name length" d8354f268d92 Revert "workqueue: Move pwq->max_active to wq->max_active"

[OE-core] [PATCH 00/12] linux-yocto: v6.6 updates

2024-05-02 Thread Bruce Ashfield
From: Bruce Ashfield Richard, Now that scarthgap has released, here are my queued 6.6 changes for master. Obviously these are all appropriate for scarthgap as well. Once the 6.9 kernel releases, my plan is to do an interim bump to 6.9 for the kernel and linux-libc-headers so that our jump to

[OE-core] [PATCH 04/12] linux-yocto/6.6: update CVE exclusions (6.6.25)

2024-05-02 Thread Bruce Ashfield
From: Bruce Ashfield Data pulled from: https://github.com/nluedtke/linux_kernel_cves 1/1 [ Author: Nicholas Luedtke Email: nicholas.lued...@uwalumni.com Subject: Update 25Feb24 Date: Sun, 25 Feb 2024 07:03:08 -0500 ] Signed-off-by: Bruce Ashfield ---