Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/5] {linux, linux-headers}: bump 6.12.x, 7.0.x, 6.18.x series
@ 2026-06-15 20:25 Bernd Kuhls
  2026-06-15 20:25 ` [Buildroot] [PATCH 2/5] linux: select host-openssl for all architectures when building latest CIP version Bernd Kuhls
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Bernd Kuhls @ 2026-06-15 20:25 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti, Romain Naour, Thomas Petazzoni

Update the latest kernel releases to:
- 6.12.92 -> 6.12.93
- 6.18.34 -> 6.18.35
- 7.0.11 -> 7.0.12

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
Gitlab pipeline passed:
https://gitlab.com/bkuhls/buildroot/-/commits/9b6fe0892e0acd8d750f614656648fb51467f668

 linux/{7.0.11 => 7.0.12}                   | 0
 linux/Config.in                            | 2 +-
 linux/before-6.17/linux.hash               | 2 +-
 linux/from-6.17/linux.hash                 | 4 ++--
 package/linux-headers/{6.12.92 => 6.12.93} | 0
 package/linux-headers/{6.18.34 => 6.18.35} | 0
 package/linux-headers/{7.0.11 => 7.0.12}   | 0
 package/linux-headers/Config.in.host       | 6 +++---
 8 files changed, 7 insertions(+), 7 deletions(-)
 rename linux/{7.0.11 => 7.0.12} (100%)
 rename package/linux-headers/{6.12.92 => 6.12.93} (100%)
 rename package/linux-headers/{6.18.34 => 6.18.35} (100%)
 rename package/linux-headers/{7.0.11 => 7.0.12} (100%)

diff --git a/linux/7.0.11 b/linux/7.0.12
similarity index 100%
rename from linux/7.0.11
rename to linux/7.0.12
diff --git a/linux/Config.in b/linux/Config.in
index 8b17fece44..bbd0e491cd 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -143,7 +143,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES
 
 config BR2_LINUX_KERNEL_VERSION
 	string
-	default "7.0.11" if BR2_LINUX_KERNEL_LATEST_VERSION
+	default "7.0.12" if BR2_LINUX_KERNEL_LATEST_VERSION
 	default "5.10.254-cip72" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
 	default "5.10.254-cip72-rt32" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
 	default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
diff --git a/linux/before-6.17/linux.hash b/linux/before-6.17/linux.hash
index 93c36c9156..4ebc486eac 100644
--- a/linux/before-6.17/linux.hash
+++ b/linux/before-6.17/linux.hash
@@ -1,5 +1,5 @@
 # From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
-sha256  0fe376b7db3cac4456b38291bee4faa7091cb8befaa6f9870314f5d1282f9e3e  linux-6.12.92.tar.xz
+sha256  492648a87c0b69c5ac7f43be64792b9000e3439550d4e82e4a14710c49094fa3  linux-6.12.93.tar.xz
 sha256  b2f6607a75cd27b2e368cf2d25e1637e1e0da9dfed4cda536658879eee6f2b70  linux-6.6.142.tar.xz
 sha256  37e984a9e449eb15023b3063c3fd6f64fdd1d83af5bb6a944cd7244f40beca85  linux-6.1.175.tar.xz
 # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
diff --git a/linux/from-6.17/linux.hash b/linux/from-6.17/linux.hash
index 03ed2d7876..8274594ec2 100644
--- a/linux/from-6.17/linux.hash
+++ b/linux/from-6.17/linux.hash
@@ -1,8 +1,8 @@
 # From https://www.kernel.org/pub/linux/kernel/v7.x/sha256sums.asc
-sha256  e56c8356dda01136a6041c6ef832bd0ec99bd2d35dff97832aa5ec10ed014304  linux-7.0.11.tar.xz
+sha256  57edc9a41efc1ca6b797afa8f4a587a30da2af6bca7356eb56e1e1a4ada265da  linux-7.0.12.tar.xz
 
 # From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
-sha256  640c4732fb42842166db97e032c1fe7e5ff72c85a8982c75b40f74be3555d760  linux-6.18.34.tar.xz
+sha256  f78602932219125e211c5f5bfd84edcfd4ec5ce88fc944f8248413f665bef236  linux-6.18.35.tar.xz
 
 # Licenses hashes
 sha256  fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0  COPYING
diff --git a/package/linux-headers/6.12.92 b/package/linux-headers/6.12.93
similarity index 100%
rename from package/linux-headers/6.12.92
rename to package/linux-headers/6.12.93
diff --git a/package/linux-headers/6.18.34 b/package/linux-headers/6.18.35
similarity index 100%
rename from package/linux-headers/6.18.34
rename to package/linux-headers/6.18.35
diff --git a/package/linux-headers/7.0.11 b/package/linux-headers/7.0.12
similarity index 100%
rename from package/linux-headers/7.0.11
rename to package/linux-headers/7.0.12
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 1c00e2508b..3e3832b707 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -472,9 +472,9 @@ config BR2_DEFAULT_KERNEL_HEADERS
 	default "5.15.209"	if BR2_KERNEL_HEADERS_5_15
 	default "6.1.175"	if BR2_KERNEL_HEADERS_6_1
 	default "6.6.142"	if BR2_KERNEL_HEADERS_6_6
-	default "6.12.92"	if BR2_KERNEL_HEADERS_6_12
-	default "6.18.34"	if BR2_KERNEL_HEADERS_6_18
-	default "7.0.11"	if BR2_KERNEL_HEADERS_7_0
+	default "6.12.93"	if BR2_KERNEL_HEADERS_6_12
+	default "6.18.35"	if BR2_KERNEL_HEADERS_6_18
+	default "7.0.12"	if BR2_KERNEL_HEADERS_7_0
 	default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
 	default "custom"	if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
 	default BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION \
-- 
2.47.3

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2026-06-15 21:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-15 20:25 [Buildroot] [PATCH 1/5] {linux, linux-headers}: bump 6.12.x, 7.0.x, 6.18.x series Bernd Kuhls
2026-06-15 20:25 ` [Buildroot] [PATCH 2/5] linux: select host-openssl for all architectures when building latest CIP version Bernd Kuhls
2026-06-15 20:25 ` [Buildroot] [PATCH 3/5] linux: select host-libelf for all architectures when building latest version Bernd Kuhls
2026-06-15 21:30   ` Julien Olivain via buildroot
2026-06-15 20:25 ` [Buildroot] [PATCH 4/5] {toolchain, linux-headers}: add support for 7.1 headers Bernd Kuhls
2026-06-15 20:25 ` [Buildroot] [PATCH 5/5] linux: bump latest version to 7.1 Bernd Kuhls
2026-06-15 21:32 ` [Buildroot] [PATCH 1/5] {linux, linux-headers}: bump 6.12.x, 7.0.x, 6.18.x series Julien Olivain via buildroot

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