From c5fb4b02c9c46cc1204f5681c026c217b3e2dbf3 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Fri, 7 Feb 2025 19:20:31 +0100 Subject: [PATCH] {linux, linux-headers}: bump 5.{4, 10, 15}.x / 6.{1, 6, 12}.x series Signed-off-by: Bernd Kuhls Signed-off-by: Peter Korsgaard (cherry picked from commit 43c11e80a2961b5c66bde6fc3b13d590eaf0c5d6) [Peter: drop 6.12.x bump] Signed-off-by: Peter Korsgaard --- linux/Config.in | 2 +- linux/linux.hash | 10 +++++----- package/linux-headers/Config.in.host | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/linux/Config.in b/linux/Config.in index ccad30517d..9e9fa058d0 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -128,7 +128,7 @@ endif config BR2_LINUX_KERNEL_VERSION string - default "6.6.74" if BR2_LINUX_KERNEL_LATEST_VERSION + default "6.6.75" 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 5efdfa9908..92d46df56d 100644 --- a/linux/linux.hash +++ b/linux/linux.hash @@ -1,10 +1,10 @@ # From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc -sha256 f15e2b1a8bab0eba494b07858a5abc88d8f788e25f6fe4a572a77840bbd5494d linux-6.6.74.tar.xz -sha256 18b0d41d1a7fbad56045cde0d7fc176bfb18361d29c9f07e57109bbf21bf7876 linux-6.1.127.tar.xz +sha256 f7dfb1fa9716ba139d0b4c8161535816d400dea21d5943f513448429b1790290 linux-6.6.75.tar.xz +sha256 874d67d3181570e69ac6b33853f0448f05fc90d4cf3e4baaadc4a9cede7c50f3 linux-6.1.128.tar.xz # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc -sha256 ea9eb8088d4231f8a01b191ceef5f4d92238f6c7519f6fbcb57e448ee9e0a6e0 linux-5.15.177.tar.xz -sha256 239e57280f8c9159187e383d7b730d29f5cc8e1b30be218f004e0c90d1137f52 linux-5.10.233.tar.xz -sha256 1e3e5fc052c8e15f8eaa37d30bf4f0b3eef7430dd234d9fed0d0005852a06d10 linux-5.4.289.tar.xz +sha256 efe9f7eb5ea4d26cec6290689343e1804eb3b4a88ff5a60497a696fc08157c42 linux-5.15.178.tar.xz +sha256 9597c4fee2f1ce452acfec516f4325ad342155872052fd5f0d9ce2ddcc26ebe5 linux-5.10.234.tar.xz +sha256 6cc73cf2a7f50580f7d8c7e99d2f2e8ada8b7d2f4e76f5896f0daf691cc2a456 linux-5.4.290.tar.xz # From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc sha256 607bed7de5cda31a443df4c8a78dbe5e8a9ad31afde2a4d28fe99ab4730e8de1 linux-4.19.325.tar.xz # Locally computed diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index 77f313a173..814df34ee4 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -404,11 +404,11 @@ endchoice config BR2_DEFAULT_KERNEL_HEADERS string default "4.19.325" if BR2_KERNEL_HEADERS_4_19 - default "5.4.289" if BR2_KERNEL_HEADERS_5_4 - default "5.10.233" if BR2_KERNEL_HEADERS_5_10 - default "5.15.177" if BR2_KERNEL_HEADERS_5_15 - default "6.1.127" if BR2_KERNEL_HEADERS_6_1 - default "6.6.74" if BR2_KERNEL_HEADERS_6_6 + default "5.4.290" if BR2_KERNEL_HEADERS_5_4 + default "5.10.234" if BR2_KERNEL_HEADERS_5_10 + default "5.15.178" if BR2_KERNEL_HEADERS_5_15 + default "6.1.128" if BR2_KERNEL_HEADERS_6_1 + default "6.6.75" 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 \