public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] meta-isar/recipes-kernel: bump linux and kselftest to 6.12.103
@ 2026-08-17 17:39 'Gourav Singh' via isar-users
  2026-08-24  9:43 ` Zhihang Wei
  0 siblings, 1 reply; 2+ messages in thread
From: 'Gourav Singh' via isar-users @ 2026-08-17 17:39 UTC (permalink / raw)
  To: isar-users; +Cc: Gourav Singh

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%)

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
-- 
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/20260817173947.993574-1-gouravsingh%40siemens.com.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] meta-isar/recipes-kernel: bump linux and kselftest to 6.12.103
  2026-08-17 17:39 [PATCH] meta-isar/recipes-kernel: bump linux and kselftest to 6.12.103 'Gourav Singh' via isar-users
@ 2026-08-24  9:43 ` Zhihang Wei
  0 siblings, 0 replies; 2+ messages in thread
From: Zhihang Wei @ 2026-08-24  9:43 UTC (permalink / raw)
  To: Gourav Singh, isar-users

Applied to next, thanks.

Zhihang

On 8/17/26 19:39, 'Gourav Singh' via isar-users wrote:
> 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%)
>
> 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

-- 
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/1a42cfb4-e476-4d9b-902f-c2b93d82b26f%40ilbers.de.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-08-24  9:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-17 17:39 [PATCH] meta-isar/recipes-kernel: bump linux and kselftest to 6.12.103 'Gourav Singh' via isar-users
2026-08-24  9:43 ` Zhihang Wei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox