[OE-core] [PATCH 3/3] linux-yocto/6.6: fix AMD boot trace

2024-06-28 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/6.6: 1/1 [ Author: Bruce Ashfield Email: bruce.ashfi...@gmail.com Subject: cpu/amd: inhibit SMP check for qemux86 Date: Fri, 28 Jun 2024 12:55:18 -0400 When booting with kvm enabled on a AMD host, the fo

[OE-core] [PATCH 1/3] linux-yocto/6.6: update to v6.6.34

2024-06-28 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/6.6 to the latest korg -stable release that comprises the following commits: 64ebf485c56b usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock 76d42e596d89 Linux 6.6.34 8353b7f70dd2 smp: Provide 'setup_max_

[OE-core] [PATCH 2/3] linux-yocto/6.6: update to v6.6.35

2024-06-28 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/6.6 to the latest korg -stable release that comprises the following commits: 5f2d0708acd0 Linux 6.6.35 3466abafa9f4 zap_pid_ns_processes: clear TIF_NOTIFY_SIGNAL along with TIF_SIGPENDING 2fd6cfb2a4e6 i2c: designware: Fix the functionality f

[OE-core] [PATCH 0/3] linux-yocto/6.6: pull request

2024-06-28 Thread Bruce Ashfield
From: Bruce Ashfield Richard, Here are the gathered -stable updates, and the AMD cpu traceback "fix". You can see the details in the patch for the traceback how I decided top solve it (for now). Cheers, Bruce The following changes since commit 058465859ed5a62997bb9424e8eb88b543f43a86: xz:

[OE-core] [PATCH] python3: drop deterministic_imports.patch

2024-06-28 Thread Alexander Kanavin
From: Alexander Kanavin https://github.com/python/importlib_metadata/issues/489 Upstream discussion revealed that: - the issue was happening due to a bug in setuptools - the bug was fixed in setuptools 63 (I confirmed this: empty dist-info directories no longer seem to trigger any issues if th

[oe-core][scarthgap][PATCH 1/1] gstreamer: upgrade 1.22.11 -> 1.22.12

2024-06-28 Thread Polampalli, Archana via lists.openembedded.org
From: Archana Polampalli https://gstreamer.freedesktop.org/releases/1.22/#1.22.12 Signed-off-by: Archana Polampalli --- .../{gst-devtools_1.22.11.bb => gst-devtools_1.22.12.bb}| 2 +- ...reamer1.0-libav_1.22.11.bb => gstreamer1.0-libav_1.22.12.bb} | 2 +- ...{gstreamer1.0-omx_1.22.11.b

[oe-core][kirkstone][PATCH 1/1] gstreamer1.0-plugins-base: fix CVE-2024-4453

2024-06-28 Thread Polampalli, Archana via lists.openembedded.org
From: Archana Polampalli GStreamer EXIF Metadata Parsing Integer Overflow Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of GStreamer. Interaction with this library is required to exploit this vulnerability but

Re: [OE-core] [PATCH v3] acl: Fix nfs ptest failure

2024-06-28 Thread Alexandre Belloni via lists.openembedded.org
I confirm this still fails. On 27/06/2024 11:21:10-0700, Khem Raj wrote: > I am seeing two XPASSes which is ok but the test runs reports failure back > > root@qemux86-64:/usr/lib/acl/ptest# ./run-ptest > PASS: test/cp.test > PASS: test/getfacl-lfs.test > PASS: test/getfacl-noacl.test > PASS: test

Re: [OE-core] [PATCH] openssh: allow configuration of hostkey type

2024-06-28 Thread Andrew Murray
On Thu, 27 Jun 2024 at 14:19, Matthew Bullock via lists.openembedded.org wrote: > > Allow selection of host key types used by openssh via PACKAGECONFIG. > Any combination of hostkey-rsa, hostkey-ecdsa and hostkey-ed25519 can be > specified. Default to just generating ecdsa keys. > > The current de

Re: [OE-core] [PATCH] os-release: Fix VERSION_CODENAME in case it is empty

2024-06-28 Thread Daniel Semkowicz
Hello Steve, Would it be possible to backport this fix to scarthgap branch? The same problem occurs also there. Commit on master branch: 70a0b8bc1d846c857be90ce2e97e60c5ee32558e Best regards Daniel Semkowicz On Thu, Jun 20, 2024 at 3:40 PM Daniel Semkowicz wrote: > > Unfortunately, settings DI