* [PATCH] meta-isar/recipes-kernel: bump linux and kselftest to 6.12.85
@ 2026-05-06 4:03 'Badrikesh Prusty' via isar-users
2026-05-13 15:18 ` Zhihang Wei
0 siblings, 1 reply; 2+ messages in thread
From: 'Badrikesh Prusty' via isar-users @ 2026-05-06 4:03 UTC (permalink / raw)
To: isar-users; +Cc: Badrikesh Prusty
Upgrade kernel recipes (linux-mainline, linux-phy) and kselftest
to version 6.12.85.
This aligns kselftest with the updated kernel version and
includes fixes for known issues, including CVE-2026-31431.
Reference: https://security-tracker.debian.org/tracker/CVE-2026-31431
Signed-off-by: Badrikesh Prusty <badrikesh.prusty@siemens.com>
---
.../kselftest/{kselftest_6.12.59.bb => kselftest_6.12.85.bb} | 2 +-
.../{linux-mainline_6.12.58.bb => linux-mainline_6.12.85.bb} | 2 +-
.../linux/{linux-phy_6.12.58.bb => linux-phy_6.12.85.bb} | 0
3 files changed, 2 insertions(+), 2 deletions(-)
rename meta-isar/recipes-kernel/kselftest/{kselftest_6.12.59.bb => kselftest_6.12.85.bb} (79%)
rename meta-isar/recipes-kernel/linux/{linux-mainline_6.12.58.bb => linux-mainline_6.12.85.bb} (93%)
rename meta-isar/recipes-kernel/linux/{linux-phy_6.12.58.bb => linux-phy_6.12.85.bb} (100%)
diff --git a/meta-isar/recipes-kernel/kselftest/kselftest_6.12.59.bb b/meta-isar/recipes-kernel/kselftest/kselftest_6.12.85.bb
similarity index 79%
rename from meta-isar/recipes-kernel/kselftest/kselftest_6.12.59.bb
rename to meta-isar/recipes-kernel/kselftest/kselftest_6.12.85.bb
index 2c2769aa..dcb18a80 100644
--- a/meta-isar/recipes-kernel/kselftest/kselftest_6.12.59.bb
+++ b/meta-isar/recipes-kernel/kselftest/kselftest_6.12.85.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] = "a1d2cd7327f10eec022615c1bb12c06439bd110d2020164be97f698f43ca58be"
+SRC_URI[sha256sum] = "e35ac999f40a6874493d8d60f33f1150d7a89ae5841c428da82257fbcd070aed"
diff --git a/meta-isar/recipes-kernel/linux/linux-mainline_6.12.58.bb b/meta-isar/recipes-kernel/linux/linux-mainline_6.12.85.bb
similarity index 93%
rename from meta-isar/recipes-kernel/linux/linux-mainline_6.12.58.bb
rename to meta-isar/recipes-kernel/linux/linux-mainline_6.12.85.bb
index 591c9c7b..10444680 100644
--- a/meta-isar/recipes-kernel/linux/linux-mainline_6.12.58.bb
+++ b/meta-isar/recipes-kernel/linux/linux-mainline_6.12.85.bb
@@ -16,7 +16,7 @@ SRC_URI += " \
file://subdir \
file://no-root-nfs.cfg;apply=no"
-SRC_URI[sha256sum] = "5f1c4c546660a6a81046fdfa6195306bad2c8d17c0d69876dc100a85ad4613ac"
+SRC_URI[sha256sum] = "e35ac999f40a6874493d8d60f33f1150d7a89ae5841c428da82257fbcd070aed"
S = "${WORKDIR}/linux-${ARCHIVE_VERSION}"
diff --git a/meta-isar/recipes-kernel/linux/linux-phy_6.12.58.bb b/meta-isar/recipes-kernel/linux/linux-phy_6.12.85.bb
similarity index 100%
rename from meta-isar/recipes-kernel/linux/linux-phy_6.12.58.bb
rename to meta-isar/recipes-kernel/linux/linux-phy_6.12.85.bb
--
2.39.5
--
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/20260506040328.4001-1-badrikesh.prusty%40siemens.com.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] meta-isar/recipes-kernel: bump linux and kselftest to 6.12.85
2026-05-06 4:03 [PATCH] meta-isar/recipes-kernel: bump linux and kselftest to 6.12.85 'Badrikesh Prusty' via isar-users
@ 2026-05-13 15:18 ` Zhihang Wei
0 siblings, 0 replies; 2+ messages in thread
From: Zhihang Wei @ 2026-05-13 15:18 UTC (permalink / raw)
To: Badrikesh Prusty, isar-users
Applied to next, thanks.
Zhihang
On 5/6/26 06:03, 'Badrikesh Prusty' via isar-users wrote:
> Upgrade kernel recipes (linux-mainline, linux-phy) and kselftest
> to version 6.12.85.
>
> This aligns kselftest with the updated kernel version and
> includes fixes for known issues, including CVE-2026-31431.
>
> Reference: https://security-tracker.debian.org/tracker/CVE-2026-31431
>
> Signed-off-by: Badrikesh Prusty <badrikesh.prusty@siemens.com>
> ---
> .../kselftest/{kselftest_6.12.59.bb => kselftest_6.12.85.bb} | 2 +-
> .../{linux-mainline_6.12.58.bb => linux-mainline_6.12.85.bb} | 2 +-
> .../linux/{linux-phy_6.12.58.bb => linux-phy_6.12.85.bb} | 0
> 3 files changed, 2 insertions(+), 2 deletions(-)
> rename meta-isar/recipes-kernel/kselftest/{kselftest_6.12.59.bb => kselftest_6.12.85.bb} (79%)
> rename meta-isar/recipes-kernel/linux/{linux-mainline_6.12.58.bb => linux-mainline_6.12.85.bb} (93%)
> rename meta-isar/recipes-kernel/linux/{linux-phy_6.12.58.bb => linux-phy_6.12.85.bb} (100%)
>
> diff --git a/meta-isar/recipes-kernel/kselftest/kselftest_6.12.59.bb b/meta-isar/recipes-kernel/kselftest/kselftest_6.12.85.bb
> similarity index 79%
> rename from meta-isar/recipes-kernel/kselftest/kselftest_6.12.59.bb
> rename to meta-isar/recipes-kernel/kselftest/kselftest_6.12.85.bb
> index 2c2769aa..dcb18a80 100644
> --- a/meta-isar/recipes-kernel/kselftest/kselftest_6.12.59.bb
> +++ b/meta-isar/recipes-kernel/kselftest/kselftest_6.12.85.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] = "a1d2cd7327f10eec022615c1bb12c06439bd110d2020164be97f698f43ca58be"
> +SRC_URI[sha256sum] = "e35ac999f40a6874493d8d60f33f1150d7a89ae5841c428da82257fbcd070aed"
> diff --git a/meta-isar/recipes-kernel/linux/linux-mainline_6.12.58.bb b/meta-isar/recipes-kernel/linux/linux-mainline_6.12.85.bb
> similarity index 93%
> rename from meta-isar/recipes-kernel/linux/linux-mainline_6.12.58.bb
> rename to meta-isar/recipes-kernel/linux/linux-mainline_6.12.85.bb
> index 591c9c7b..10444680 100644
> --- a/meta-isar/recipes-kernel/linux/linux-mainline_6.12.58.bb
> +++ b/meta-isar/recipes-kernel/linux/linux-mainline_6.12.85.bb
> @@ -16,7 +16,7 @@ SRC_URI += " \
> file://subdir \
> file://no-root-nfs.cfg;apply=no"
>
> -SRC_URI[sha256sum] = "5f1c4c546660a6a81046fdfa6195306bad2c8d17c0d69876dc100a85ad4613ac"
> +SRC_URI[sha256sum] = "e35ac999f40a6874493d8d60f33f1150d7a89ae5841c428da82257fbcd070aed"
>
> S = "${WORKDIR}/linux-${ARCHIVE_VERSION}"
>
> diff --git a/meta-isar/recipes-kernel/linux/linux-phy_6.12.58.bb b/meta-isar/recipes-kernel/linux/linux-phy_6.12.85.bb
> similarity index 100%
> rename from meta-isar/recipes-kernel/linux/linux-phy_6.12.58.bb
> rename to meta-isar/recipes-kernel/linux/linux-phy_6.12.85.bb
--
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/c0ea5e6e-e6bc-4329-abab-1344fbd86c97%40ilbers.de.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-13 15:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-06 4:03 [PATCH] meta-isar/recipes-kernel: bump linux and kselftest to 6.12.85 'Badrikesh Prusty' via isar-users
2026-05-13 15:18 ` Zhihang Wei
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox