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 7479FC4707B for ; Sun, 14 Jan 2024 16:37:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id F368460BBF; Sun, 14 Jan 2024 16:37:05 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org F368460BBF 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 2Ee36iXfzdjn; Sun, 14 Jan 2024 16:37:05 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id 7020860ADA; Sun, 14 Jan 2024 16:37:04 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 7020860ADA Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 8B3EB1BF232 for ; Sun, 14 Jan 2024 16:37:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 62396409DB for ; Sun, 14 Jan 2024 16:37:02 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 62396409DB X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id scsuefBiKko5 for ; Sun, 14 Jan 2024 16:37:01 +0000 (UTC) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by smtp2.osuosl.org (Postfix) with ESMTPS id B1F90409B5 for ; Sun, 14 Jan 2024 16:37:00 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org B1F90409B5 Received: by mail.gandi.net (Postfix) with ESMTPSA id 2B89120003; Sun, 14 Jan 2024 16:36:56 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.96) (envelope-from ) id 1rP3Tk-00Dyct-0P; Sun, 14 Jan 2024 17:36:56 +0100 From: Peter Korsgaard To: Bernd Kuhls References: <20240113162647.3316051-1-bernd@kuhls.net> Date: Sun, 14 Jan 2024 17:36:56 +0100 In-Reply-To: <20240113162647.3316051-1-bernd@kuhls.net> (Bernd Kuhls's message of "Sat, 13 Jan 2024 17:26:44 +0100") Message-ID: <875xzvna6v.fsf@48ers.dk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 X-GND-Sasl: peter@korsgaard.com Subject: Re: [Buildroot] [PATCH 1/4] {linux, linux-headers}: bump 4.{14, 19}.x / 5.{4, 10, 15}.x / 6.{1, 6}.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: Thomas Petazzoni , Romain Naour , Giulio Benetti , Thomas De Schampheleire , buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" >>>>> "Bernd" == Bernd Kuhls writes: > Signed-off-by: Bernd Kuhls > --- > linux/Config.in | 2 +- > linux/linux.hash | 12 ++++++------ > package/linux-headers/Config.in.host | 12 ++++++------ > 3 files changed, 13 insertions(+), 13 deletions(-) > config BR2_DEFAULT_KERNEL_HEADERS > string > - default "4.14.334" if BR2_KERNEL_HEADERS_4_14 > - default "4.19.303" if BR2_KERNEL_HEADERS_4_19 > - default "5.4.265" if BR2_KERNEL_HEADERS_5_4 > - default "5.10.206" if BR2_KERNEL_HEADERS_5_10 > + default "4.14.336" if BR2_KERNEL_HEADERS_4_14 > + default "4.19.304" if BR2_KERNEL_HEADERS_4_19 > + default "5.4.266" if BR2_KERNEL_HEADERS_5_4 > + default "5.10.207" if BR2_KERNEL_HEADERS_5_10 > default "5.15.146" if BR2_KERNEL_HEADERS_5_15 FYI, your commit message mentions that you were updating 5.15.x as well, but you didn't? Was that on purpose? -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot