public inbox for buildroot@busybox.net
 help / color / mirror / Atom feed
From: Fiona Klute via buildroot <buildroot@buildroot.org>
To: Bernd Kuhls <bernd@kuhls.net>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.{6, 12, 18, 19}.x series
Date: Tue, 17 Feb 2026 11:23:25 +0100	[thread overview]
Message-ID: <32fc646f-87e4-4cda-931a-2c5fb5fbab58@gmx.de> (raw)
In-Reply-To: <20260217075026.395724-1-bernd@kuhls.net>

Hi Bernd!

Am 17.02.26 um 08:50 schrieb Bernd Kuhls:
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
>   linux/Config.in                            | 2 +-
>   linux/before-6.17/linux.hash               | 4 ++--
>   linux/from-6.17/linux.hash                 | 4 ++--
>   package/linux-headers/{6.12.71 => 6.12.73} | 0
>   package/linux-headers/{6.18.10 => 6.18.12} | 0
>   package/linux-headers/{6.19 => 6.19.2}     | 0
>   package/linux-headers/{6.6.124 => 6.6.126} | 0
>   package/linux-headers/Config.in.host       | 8 ++++----
>   8 files changed, 9 insertions(+), 9 deletions(-)
>   rename package/linux-headers/{6.12.71 => 6.12.73} (100%)
>   rename package/linux-headers/{6.18.10 => 6.18.12} (100%)
>   rename package/linux-headers/{6.19 => 6.19.2} (100%)
>   rename package/linux-headers/{6.6.124 => 6.6.126} (100%)

Renaming linux/6.19 => linux/6.19.2 seems to be missing here.

Best regards,
Fiona

> diff --git a/linux/Config.in b/linux/Config.in
> index a0814b2787..e32f252440 100644
> --- a/linux/Config.in
> +++ b/linux/Config.in
> @@ -141,7 +141,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES
>   
>   config BR2_LINUX_KERNEL_VERSION
>   	string
> -	default "6.19" if BR2_LINUX_KERNEL_LATEST_VERSION
> +	default "6.19.2" if BR2_LINUX_KERNEL_LATEST_VERSION
>   	default "5.10.246-cip66" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
>   	default "5.10.246-cip66-rt29" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
>   	default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
> diff --git a/linux/before-6.17/linux.hash b/linux/before-6.17/linux.hash
> index 4352943b52..d523173bb0 100644
> --- a/linux/before-6.17/linux.hash
> +++ b/linux/before-6.17/linux.hash
> @@ -1,6 +1,6 @@
>   # From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
> -sha256  143e8bc76cc41f831b51aa5e75819bed55bed41f299d35922820f1d2d2b02600  linux-6.12.71.tar.xz
> -sha256  a7aefb9f8e9be2314a66ccda708257d1c2dc04e68235cda987879597fc89794e  linux-6.6.124.tar.xz
> +sha256  4059d394cbf8e9548df36d37e0b8a80c4409ac4e14ecc5019a72a770ef7b41ba  linux-6.12.73.tar.xz
> +sha256  16742f4e78abfec8cc9205fb3cf79d63c7e819c33bfc691402683402c350ee2f  linux-6.6.126.tar.xz
>   sha256  fd2d033321bd15e0ad5669208b6e43f3f93ccecb059a512ca6b913ca940c38ea  linux-6.1.163.tar.xz
>   # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
>   sha256  fce4b1c86688880932ba8f755880cbf390a89453464bfd90b9a1b01a121c2998  linux-5.15.200.tar.xz
> diff --git a/linux/from-6.17/linux.hash b/linux/from-6.17/linux.hash
> index f7effa8edb..6edbdd7471 100644
> --- a/linux/from-6.17/linux.hash
> +++ b/linux/from-6.17/linux.hash
> @@ -1,6 +1,6 @@
>   # From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
> -sha256  303079a8250b8f381f82b03f90463d12ac98d4f6b149b761ea75af1323521357  linux-6.19.tar.xz
> -sha256  d6d377161741ada2fab28eed69143277634a2aeb5e3883e50c031588ede48ede  linux-6.18.10.tar.xz
> +sha256  88611981582cceb7cdd4d688d9d881073cf4977176252193a23ca6d4b982ee5a  linux-6.19.2.tar.xz
> +sha256  e003294ad4c2c2ac5bb77fbb8259511134f51d987b3212516832dc4b0c83f1ea  linux-6.18.12.tar.xz
>   
>   # Licenses hashes
>   sha256  fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0  COPYING
> diff --git a/package/linux-headers/6.12.71 b/package/linux-headers/6.12.73
> similarity index 100%
> rename from package/linux-headers/6.12.71
> rename to package/linux-headers/6.12.73
> diff --git a/package/linux-headers/6.18.10 b/package/linux-headers/6.18.12
> similarity index 100%
> rename from package/linux-headers/6.18.10
> rename to package/linux-headers/6.18.12
> diff --git a/package/linux-headers/6.19 b/package/linux-headers/6.19.2
> similarity index 100%
> rename from package/linux-headers/6.19
> rename to package/linux-headers/6.19.2
> diff --git a/package/linux-headers/6.6.124 b/package/linux-headers/6.6.126
> similarity index 100%
> rename from package/linux-headers/6.6.124
> rename to package/linux-headers/6.6.126
> diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
> index 09c6cb724b..d53460d07d 100644
> --- a/package/linux-headers/Config.in.host
> +++ b/package/linux-headers/Config.in.host
> @@ -467,10 +467,10 @@ config BR2_DEFAULT_KERNEL_HEADERS
>   	default "5.10.250"	if BR2_KERNEL_HEADERS_5_10
>   	default "5.15.200"	if BR2_KERNEL_HEADERS_5_15
>   	default "6.1.163"	if BR2_KERNEL_HEADERS_6_1
> -	default "6.6.124"	if BR2_KERNEL_HEADERS_6_6
> -	default "6.12.71"	if BR2_KERNEL_HEADERS_6_12
> -	default "6.18.10"	if BR2_KERNEL_HEADERS_6_18
> -	default "6.19"		if BR2_KERNEL_HEADERS_6_19
> +	default "6.6.126"	if BR2_KERNEL_HEADERS_6_6
> +	default "6.12.73"	if BR2_KERNEL_HEADERS_6_12
> +	default "6.18.12"	if BR2_KERNEL_HEADERS_6_18
> +	default "6.19.2"	if BR2_KERNEL_HEADERS_6_19
>   	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 \

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2026-02-17 10:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-17  7:50 [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.{6, 12, 18, 19}.x series Bernd Kuhls
2026-02-17 10:23 ` Fiona Klute via buildroot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-04-02 17:59 Bernd Kuhls
2026-04-02 20:21 ` Julien Olivain via buildroot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=32fc646f-87e4-4cda-931a-2c5fb5fbab58@gmx.de \
    --to=buildroot@buildroot.org \
    --cc=bernd@kuhls.net \
    --cc=fiona.klute@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox