From 3176d9febb1b0b47c7f7b8be0c9a4e6f8d88dbc9 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 6 Jun 2022 11:14:13 +0200 Subject: [PATCH] {linux, linux-headers}: bump 4.{9, 14, 19}.x / 5.{4, 10, 15, 17}.x series Signed-off-by: Peter Korsgaard --- linux/Config.in | 2 +- linux/linux.hash | 14 +++++++------- package/linux-headers/Config.in.host | 14 +++++++------- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/linux/Config.in b/linux/Config.in index fd3605a559..b2da6dffd9 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -128,7 +128,7 @@ endif config BR2_LINUX_KERNEL_VERSION string - default "5.17.7" if BR2_LINUX_KERNEL_LATEST_VERSION + default "5.17.13" if BR2_LINUX_KERNEL_LATEST_VERSION default "5.10.104-cip3" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION default "5.10.104-cip3-rt3" 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 3190813a0c..ab7bc0ebae 100644 --- a/linux/linux.hash +++ b/linux/linux.hash @@ -1,12 +1,12 @@ # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc -sha256 22f67ef6b12ef6c0c0353be4b90b4bf4b9b18b858c16c346fa495b67ec718c99 linux-5.17.7.tar.xz -sha256 888641634f9e0e38cd0efcfec92ea3c126d381b24a514740d3fe3dc9988fd7ad linux-5.15.39.tar.xz -sha256 f5e417b32f89318b6d0a230109a592ffd68997817463dc4692fa49ec7fe42f71 linux-5.10.115.tar.xz -sha256 0d16d343956d311e3f4ab3f032fd626d8e6b67c0db94edd32f561407d374f2a0 linux-5.4.193.tar.xz +sha256 ea47fd08a16bd9001aacc8b88abd24af489bd87a364dd0545e0b6823a68bef53 linux-5.17.13.tar.xz +sha256 b2390d7d977c66036ef0ceb294e408f2bdaab6dfeeb8ff4f4e0a84b71f8d8754 linux-5.15.45.tar.xz +sha256 5b7a756004158ece2f5e41795ba523ec201743a736e34ce41cbe09177f7d0e8b linux-5.10.120.tar.xz +sha256 c2ad17b3fc70cd05d9e0766abe9b5aa9409fc2cc86a200eaa57c8f837afe36a8 linux-5.4.197.tar.xz # From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc -sha256 e03b777861fae559cb7ed635500cde305bc2ca34dee4dc2fe806de0060c87bdc linux-4.9.313.tar.xz -sha256 3cd6d4eeb3a5d1c906b35c08f0d602f329410c291233bee1a7a2b168c7378bbe linux-4.14.278.tar.xz -sha256 59bcfd094ec26b03ca506199224cff53c13325e62d22bd4e31ef4ccafe7265a2 linux-4.19.242.tar.xz +sha256 7ea3369b915c99b38528dbf68c491f3f9324b2f4e56eac980dd7524d2fc30d1b linux-4.9.317.tar.xz +sha256 6637c8470c3093a477d2de6fa9e0f63c55810438a411c73bcd723634371657a3 linux-4.14.282.tar.xz +sha256 00ad2f5a36c91221a2ade0078b93bf84b60d494bd1ef51eaccb5bdb6277dba3a linux-4.19.246.tar.xz # Locally computed sha256 63e6df81c4a747c60eed535ffc2f6f1ddb0c17ec349e860316d9a700c69ab38e linux-cip-5.10.104-cip3.tar.gz sha256 9a45929d91ebaddbf6a0ef29750775e33d3c3f56f42f0a9e95e77e5b4eba3c6e linux-cip-5.10.104-cip3-rt3.tar.gz diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index 859f772624..d17686be4c 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -379,13 +379,13 @@ endchoice config BR2_DEFAULT_KERNEL_HEADERS string - default "4.9.313" if BR2_KERNEL_HEADERS_4_9 - default "4.14.278" if BR2_KERNEL_HEADERS_4_14 - default "4.19.242" if BR2_KERNEL_HEADERS_4_19 - default "5.4.193" if BR2_KERNEL_HEADERS_5_4 - default "5.10.115" if BR2_KERNEL_HEADERS_5_10 - default "5.15.39" if BR2_KERNEL_HEADERS_5_15 - default "5.17.7" if BR2_KERNEL_HEADERS_5_17 + default "4.9.317" if BR2_KERNEL_HEADERS_4_9 + default "4.14.282" if BR2_KERNEL_HEADERS_4_14 + default "4.19.246" if BR2_KERNEL_HEADERS_4_19 + default "5.4.197" if BR2_KERNEL_HEADERS_5_4 + default "5.10.120" if BR2_KERNEL_HEADERS_5_10 + default "5.15.45" if BR2_KERNEL_HEADERS_5_15 + default "5.17.13" if BR2_KERNEL_HEADERS_5_17 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 \