From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp3.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 smtp.lore.kernel.org (Postfix) with ESMTPS id E4C84C0032E for ; Sun, 22 Oct 2023 14:28:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 9647E60B43; Sun, 22 Oct 2023 14:28:02 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 9647E60B43 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5sHcpTgaY_i7; Sun, 22 Oct 2023 14:28:01 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id DCB0C60B25; Sun, 22 Oct 2023 14:28:00 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org DCB0C60B25 Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 3F6501BF298 for ; Sun, 22 Oct 2023 14:27:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 191CE70A85 for ; Sun, 22 Oct 2023 14:27:39 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 191CE70A85 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rxT2rDoQOVfh for ; Sun, 22 Oct 2023 14:27:38 +0000 (UTC) Received: from smtp5-g21.free.fr (smtp5-g21.free.fr [212.27.42.5]) by smtp3.osuosl.org (Postfix) with ESMTPS id 1BC0270A84 for ; Sun, 22 Oct 2023 14:27:38 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 1BC0270A84 Received: from ymorin.is-a-geek.org (unknown [IPv6:2a01:cb19:8290:3800:fb1e:781c:6f9a:fbfd]) (Authenticated sender: yann.morin.1998@free.fr) by smtp5-g21.free.fr (Postfix) with ESMTPSA id 69B4C5FF95; Sun, 22 Oct 2023 16:27:34 +0200 (CEST) Received: by ymorin.is-a-geek.org (sSMTP sendmail emulation); Sun, 22 Oct 2023 16:27:34 +0200 Date: Sun, 22 Oct 2023 16:27:34 +0200 From: "Yann E. MORIN" To: Bernd Kuhls Message-ID: <20231022142734.GN2607@scaer> References: <20231020174651.370111-1-bernd@kuhls.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231020174651.370111-1-bernd@kuhls.net> User-Agent: Mutt/1.5.22 (2013-10-16) X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1697984856; bh=ZCa5qcrgwmmwo6f5UHiXXtHFoNr4XYzGe16G5AIU5hY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hs9G7PWhfQ9FpaOxwAtO535eYnsYMKEt+lZ2BobjUZqb/SOM4IN9ozhGxeIeIpxk7 QebCc3A8FAOleSfhGV6d+9/9ksO42fBT6BITs3iXqALHnR0P9w5kVOLcXbDwxEuk+N S9SI9jbDEVgX++WAO8ey0wEmJfw0dlYQAlXjjXrfr/1xy29Llz32sIU/V/3lTMiVGn tG1Wnk0T/qnq0kiQb7amzfFVJ0NFQavYoiOCJDpisewrfo3OxI7IGHVFOzI1lY4KW6 Q2ziuW8oq6vzUTquxbd29dZeQbZOPK07Mm1atfFg/353mTALo3el7jlv8k/4bUqnqU +iE5uOQcYQcpA== X-Mailman-Original-Authentication-Results: smtp3.osuosl.org; dkim=pass (2048-bit key) header.d=free.fr header.i=@free.fr header.a=rsa-sha256 header.s=smtp-20201208 header.b=hs9G7PWh Subject: Re: [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 5.15.x / 6.{1, 5}.x series X-BeenThere: buildroot@buildroot.org 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: , Cc: buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" Bernd, All, On 2023-10-20 19:46 +0200, Bernd Kuhls spake thusly: > Signed-off-by: Bernd Kuhls Applied to master, thanks. Regards, Yann E. MORIN. > --- > linux/Config.in | 2 +- > linux/linux.hash | 6 +++--- > package/linux-headers/Config.in.host | 6 +++--- > 3 files changed, 7 insertions(+), 7 deletions(-) > > diff --git a/linux/Config.in b/linux/Config.in > index 3aef7142c2..21313ded51 100644 > --- a/linux/Config.in > +++ b/linux/Config.in > @@ -128,7 +128,7 @@ endif > > config BR2_LINUX_KERNEL_VERSION > string > - default "6.5.7" if BR2_LINUX_KERNEL_LATEST_VERSION > + default "6.5.8" 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 c6e7ce858c..720598252b 100644 > --- a/linux/linux.hash > +++ b/linux/linux.hash > @@ -1,8 +1,8 @@ > # From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc > -sha256 0d09ea448005c9cfe5383e4c72a872b39188b928f8c44e146b03b1b7851fbb8c linux-6.5.7.tar.xz > -sha256 ce987ed3d2f640b3a2a62a0a8573d538a36dfd3cc31e2d7a239ce5a16c1c21ad linux-6.1.58.tar.xz > +sha256 299cca897d90deaa176eebec42f0a80eeb7516afed330a45c14da9de086cf717 linux-6.5.8.tar.xz > +sha256 627f7724c675036639290fb5c39e3fdeb3d566b80b192c45f4a808ab54c8c0a0 linux-6.1.59.tar.xz > # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc > -sha256 14835e629e237f136cfed484fdb533c95242429809bdcdb2a2d66dfcb7447170 linux-5.15.135.tar.xz > +sha256 c624b9fe7ee4708d34cfd0b7ebc58037afac7463338cc498641ea31c55eeacb8 linux-5.15.136.tar.xz > sha256 2b141fce994364fbbf137b01e7910d3518b8cdbdf18f1811b48470ab4ce2fa05 linux-5.10.198.tar.xz > sha256 39701815a7a1b5ea4253db18e9327a45926a944499628d032da63c1bb6ea623e linux-5.4.258.tar.xz > # From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc > diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host > index c7d34d91cf..d48cfa3787 100644 > --- a/package/linux-headers/Config.in.host > +++ b/package/linux-headers/Config.in.host > @@ -408,9 +408,9 @@ config BR2_DEFAULT_KERNEL_HEADERS > default "4.19.296" if BR2_KERNEL_HEADERS_4_19 > default "5.4.258" if BR2_KERNEL_HEADERS_5_4 > default "5.10.198" if BR2_KERNEL_HEADERS_5_10 > - default "5.15.135" if BR2_KERNEL_HEADERS_5_15 > - default "6.1.58" if BR2_KERNEL_HEADERS_6_1 > - default "6.5.7" if BR2_KERNEL_HEADERS_6_5 > + default "5.15.136" if BR2_KERNEL_HEADERS_5_15 > + default "6.1.59" if BR2_KERNEL_HEADERS_6_1 > + default "6.5.8" if BR2_KERNEL_HEADERS_6_5 > 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 \ > -- > 2.39.2 > > _______________________________________________ > buildroot mailing list > buildroot@buildroot.org > https://lists.buildroot.org/mailman/listinfo/buildroot -- .-----------------.--------------------.------------------.--------------------. | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ | | +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no | | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. | '------------------------------^-------^------------------^--------------------' _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot