From: bruce.ashfield@gmail.com
To: richard.purdie@linuxfoundation.org
Cc: openembedded-core@lists.openembedded.org
Subject: [PATCH 07/11] linux-yocto/6.12: update to v6.12.52
Date: Wed, 15 Oct 2025 23:08:40 -0400 [thread overview]
Message-ID: <6969fdeb97ff584f0442f772e892f737a71445cf.1760583881.git.bruce.ashfield@gmail.com> (raw)
In-Reply-To: <cover.1760583881.git.bruce.ashfield@gmail.com>
From: Bruce Ashfield <bruce.ashfield@gmail.com>
Updating linux-yocto/6.12 to the latest korg -stable release that comprises
the following commits:
2b2cbdcede38 Linux 6.12.52
e7177c7e32cb KVM: x86: Don't (re)check L1 intercepts when completing userspace I/O
716dceb19a9f net/9p: fix double req put in p9_fd_cancelled
c5c703b50e91 crypto: rng - Ensure set_ent is always present
77dd0e6cb9f9 driver core/PM: Set power.no_callbacks along with power.no_pm
99d67efda945 staging: axis-fifo: flush RX FIFO on read errors
7441d70d5cd6 staging: axis-fifo: fix TX handling on copy_from_user() failure
cc9cfbfb2916 staging: axis-fifo: fix maximum TX packet length check
65422a6a0d2d serial: stm32: allow selecting console when the driver is module
c301ec61ce6f binder: fix double-free in dbitmap
1855e18bff88 nvmem: layouts: fix automatic module loading
4827bd6548e0 hid: fix I2C read buffer overflow in raw_event() for mcp2221
647d6b8d22be ALSA: usb-audio: fix race condition to UAF in snd_usbmidi_free
c611b9e55174 ALSA: usb-audio: Kill timer properly at removal
5980a35c9d13 drm/amdgpu: Enable MES lr_compute_wa by default
2dedc6b77bf8 drm/amd/include : Update MES v12 API for fence update
ff2b82286fc8 drm/amd/include : MES v11 and v12 API header update
bfd0bec4cb2c drm/amd : Update MES API header file for v11 & v12
44d41506d697 platform/x86/amd/pmc: Add Stellaris Slim Gen6 AMD to spurious 8042 quirks list
4a918985a35f can: rcar_canfd: Fix controller mode setting
1d2ef21f02ba can: hi311x: fix null pointer dereference when resuming from sleep before interface was enabled
60bbfc295a33 netfs: Prevent duplicate unlocking
ec045333522e btrfs: ref-verify: handle damaged extent root tree
31a834865209 ASoC: rt5682s: Adjust SAR ADC button mode to fix noise issue
467dd7cab347 platform/x86/amd/pmf: Support new ACPI ID AMDI0108
1773f674c4f2 perf subcmd: avoid crash in exclude_cmds when excludes is empty
6263c898761b platform/x86/amd/pmc: Add MECHREVO Yilong15Pro to spurious_8042 list
27a0a815dbba dm-integrity: limit MAX_TAG_SIZE to 255
6a3a7b13ad74 ASoC: amd: acp: Adjust pdm gain value
e005b52b8398 rust: block: fix `srctree/` links
1713796d6538 wifi: rtl8xxxu: Don't claim USB ID 07b8:8188
914d02595ba6 wifi: rtlwifi: rtl8192cu: Don't claim USB ID 07b8:8188
7c1e37878a2f Bluetooth: btusb: Add USB ID 2001:332a for D-Link AX9U rev. A1
dad2ac26ac76 USB: serial: option: add SIMCom 8230C compositions
f92181c0e13c media: i2c: tc358743: Fix use-after-free bugs caused by orphan timer in probe
895cccf639ac wifi: rtw89: fix use-after-free in rtw89_core_tx_kick_off_and_wait()
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
.../linux/linux-yocto-rt_6.12.bb | 6 ++--
.../linux/linux-yocto-tiny_6.12.bb | 6 ++--
meta/recipes-kernel/linux/linux-yocto_6.12.bb | 28 +++++++++----------
3 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb b/meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb
index 0128e62152..c6697e99b2 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb
@@ -14,13 +14,13 @@ python () {
raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
}
-SRCREV_machine ?= "02092ef333fa4503bc6da5f7d1f1eda2dee9c9d7"
-SRCREV_meta ?= "5f4ac28eb4130083ed7214f9bdedd4ee230af1a2"
+SRCREV_machine ?= "6e15f26e4078d6d17c8f2dd66b6f3a8976bb5f10"
+SRCREV_meta ?= "350aec7b58ac8a244f7084334cd072cc2b39dfdc"
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.12;destsuffix=${KMETA};protocol=https"
-LINUX_VERSION ?= "6.12.51"
+LINUX_VERSION ?= "6.12.52"
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb
index 0cd6e9b99b..2fe3f17451 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb
@@ -8,7 +8,7 @@ require recipes-kernel/linux/linux-yocto.inc
# CVE exclusions
include recipes-kernel/linux/cve-exclusion_6.12.inc
-LINUX_VERSION ?= "6.12.51"
+LINUX_VERSION ?= "6.12.52"
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
@@ -17,8 +17,8 @@ DEPENDS += "openssl-native util-linux-native"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine ?= "d12617f73759e07b81f95e6451e212e21dcd3230"
-SRCREV_meta ?= "5f4ac28eb4130083ed7214f9bdedd4ee230af1a2"
+SRCREV_machine ?= "7ec0c63fa4a7870b6e16d255828f5a0ae4ec821b"
+SRCREV_meta ?= "350aec7b58ac8a244f7084334cd072cc2b39dfdc"
PV = "${LINUX_VERSION}+git"
diff --git a/meta/recipes-kernel/linux/linux-yocto_6.12.bb b/meta/recipes-kernel/linux/linux-yocto_6.12.bb
index 620e46b250..84ae7c0360 100644
--- a/meta/recipes-kernel/linux/linux-yocto_6.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_6.12.bb
@@ -18,25 +18,25 @@ KBRANCH:qemux86.104 ?= "v6.12/standard/base"
KBRANCH:qemuloongarch64 ?= "v6.12/standard/base"
KBRANCH:qemumips64 ?= "v6.12/standard/mti-malta64"
-SRCREV_machine:qemuarm ?= "21e7e89f6bbcaec3d70000333004e47031246bfd"
-SRCREV_machine:qemuarm64 ?= "d12617f73759e07b81f95e6451e212e21dcd3230"
-SRCREV_machine:qemuloongarch64 ?= "d12617f73759e07b81f95e6451e212e21dcd3230"
-SRCREV_machine:qemumips ?= "64965a9f8fd95a53788b1ed6c275056ef6be9510"
-SRCREV_machine:qemuppc ?= "d12617f73759e07b81f95e6451e212e21dcd3230"
-SRCREV_machine:qemuriscv64 ?= "d12617f73759e07b81f95e6451e212e21dcd3230"
-SRCREV_machine:qemuriscv32 ?= "d12617f73759e07b81f95e6451e212e21dcd3230"
-SRCREV_machine:qemux86 ?= "d12617f73759e07b81f95e6451e212e21dcd3230"
-SRCREV_machine:qemux86-64 ?= "d12617f73759e07b81f95e6451e212e21dcd3230"
-SRCREV_machine:qemumips64 ?= "5298636e61f0c9d939f79cee4d48e9013aceeaef"
-SRCREV_machine ?= "d12617f73759e07b81f95e6451e212e21dcd3230"
-SRCREV_meta ?= "5f4ac28eb4130083ed7214f9bdedd4ee230af1a2"
+SRCREV_machine:qemuarm ?= "172b9fbf63ccfdfbcbeca1a3c7ba5c34eb9f2dcd"
+SRCREV_machine:qemuarm64 ?= "7ec0c63fa4a7870b6e16d255828f5a0ae4ec821b"
+SRCREV_machine:qemuloongarch64 ?= "7ec0c63fa4a7870b6e16d255828f5a0ae4ec821b"
+SRCREV_machine:qemumips ?= "31d0ff8e1f91778a5f6eacd2c539384999becfc9"
+SRCREV_machine:qemuppc ?= "7ec0c63fa4a7870b6e16d255828f5a0ae4ec821b"
+SRCREV_machine:qemuriscv64 ?= "7ec0c63fa4a7870b6e16d255828f5a0ae4ec821b"
+SRCREV_machine:qemuriscv32 ?= "7ec0c63fa4a7870b6e16d255828f5a0ae4ec821b"
+SRCREV_machine:qemux86 ?= "7ec0c63fa4a7870b6e16d255828f5a0ae4ec821b"
+SRCREV_machine:qemux86-64 ?= "7ec0c63fa4a7870b6e16d255828f5a0ae4ec821b"
+SRCREV_machine:qemumips64 ?= "27af9a15a47958d29f1ab8740b1bc4b6d9ecf27e"
+SRCREV_machine ?= "7ec0c63fa4a7870b6e16d255828f5a0ae4ec821b"
+SRCREV_meta ?= "350aec7b58ac8a244f7084334cd072cc2b39dfdc"
# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll
# get the <version>/base branch, which is pure upstream -stable, and the same
# meta SRCREV as the linux-yocto-standard builds. Select your version using the
# normal PREFERRED_VERSION settings.
BBCLASSEXTEND = "devupstream:target"
-SRCREV_machine:class-devupstream ?= "72b82d56b82137a92a20e5584029d35408d810c2"
+SRCREV_machine:class-devupstream ?= "a9152eb181adaac576e8ac1ab79989881e0f301b"
PN:class-devupstream = "linux-yocto-upstream"
KBRANCH:class-devupstream = "v6.12/base"
@@ -44,7 +44,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.12;destsuffix=${KMETA};protocol=https"
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
-LINUX_VERSION ?= "6.12.51"
+LINUX_VERSION ?= "6.12.52"
PV = "${LINUX_VERSION}+git"
--
2.39.2
next prev parent reply other threads:[~2025-10-16 3:09 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-16 3:08 [PATCH 00/11] kernel-yocto: -stable, -dev and tools bruce.ashfield
2025-10-16 3:08 ` [PATCH 01/11] linux-yocto/6.16: update to v6.16.11 bruce.ashfield
2025-10-16 3:08 ` [PATCH 02/11] linux-yocto/6.16: update CVE exclusions (6.16.11) bruce.ashfield
2025-10-16 3:08 ` [PATCH 03/11] linux-yocto/6.12: update to v6.12.50 bruce.ashfield
2025-10-16 3:08 ` [PATCH 04/11] linux-yocto/6.12: update CVE exclusions (6.12.50) bruce.ashfield
2025-10-16 3:08 ` [PATCH 05/11] linux-yocto/6.12: update to v6.12.51 bruce.ashfield
2025-10-16 3:08 ` [PATCH 06/11] linux-yocto/6.12: update CVE exclusions (6.12.51) bruce.ashfield
2025-10-16 3:08 ` bruce.ashfield [this message]
2025-10-16 3:08 ` [PATCH 08/11] linux-yocto/6.12: update CVE exclusions (6.12.52) bruce.ashfield
2025-10-16 3:08 ` [PATCH 09/11] linux-yocto/6.16: genericarm64: feature splits and enablement bruce.ashfield
2025-10-16 3:08 ` [PATCH 10/11] kern-tools: fix symbol_why for v6.18-rc1+ bruce.ashfield
2025-10-16 3:08 ` [PATCH 11/11] linux-yocto-dev: update to v6.18 bruce.ashfield
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6969fdeb97ff584f0442f772e892f737a71445cf.1760583881.git.bruce.ashfield@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=richard.purdie@linuxfoundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox