From b79ab7b8126a04d41edc343750054b60ce4533eb Mon Sep 17 00:00:00 2001 From: Titouan Christophe Date: Mon, 20 Apr 2026 15:39:11 +0200 Subject: [PATCH] {linux, linux-headers}: bump 6.12.x, 6.6.x, 6.1.x, 5.15.x, 5.10.x, 6.19.x, 6.18.x series Update the latest kernel releases to: - 6.12.81 -> 6.12.82 - 6.6.134 -> 6.6.135 - 6.1.168 -> 6.1.169 - 5.15.202 -> 5.15.203 - 5.10.252 -> 5.10.253 - 6.19.12 -> 6.19.13 - 6.18.22 -> 6.18.23 Signed-off-by: Titouan Christophe --- linux/Config.in | 2 +- linux/before-6.17/linux.hash | 10 +++++----- linux/from-6.17/linux.hash | 4 ++-- package/linux-headers/Config.in.host | 14 +++++++------- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/linux/Config.in b/linux/Config.in index c2f022240b..018b59154d 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.19.12" if BR2_LINUX_KERNEL_LATEST_VERSION + default "6.19.13" 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 f6a6e0dfa7..cd69a9dd05 100644 --- a/linux/before-6.17/linux.hash +++ b/linux/before-6.17/linux.hash @@ -1,10 +1,10 @@ # From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc -sha256 c2b09c3643946a7097c5371e1dcb123c66505ea30fafd0b0a22dc1d5f0228847 linux-6.12.81.tar.xz -sha256 6378697b36376bf4e727a47402fee340ca4e3b146d5b407d3753cbff300f37bf linux-6.6.134.tar.xz -sha256 e0856fe51e444986425886533ebb91d8540189e80c3f0365c76e4beb7439776e linux-6.1.168.tar.xz +sha256 0e570b05cd73981bb4a5bcf0e03751d4f0e2ac776c6d4fdcc2366bed3e0f19a9 linux-6.12.82.tar.xz +sha256 d3d238ede7169dedb642898af0cb1777e9913171eb1c750eb4d9f82350a7132a linux-6.6.135.tar.xz +sha256 e0cbe674801749075b93008d8854dbf1c8d300805ada0b60f6f907bbb83aef2c linux-6.1.169.tar.xz # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc -sha256 0bc1bdf74957e276793691865ffb71505809706d9243a42e9704aad0f128cdd4 linux-5.15.202.tar.xz -sha256 34b3fbe2c9eeb767fc7eea4b9516e0dd44b79401ceb13e41713096b8eb270afb linux-5.10.252.tar.xz +sha256 0bebe7d82a57e98792a407109566f1813fde97aaf7f735c1c7e6feebe833dc64 linux-5.15.203.tar.xz +sha256 ec0724928050e8e2f6226fe8bbb206f42a951c0ed2dbb533c5462789f6d75ac8 linux-5.10.253.tar.xz # Locally computed sha256 93408e0c5d70ff0ab63dcf9edec6fda2b8524281d611a88e56590436bda43914 linux-cip-5.10.246-cip66.tar.gz sha256 b3454708b98016f02604433e41060be2c1feb595c2bddeb25292596f047f0915 linux-cip-5.10.246-cip66-rt29.tar.gz diff --git a/linux/from-6.17/linux.hash b/linux/from-6.17/linux.hash index 77c1ba866d..1b379cfa3f 100644 --- a/linux/from-6.17/linux.hash +++ b/linux/from-6.17/linux.hash @@ -1,6 +1,6 @@ # From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc -sha256 ce5c4f1205f9729286b569b037649591555f31ca1e03cc504bd3b70b8e58a8d5 linux-6.19.12.tar.xz -sha256 a23c92faf3657385c2c6b5f4edd8f81b808907ebe603fa30699eae224da55f59 linux-6.18.22.tar.xz +sha256 0559b1fea740e71714b4368023902b7d098c45ac1faa3176eab392c867645648 linux-6.19.13.tar.xz +sha256 2a2d8e76bfcd135ab861bb9795211574eeff6d4ede9cc920f7c137587e835134 linux-6.18.23.tar.xz # Licenses hashes sha256 fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0 COPYING diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index fd68c29ec4..00b5bc86fc 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -464,13 +464,13 @@ endchoice config BR2_DEFAULT_KERNEL_HEADERS string - default "5.10.252" if BR2_KERNEL_HEADERS_5_10 - default "5.15.202" if BR2_KERNEL_HEADERS_5_15 - default "6.1.168" if BR2_KERNEL_HEADERS_6_1 - default "6.6.134" if BR2_KERNEL_HEADERS_6_6 - default "6.12.81" if BR2_KERNEL_HEADERS_6_12 - default "6.18.22" if BR2_KERNEL_HEADERS_6_18 - default "6.19.12" if BR2_KERNEL_HEADERS_6_19 + default "5.10.253" if BR2_KERNEL_HEADERS_5_10 + default "5.15.203" if BR2_KERNEL_HEADERS_5_15 + default "6.1.169" if BR2_KERNEL_HEADERS_6_1 + default "6.6.135" if BR2_KERNEL_HEADERS_6_6 + default "6.12.82" if BR2_KERNEL_HEADERS_6_12 + default "6.18.23" if BR2_KERNEL_HEADERS_6_18 + default "6.19.13" if BR2_KERNEL_HEADERS_6_19 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 \