From patchwork Sat Jan 23 17:04:54 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1430772 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4DNMvT4qGGz9sB4 for ; Sun, 24 Jan 2021 04:05:25 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id D653C20345; Sat, 23 Jan 2021 17:05:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id X0blLil3Xumt; Sat, 23 Jan 2021 17:05:15 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 4103120488; Sat, 23 Jan 2021 17:05:15 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id B7FBF1BF5A0 for ; Sat, 23 Jan 2021 17:05:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id B4C4787366 for ; Sat, 23 Jan 2021 17:05:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eOKgtBDVNj90 for ; Sat, 23 Jan 2021 17:05:10 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout12.t-online.de (mailout12.t-online.de [194.25.134.22]) by hemlock.osuosl.org (Postfix) with ESMTPS id E5DFB87300 for ; Sat, 23 Jan 2021 17:05:09 +0000 (UTC) Received: from fwd16.aul.t-online.de (fwd16.aul.t-online.de [172.20.26.243]) by mailout12.t-online.de (Postfix) with SMTP id 52A37418B5AE for ; Sat, 23 Jan 2021 18:05:07 +0100 (CET) Received: from fli4l.lan.fli4l (JJSqliZJQhS9jlMe4v6ycNn0dg4UOsluf7iiOhsioas4iV2L-igfL9ixo9hK351Qh+@[79.214.207.56]) by fwd16.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1l3MLH-2CjQlU0; Sat, 23 Jan 2021 18:04:55 +0100 Received: from mahler.lan.fli4l ([192.168.1.1]:44118) by fli4l.lan.fli4l with esmtp (Exim 4.94) (envelope-from ) id 1l3MLG-00014Q-KH for buildroot@buildroot.org; Sat, 23 Jan 2021 18:04:55 +0100 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 23 Jan 2021 18:04:54 +0100 Message-Id: <20210123170454.1647832-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 X-ID: JJSqliZJQhS9jlMe4v6ycNn0dg4UOsluf7iiOhsioas4iV2L-igfL9ixo9hK351Qh+ X-TOI-EXPURGATEID: 150726::1611421495-00013EA2-AB0228DD/0/0 CLEAN NORMAL X-TOI-MSGID: fe6145c3-8d0e-4562-8e9a-d0ba5002e552 Subject: [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 5.{4, 10}.x 4.{4, 9, 14, 19} series X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bernd Kuhls --- v2: fix subject 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 4010a9def8..77254204ed 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -125,7 +125,7 @@ endif config BR2_LINUX_KERNEL_VERSION string - default "5.10.7" if BR2_LINUX_KERNEL_LATEST_VERSION + default "5.10.10" if BR2_LINUX_KERNEL_LATEST_VERSION default "4.19.152-cip37" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION default "4.19.152-cip37-rt16" 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 938c0eddf2..e9b6825c2b 100644 --- a/linux/linux.hash +++ b/linux/linux.hash @@ -1,11 +1,11 @@ # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc -sha256 4cbf6e09f90f2ae7160432c884d5a2aeb9d33a07ca7f50eb7d80f427706ffabe linux-5.10.7.tar.xz -sha256 268dd5177b6df1867d4ed2452ffb11a016d955c43aba5e07940886f347ab0aaf linux-5.4.89.tar.xz +sha256 60ed866fa951522a5255ea37ec3ac2006d3f3427d4783a13ef478464f37cdb19 linux-5.10.10.tar.xz +sha256 c0937ff98824c4b14cfea68a04340e0beb3c00f1cc02984daf2f3bdf542394fd linux-5.4.92.tar.xz # From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc -sha256 0679c8c31f40a35efd63d9c7a6a73dd2496c0cae5e3a4591c57e6dce38a7b68e linux-4.4.251.tar.xz -sha256 ef4dcbbeb118c02c704581314832dc2a6912622946766bcede7ca3edbf1f960d linux-4.9.251.tar.xz -sha256 9a844e290c61b39dd23df507ba1d9c2b2b4365e5993a978b19f1eb5610b926da linux-4.14.215.tar.xz -sha256 312c67677c75adc4324078c5afb11411df379d5573ad0a429b3f4919f26bed01 linux-4.19.167.tar.xz +sha256 661e98b9448cbac948c705fd44cd7d30200422ee1cb02950d142aa99a1b3985a linux-4.4.253.tar.xz +sha256 9a5b51a8350201bd38e3ff13909323a6571b4572a7b3caed76e462b07619bc18 linux-4.9.253.tar.xz +sha256 62a36a25431016d98d0f1cff98be432086c51f86fd79042bd10a867b3a924d11 linux-4.14.217.tar.xz +sha256 dd0d0264f8ef4363d0080054fd344470a73f07aca2cd673e91bf6e77fbe25b4a linux-4.19.170.tar.xz # Locally computed sha256 d2a06f52143deb929b8d513cf9afc9bd065951389a80fa70bc4d63025b5b3fb9 linux-cip-4.19.152-cip37.tar.gz sha256 bc1dacd3d0f526de3e8754a444e8e02a54521527af639ddb907cb35cda775a8c linux-cip-4.19.152-cip37-rt16.tar.gz diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index 0eefaeb777..311999e7fa 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -346,12 +346,12 @@ endchoice config BR2_DEFAULT_KERNEL_HEADERS string - default "4.4.251" if BR2_KERNEL_HEADERS_4_4 - default "4.9.251" if BR2_KERNEL_HEADERS_4_9 - default "4.14.215" if BR2_KERNEL_HEADERS_4_14 - default "4.19.167" if BR2_KERNEL_HEADERS_4_19 - default "5.4.89" if BR2_KERNEL_HEADERS_5_4 - default "5.10.7" if BR2_KERNEL_HEADERS_5_10 + default "4.4.253" if BR2_KERNEL_HEADERS_4_4 + default "4.9.253" if BR2_KERNEL_HEADERS_4_9 + default "4.14.217" if BR2_KERNEL_HEADERS_4_14 + default "4.19.170" if BR2_KERNEL_HEADERS_4_19 + default "5.4.92" if BR2_KERNEL_HEADERS_5_4 + default "5.10.10" if BR2_KERNEL_HEADERS_5_10 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 \