* [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.12.x, 7.1.x, 6.18.x series
@ 2026-07-19 6:47 Bernd Kuhls
2026-07-19 10:22 ` Julien Olivain via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2026-07-19 6:47 UTC (permalink / raw)
To: buildroot
Update the latest kernel releases to:
- 6.12.95 -> 6.12.96
- 6.18.38 -> 6.18.39
- 7.1.3 -> 7.1.4
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
linux/{7.1.3 => 7.1.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.1.3 => 7.1.4} (100%)
rename package/linux-headers/{6.12.95 => 6.12.96} (100%)
rename package/linux-headers/{6.18.38 => 6.18.39} (100%)
rename package/linux-headers/{7.1.3 => 7.1.4} (100%)
diff --git a/linux/7.1.3 b/linux/7.1.4
similarity index 100%
rename from linux/7.1.3
rename to linux/7.1.4
diff --git a/linux/Config.in b/linux/Config.in
index 7fd802f9bd..bc18e9d4e7 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.1.3" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "7.1.4" 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 7490651b94..4212f73df0 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 a9e8c51fcb1e695d1d35dde5886cba579cb6f29c9646c5889f39d63841d4b9f6 linux-6.12.95.tar.xz
+sha256 7d2e1b5d5ab36b3a01856e71782dad2a54e634fb2b37c0a42998def3bbf957c1 linux-6.12.96.tar.xz
sha256 ec19b8307b495078cdc03749e63cb3802ac23cf6122c82eb9719feeb4557ecc3 linux-6.6.144.tar.xz
sha256 f6529bfe1a457adab69156fb7fa2232cc203eb63f5e46210f9953d6fc9f70a30 linux-6.1.177.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 809574b9b1..75556f7ac3 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 be41c068e88f5242a19bccdbffbe077b18c47b45f627e2325504b4fab79dd1dc linux-7.1.3.tar.xz
+sha256 1c63922a119675d38e3ae0f8f6ee07f15c41a786ab9ed66563749bb8c9a08e2e linux-7.1.4.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
-sha256 ac26e508abd56e9f8b89872b6e10c49fc823bcc70d8068a5d8504c1a7c4ff045 linux-6.18.38.tar.xz
+sha256 a7a7e3d2ae9d95e74197223a8d4eb5f6be7aac21b6e6de27e9685d001c1f8cb0 linux-6.18.39.tar.xz
# Licenses hashes
sha256 fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0 COPYING
--git a/package/linux-headers/6.12.95 b/package/linux-headers/6.12.96
similarity index 100%
rename from package/linux-headers/6.12.95
rename to package/linux-headers/6.12.96
diff --git a/package/linux-headers/6.18.38 b/package/linux-headers/6.18.39
similarity index 100%
rename from package/linux-headers/6.18.38
rename to package/linux-headers/6.18.39
diff --git a/package/linux-headers/7.1.3 b/package/linux-headers/7.1.4
similarity index 100%
rename from package/linux-headers/7.1.3
rename to package/linux-headers/7.1.4
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index a8171aabef..b1c0da9647 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -476,9 +476,9 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "5.15.211" if BR2_KERNEL_HEADERS_5_15
default "6.1.177" if BR2_KERNEL_HEADERS_6_1
default "6.6.144" if BR2_KERNEL_HEADERS_6_6
- default "6.12.95" if BR2_KERNEL_HEADERS_6_12
- default "6.18.38" if BR2_KERNEL_HEADERS_6_18
- default "7.1.3" if BR2_KERNEL_HEADERS_7_1
+ default "6.12.96" if BR2_KERNEL_HEADERS_6_12
+ default "6.18.39" if BR2_KERNEL_HEADERS_6_18
+ default "7.1.4" if BR2_KERNEL_HEADERS_7_1
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
end of thread, other threads:[~2026-07-19 10:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-19 6:47 [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.12.x, 7.1.x, 6.18.x series Bernd Kuhls
2026-07-19 10:22 ` 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