From 44292dabc09bc14df033e7be9d12429353ceaac7 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sat, 27 Jan 2024 19:12:37 +0100 Subject: [PATCH] {linux, linux-headers}: bump 4.19.x / 5.{4, 10, 15}.x / 6.{1, 6}.x series Signed-off-by: Bernd Kuhls Signed-off-by: Peter Korsgaard --- linux/Config.in | 2 +- linux/linux.hash | 12 ++++++------ package/linux-headers/Config.in.host | 12 ++++++------ 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/linux/Config.in b/linux/Config.in index ed865c6f5b..662bd09162 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -128,7 +128,7 @@ endif config BR2_LINUX_KERNEL_VERSION string - default "6.6.13" if BR2_LINUX_KERNEL_LATEST_VERSION + default "6.6.14" 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 6067b595ac..d7082aa629 100644 --- a/linux/linux.hash +++ b/linux/linux.hash @@ -1,12 +1,12 @@ # From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc -sha256 88b89e7dd41ead4e3ab1e411c8bb8d592575acf815cf1df3c0dc57e2e882c0bc linux-6.6.13.tar.xz -sha256 b7fbd1d79faed2ce3570ef79dc1223e4e19c868b86326b14a435db56ebbb2022 linux-6.1.74.tar.xz +sha256 fbe96b2db3f962cd2a96a849d554300e7a4555995160082d4f323c2a1dfa1584 linux-6.6.14.tar.xz +sha256 6cd19410330c13ec4c18fd28a83d3e40fc12a152815fb7c3e1b0764329093a56 linux-6.1.75.tar.xz # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc -sha256 56c1e65625d201db431efda7a3816e7b424071e7cb0245b2ba594d15b1fdfcd4 linux-5.15.147.tar.xz -sha256 9025147a09547f28ec8f496c12efc30bd2fc03b2824a668e8636b2ca0ef1fb6e linux-5.10.208.tar.xz -sha256 42d28def2cc1502251edbfeaca3b25ee764ad1e471b6c703ccb2267f38471c43 linux-5.4.267.tar.xz +sha256 c48575c97fd9f4767cbe50a13b1b2b40ee42830aba3182fabd35a03259a6e5d8 linux-5.15.148.tar.xz +sha256 44e22fad647c638726a8eae23703c4263bead612d17c89ca7ad7ab32b5ce88d5 linux-5.10.209.tar.xz +sha256 afc8aca6cb56fea489f6508bc24357df1cf8a8f3d7dcfbcccd94b7f968492620 linux-5.4.268.tar.xz # From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc -sha256 da82425c7410623dfb2405915347ee9617fc0e33a63ca821c33aeed160cddae8 linux-4.19.305.tar.xz +sha256 b91be40fa61ff7d42958e2154a4b7602dc071982128b9b58b6d911dec111be19 linux-4.19.306.tar.xz # Locally computed sha256 fb0edc3c18e47d2b6974cb0880a0afb5c3fa08f50ee87dfdf24349405ea5f8ae linux-cip-5.10.162-cip24.tar.gz sha256 b5539243f187e3d478d76d44ae13aab83952c94b885ad889df6fa9997e16a441 linux-cip-5.10.162-cip24-rt10.tar.gz diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index 9845ef7c2b..bf55c8714a 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -403,12 +403,12 @@ endchoice config BR2_DEFAULT_KERNEL_HEADERS string - default "4.19.305" if BR2_KERNEL_HEADERS_4_19 - default "5.4.267" if BR2_KERNEL_HEADERS_5_4 - default "5.10.208" if BR2_KERNEL_HEADERS_5_10 - default "5.15.147" if BR2_KERNEL_HEADERS_5_15 - default "6.1.74" if BR2_KERNEL_HEADERS_6_1 - default "6.6.13" if BR2_KERNEL_HEADERS_6_6 + default "4.19.306" if BR2_KERNEL_HEADERS_4_19 + 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.75" if BR2_KERNEL_HEADERS_6_1 + default "6.6.14" 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 \