meta-isar/recipes-kernel: bump linux and kselftest to 6.12.103

Message ID 20260817173947.993574-1-gouravsingh@siemens.com
State Under Review
Headers show
Series meta-isar/recipes-kernel: bump linux and kselftest to 6.12.103 | expand

Commit Message

Gourav Singh Aug. 17, 2026, 5:39 p.m. UTC
Upgrade kernel recipes (linux-mainline, linux-phy) and kselftest
to version 6.12.103, the latest 6.12 LTS release.

Signed-off-by: Gourav Singh <gouravsingh@siemens.com>
---
 .../kselftest/{kselftest_6.12.85.bb => kselftest_6.12.103.bb}   | 2 +-
 .../{linux-mainline_6.12.85.bb => linux-mainline_6.12.103.bb}   | 2 +-
 .../linux/{linux-phy_6.12.85.bb => linux-phy_6.12.103.bb}       | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-isar/recipes-kernel/kselftest/{kselftest_6.12.85.bb => kselftest_6.12.103.bb} (79%)
 rename meta-isar/recipes-kernel/linux/{linux-mainline_6.12.85.bb => linux-mainline_6.12.103.bb} (93%)
 rename meta-isar/recipes-kernel/linux/{linux-phy_6.12.85.bb => linux-phy_6.12.103.bb} (100%)

Patch

diff --git a/meta-isar/recipes-kernel/kselftest/kselftest_6.12.85.bb b/meta-isar/recipes-kernel/kselftest/kselftest_6.12.103.bb
similarity index 79%
rename from meta-isar/recipes-kernel/kselftest/kselftest_6.12.85.bb
rename to meta-isar/recipes-kernel/kselftest/kselftest_6.12.103.bb
index dcb18a80..7b7782b9 100644
--- a/meta-isar/recipes-kernel/kselftest/kselftest_6.12.85.bb
+++ b/meta-isar/recipes-kernel/kselftest/kselftest_6.12.103.bb
@@ -11,4 +11,4 @@  inherit linux-kselftest
 MAINTAINER = "isar-users <isar-users@googlegroups.com>"
 
 SRC_URI += "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-${PV}.tar.xz"
-SRC_URI[sha256sum] = "e35ac999f40a6874493d8d60f33f1150d7a89ae5841c428da82257fbcd070aed"
+SRC_URI[sha256sum] = "f143aaade8877ba5616e788b4482576db28481bcf557ef537f4fcc3938fc3176"
diff --git a/meta-isar/recipes-kernel/linux/linux-mainline_6.12.85.bb b/meta-isar/recipes-kernel/linux/linux-mainline_6.12.103.bb
similarity index 93%
rename from meta-isar/recipes-kernel/linux/linux-mainline_6.12.85.bb
rename to meta-isar/recipes-kernel/linux/linux-mainline_6.12.103.bb
index 10444680..248d9767 100644
--- a/meta-isar/recipes-kernel/linux/linux-mainline_6.12.85.bb
+++ b/meta-isar/recipes-kernel/linux/linux-mainline_6.12.103.bb
@@ -16,7 +16,7 @@  SRC_URI += " \
     file://subdir \
     file://no-root-nfs.cfg;apply=no"
 
-SRC_URI[sha256sum] = "e35ac999f40a6874493d8d60f33f1150d7a89ae5841c428da82257fbcd070aed"
+SRC_URI[sha256sum] = "f143aaade8877ba5616e788b4482576db28481bcf557ef537f4fcc3938fc3176"
 
 S = "${WORKDIR}/linux-${ARCHIVE_VERSION}"
 
diff --git a/meta-isar/recipes-kernel/linux/linux-phy_6.12.85.bb b/meta-isar/recipes-kernel/linux/linux-phy_6.12.103.bb
similarity index 100%
rename from meta-isar/recipes-kernel/linux/linux-phy_6.12.85.bb
rename to meta-isar/recipes-kernel/linux/linux-phy_6.12.103.bb