[Buildroot] [git commit] {linux, linux-headers}: bump 6.{1, 6, 12, 17}.x series
Julien Olivain
ju.o at free.fr
Thu Oct 16 19:42:20 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=2661d9b34f73e94abe5fb55b4842bf5944ee131f
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
Signed-off-by: Julien Olivain <ju.o at free.fr>
---
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 1c48c1c41a..90a0ccd0c5 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.2" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "6.17.3" 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 de40c6b7b6..3bdc4cd9b2 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 fdebcb065065f5c1b8dc68a6fb59cda50cdddbf9103d207c2196d55ea764f57f linux-6.17.2.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
+sha256 3ecc8619d8a5b5f675224d2f52c71d1fc09bc3f9c019d8bd82d0581e03689499 linux-6.17.3.tar.xz
+sha256 663507accae673afcf4e210b4ae8d4352e61d926202e5da3f04bf71ca1d2c0b5 linux-6.12.53.tar.xz
+sha256 6c7d92bf316a56e91de41cb60da1f63d94a4f8aafaef6a13055df0c291138a22 linux-6.6.112.tar.xz
+sha256 d4bb148b204e5aed38690489736961cdaf925fe7b35cf1f56c47ad7a09a0228e linux-6.1.156.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
sha256 348d6faada05fd4684450cd7c4e666c3c98cdb96f2309b1520c9a92a378c267e linux-5.15.194.tar.xz
sha256 131e75eb14da6fd683b3882bcd856085cfca47cc1aa89cd2deb1b48d22d29d9f linux-5.10.245.tar.xz
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 75de52e94a..3fbad38e6e 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -461,10 +461,10 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "5.4.300" if BR2_KERNEL_HEADERS_5_4
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.111" if BR2_KERNEL_HEADERS_6_6
- default "6.12.52" if BR2_KERNEL_HEADERS_6_12
- default "6.17.2" if BR2_KERNEL_HEADERS_6_17
+ default "6.1.156" if BR2_KERNEL_HEADERS_6_1
+ default "6.6.112" if BR2_KERNEL_HEADERS_6_6
+ default "6.12.53" if BR2_KERNEL_HEADERS_6_12
+ default "6.17.3" 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 \
More information about the buildroot
mailing list