{linux, linux-headers}: bump 6.12.x, 6.6.x, 6.1.x, 5.15.x, 5.10.x, 6.18.x series

Update the latest kernel releases to:
 - 6.12.90 -> 6.12.91
 - 6.6.140 -> 6.6.141
 - 6.1.173 -> 6.1.174
 - 5.15.207 -> 5.15.208
 - 5.10.256 -> 5.10.257
 - 6.18.32 -> 6.18.33

Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
This commit is contained in:
Titouan Christophe
2026-05-29 08:36:06 +02:00
committed by Thomas Perale
parent 6c722cafd2
commit d40bb72793
3 changed files with 12 additions and 12 deletions

View File

@@ -1,10 +1,10 @@
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
sha256 1f1a1ff057468b8a6284d3ce1d181278259beb5670ea16724c46dbf8820fa2a8 linux-6.12.90.tar.xz
sha256 d67c9674a2d4307f3747183935a5d434391df0fc5f5bf0e00691e059f664b7db linux-6.6.140.tar.xz
sha256 c4f32c6cfbe8c31478f18a4b2a50f89e73f8641ba1d683d80efc16c898876d98 linux-6.1.173.tar.xz
sha256 0ff2ab9e169f9f1948557471fbb450d3018f8c5b77caf288e1a3982582597969 linux-6.12.91.tar.xz
sha256 3bc2652eb62ab90a90a8b0aa156b91d276f92eb84702971df62fe1a3f1eb7fe1 linux-6.6.141.tar.xz
sha256 ed88346df623ae9150d11b5feb16ddb52c25aef563bb7803ab160bb4493fe06e linux-6.1.174.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
sha256 50eb7fa307745f30e5cae4c17e188fc42ce6a72f7d925d5ea7e3c2135de6148e linux-5.15.207.tar.xz
sha256 f1e9dac8ec41e5bd7b1811158c7b72269696ce1c37fbdd17a898b293b54d8e5f linux-5.10.256.tar.xz
sha256 b53d7036e327a627595f42349cb5c9d55b4db8262ab473e08274bd8d3028b172 linux-5.15.208.tar.xz
sha256 08b1fde1b563d7f5b0f429b283105b8a0e255463590e50fdce0abbc07a66f0d1 linux-5.10.257.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

View File

@@ -1,6 +1,6 @@
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
sha256 cde8bf6739be4a0777fedbbba5330b8188c55680c45a922a4dfa289cbec6f185 linux-6.19.14.tar.xz
sha256 067dadd445578284ea6158f312f7970d8940fed3e094dbe49cff66d188d3bda4 linux-6.18.32.tar.xz
sha256 6f16ff302599f6fe34742890322cf0775703105fbd8767449682fca6af0fb782 linux-6.18.33.tar.xz
# Licenses hashes
sha256 fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0 COPYING

View File

@@ -464,12 +464,12 @@ endchoice
config BR2_DEFAULT_KERNEL_HEADERS
string
default "5.10.256" if BR2_KERNEL_HEADERS_5_10
default "5.15.207" if BR2_KERNEL_HEADERS_5_15
default "6.1.173" if BR2_KERNEL_HEADERS_6_1
default "6.6.140" if BR2_KERNEL_HEADERS_6_6
default "6.12.90" if BR2_KERNEL_HEADERS_6_12
default "6.18.32" if BR2_KERNEL_HEADERS_6_18
default "5.10.257" if BR2_KERNEL_HEADERS_5_10
default "5.15.208" if BR2_KERNEL_HEADERS_5_15
default "6.1.174" if BR2_KERNEL_HEADERS_6_1
default "6.6.141" if BR2_KERNEL_HEADERS_6_6
default "6.12.91" if BR2_KERNEL_HEADERS_6_12
default "6.18.33" if BR2_KERNEL_HEADERS_6_18
default "6.19.14" if BR2_KERNEL_HEADERS_6_19
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL