From 44ba95ab09154d05b30ae6106b260aca52f5f56c Mon Sep 17 00:00:00 2001 From: Titouan Christophe Date: Mon, 16 Mar 2026 15:13:51 +0100 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.74 -> 6.12.77 - 6.6.127 -> 6.6.129 - 6.1.164 -> 6.1.166 - 5.15.201 -> 5.15.202 - 5.10.251 -> 5.10.252 - 6.19.5 -> 6.19.8 - 6.18.15 -> 6.18.18 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 32b74f817d..44f8b08e71 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.5" if BR2_LINUX_KERNEL_LATEST_VERSION + default "6.19.8" 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 f2946ac337..1c6a6ab553 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 3b56eeb1dc9a437f189ca56b823be3769994f59a4ea0895b08ec0d20acaca13e linux-6.12.74.tar.xz -sha256 a7cd9c97b4f0b31cc030bcdc60abe5434fffb2556e293f7438ce7909dff8c9fe linux-6.6.127.tar.xz -sha256 33bf087f7bbf7f626873dd7d955eb44182a93695db41f5f89a6bd3d233a39d1c linux-6.1.164.tar.xz +sha256 358836ebe5caef41e7ae9492e7fbcdf5be6e53ee43c99752aebda81e1b2cff67 linux-6.12.77.tar.xz +sha256 caa08f0122224fbbfab177e2a37cc2a94a0046bd2e7e87f03f8913f2b812448a linux-6.6.129.tar.xz +sha256 818dfc742158d18f70a6abccd77b7e4366cb7f26a88687f94dae392a9f089449 linux-6.1.166.tar.xz # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc -sha256 4f2afffbeddaad6b8527d41a3e3a82646d3cf5dfd0acbb6c4e8a99fc70461b96 linux-5.15.201.tar.xz -sha256 e6857625fee3b587b0279b445adc3940a5c40723385fa1055ac7af16ff4b4c01 linux-5.10.251.tar.xz +sha256 0bc1bdf74957e276793691865ffb71505809706d9243a42e9704aad0f128cdd4 linux-5.15.202.tar.xz +sha256 34b3fbe2c9eeb767fc7eea4b9516e0dd44b79401ceb13e41713096b8eb270afb linux-5.10.252.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 20618f4da0..5e4f727a84 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 95ae05c8c709e353c0e8506c072efc5598d85b8b7b564a1ebac7ee8345042ffa linux-6.19.5.tar.xz -sha256 7c716216c3c4134ed0de69195701e677577bbcdd3979f331c182acd06bf2f170 linux-6.18.15.tar.xz +sha256 aada4722db8bcfa0b9732851856d405082b6a4fa2e3ab067be8db17cdd115b38 linux-6.19.8.tar.xz +sha256 f4855f382c1b735c84072bdef36db5bcd5dc7b0c37e42f5104317149a0a486ef linux-6.18.18.tar.xz # Licenses hashes sha256 fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0 COPYING diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index f8364d0c7b..5b1f090a2a 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.251" if BR2_KERNEL_HEADERS_5_10 - default "5.15.201" if BR2_KERNEL_HEADERS_5_15 - default "6.1.164" if BR2_KERNEL_HEADERS_6_1 - default "6.6.127" if BR2_KERNEL_HEADERS_6_6 - default "6.12.74" if BR2_KERNEL_HEADERS_6_12 - default "6.18.15" if BR2_KERNEL_HEADERS_6_18 - default "6.19.5" if BR2_KERNEL_HEADERS_6_19 + default "5.10.252" if BR2_KERNEL_HEADERS_5_10 + default "5.15.202" if BR2_KERNEL_HEADERS_5_15 + default "6.1.166" if BR2_KERNEL_HEADERS_6_1 + default "6.6.129" if BR2_KERNEL_HEADERS_6_6 + default "6.12.77" if BR2_KERNEL_HEADERS_6_12 + default "6.18.18" if BR2_KERNEL_HEADERS_6_18 + default "6.19.8" 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 \