diff mbox series

[1/1] {linux, linux-headers}: bump 6.{1, 6}.x series

Message ID 20240219192541.3773864-1-bernd@kuhls.net
State Superseded
Headers show
Series [1/1] {linux, linux-headers}: bump 6.{1, 6}.x series | expand

Commit Message

Bernd Kuhls Feb. 19, 2024, 7:25 p.m. UTC
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 linux/Config.in                      | 2 +-
 linux/linux.hash                     | 4 ++--
 package/linux-headers/Config.in.host | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)
diff mbox series

Patch

diff --git a/linux/Config.in b/linux/Config.in
index 773cb4fbb5..8e889af802 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -128,7 +128,7 @@  endif
 
 config BR2_LINUX_KERNEL_VERSION
 	string
-	default "6.6.16" if BR2_LINUX_KERNEL_LATEST_VERSION
+	default "6.6.17" 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 52fb480af2..db9b2d8a11 100644
--- a/linux/linux.hash
+++ b/linux/linux.hash
@@ -1,6 +1,6 @@ 
 # From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
-sha256  b21d5795a3bead4f112916423222faa8a0f519e4201df343e3eb88dc9e4aaa30  linux-6.6.16.tar.xz
-sha256  3b54ec567716cdfb3618caf38c58a8aab1372cc41c16430633febe9ccdb3f91d  linux-6.1.77.tar.xz
+sha256  ee7650996ba75aa29fe66f309b413097f249a03e7001f2a41128c7c95205226a  linux-6.6.17.tar.xz
+sha256  65206b969831236849c9906eba267e715734a93808e9909fd9b4f12eea10d689  linux-6.1.78.tar.xz
 # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
 sha256  c48575c97fd9f4767cbe50a13b1b2b40ee42830aba3182fabd35a03259a6e5d8  linux-5.15.148.tar.xz
 sha256  44e22fad647c638726a8eae23703c4263bead612d17c89ca7ad7ab32b5ce88d5  linux-5.10.209.tar.xz
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 69857566e3..537de85ad8 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -407,8 +407,8 @@  config BR2_DEFAULT_KERNEL_HEADERS
 	default "5.4.268"	if BR2_KERNEL_HEADERS_5_4
 	default "5.10.209"	if BR2_KERNEL_HEADERS_5_10
 	default "5.15.148"	if BR2_KERNEL_HEADERS_5_15
-	default "6.1.77"	if BR2_KERNEL_HEADERS_6_1
-	default "6.6.16"	if BR2_KERNEL_HEADERS_6_6
+	default "6.1.78"	if BR2_KERNEL_HEADERS_6_1
+	default "6.6.17"	if BR2_KERNEL_HEADERS_6_6
 	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 \