[Buildroot] [PATCH 1/2] {linux, linux-headers}: bump 6.{6, 12, 16, 17}.x series
Bernd Kuhls
bernd at kuhls.net
Sun Oct 12 20:51:11 UTC 2025
Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
---
linux/Config.in | 2 +-
linux/linux.hash | 8 ++++----
package/linux-headers/Config.in.host | 8 ++++----
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/linux/Config.in b/linux/Config.in
index 31ee73103b..1c48c1c41a 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -141,7 +141,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES
config BR2_LINUX_KERNEL_VERSION
string
- default "6.17.1" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "6.17.2" if BR2_LINUX_KERNEL_LATEST_VERSION
default "5.10.162-cip24" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
default "5.10.162-cip24-rt10" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
diff --git a/linux/linux.hash b/linux/linux.hash
index 54b2d36839..5b56aebb58 100644
--- a/linux/linux.hash
+++ b/linux/linux.hash
@@ -1,8 +1,8 @@
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
-sha256 a53dbe3f41491922a61f17c5cc551e88f544d5411aeb1c8c65c402795c4f4da0 linux-6.17.1.tar.xz
-sha256 5f304f0c453d87ac765207359da4f5a733939d1595ef258f1809194fa18dba7b linux-6.16.11.tar.xz
-sha256 2d55ad149ca7d9ef82595c669430650030cbf9afbbeb42e5cd9b4ba3cc1a7221 linux-6.12.51.tar.xz
-sha256 1bf20daf5543b8759f325e55fb0da4913715e68741627a13380e66aaf219fb1d linux-6.6.110.tar.xz
+sha256 fdebcb065065f5c1b8dc68a6fb59cda50cdddbf9103d207c2196d55ea764f57f linux-6.17.2.tar.xz
+sha256 7ca4debc5ca912ebb8a76944a5c118afd5d09e31ef43c494adb14273da29a26e linux-6.16.12.tar.xz
+sha256 b4850cf670a032c70f38b713a27d62046c5f747caf028c5f50b18f98606a9eb1 linux-6.12.52.tar.xz
+sha256 04c470e130d659ef05217ac695422c28d817d19daa50643fe28b945e6ab646c7 linux-6.6.111.tar.xz
sha256 c29387aeee085fbcbd91236224b9df805063bac43615e75cea2c6b29604a5c73 linux-6.1.155.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
sha256 348d6faada05fd4684450cd7c4e666c3c98cdb96f2309b1520c9a92a378c267e linux-5.15.194.tar.xz
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 0688144480..e7ba0cac24 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -466,10 +466,10 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "5.10.245" if BR2_KERNEL_HEADERS_5_10
default "5.15.194" if BR2_KERNEL_HEADERS_5_15
default "6.1.155" if BR2_KERNEL_HEADERS_6_1
- default "6.6.110" if BR2_KERNEL_HEADERS_6_6
- default "6.12.51" if BR2_KERNEL_HEADERS_6_12
- default "6.16.11" if BR2_KERNEL_HEADERS_6_16
- default "6.17.1" if BR2_KERNEL_HEADERS_6_17
+ default "6.6.111" if BR2_KERNEL_HEADERS_6_6
+ default "6.12.52" if BR2_KERNEL_HEADERS_6_12
+ default "6.16.12" if BR2_KERNEL_HEADERS_6_16
+ default "6.17.2" if BR2_KERNEL_HEADERS_6_17
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
More information about the buildroot
mailing list