* [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.{12, 18}.x / 7.0.x series
@ 2026-05-07 17:05 Bernd Kuhls
2026-05-07 19:48 ` Julien Olivain via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2026-05-07 17:05 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
linux/{7.0.3 => 7.0.4} | 0
linux/Config.in | 2 +-
linux/before-6.17/linux.hash | 2 +-
linux/from-6.17/linux.hash | 4 ++--
| 0
| 0
| 0
| 6 +++---
8 files changed, 7 insertions(+), 7 deletions(-)
rename linux/{7.0.3 => 7.0.4} (100%)
rename package/linux-headers/{6.12.85 => 6.12.86} (100%)
rename package/linux-headers/{6.18.26 => 6.18.27} (100%)
rename package/linux-headers/{7.0.3 => 7.0.4} (100%)
diff --git a/linux/7.0.3 b/linux/7.0.4
similarity index 100%
rename from linux/7.0.3
rename to linux/7.0.4
diff --git a/linux/Config.in b/linux/Config.in
index cb81e55ccb..f742251ac7 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.3" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "7.0.4" if BR2_LINUX_KERNEL_LATEST_VERSION
default "5.10.246-cip66" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
default "5.10.246-cip66-rt29" 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 ffdbcd8c27..7bae7e23ce 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 e35ac999f40a6874493d8d60f33f1150d7a89ae5841c428da82257fbcd070aed linux-6.12.85.tar.xz
+sha256 edef22b327c7cbf39cdbf8d717fffa344f1ca299e513990e21705b3bf26dbb5d linux-6.12.86.tar.xz
sha256 92f1e90d8be49f9d7f989e563c97a4f39cd7731025d7b81152814c68b5bd56c4 linux-6.6.137.tar.xz
sha256 b578912f79a5e8ea1a94ce4364d20a3902d2005be0e16deee9fbd0ad697c4944 linux-6.1.170.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 cd0214519d..4cbb89bc02 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 0bedadbf5788693ddebbcc913c893f1a97349af79ddde7144c2a80b401959f1c linux-7.0.3.tar.xz
+sha256 d92081d84c925adb21a6a709042499e5dcad5dd93a1d9c683f05304fda9257a7 linux-7.0.4.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
-sha256 53772f5d3776e043767c8d81a32240d1f3eb64e822a5d7a510b55ca40707b0ec linux-6.18.26.tar.xz
+sha256 25017b93946f0ba2cbf71910b59640a29d9167a5b65ccd41b12cd991875ce2ea linux-6.18.27.tar.xz
# Licenses hashes
sha256 fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0 COPYING
--git a/package/linux-headers/6.12.85 b/package/linux-headers/6.12.86
similarity index 100%
rename from package/linux-headers/6.12.85
rename to package/linux-headers/6.12.86
diff --git a/package/linux-headers/6.18.26 b/package/linux-headers/6.18.27
similarity index 100%
rename from package/linux-headers/6.18.26
rename to package/linux-headers/6.18.27
diff --git a/package/linux-headers/7.0.3 b/package/linux-headers/7.0.4
similarity index 100%
rename from package/linux-headers/7.0.3
rename to package/linux-headers/7.0.4
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 709028ca8e..a0528d2e5d 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.204" if BR2_KERNEL_HEADERS_5_15
default "6.1.170" if BR2_KERNEL_HEADERS_6_1
default "6.6.137" if BR2_KERNEL_HEADERS_6_6
- default "6.12.85" if BR2_KERNEL_HEADERS_6_12
- default "6.18.26" if BR2_KERNEL_HEADERS_6_18
- default "7.0.3" if BR2_KERNEL_HEADERS_7_0
+ default "6.12.86" if BR2_KERNEL_HEADERS_6_12
+ default "6.18.27" if BR2_KERNEL_HEADERS_6_18
+ default "7.0.4" 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] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.{12, 18}.x / 7.0.x series
2026-05-07 17:05 [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.{12, 18}.x / 7.0.x series Bernd Kuhls
@ 2026-05-07 19:48 ` Julien Olivain via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Julien Olivain via buildroot @ 2026-05-07 19:48 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
On 07/05/2026 19:05, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-07 19:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-07 17:05 [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.{12, 18}.x / 7.0.x series Bernd Kuhls
2026-05-07 19:48 ` 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