public inbox for buildroot@busybox.net
 help / color / mirror / Atom feed
From: Bernd Kuhls <bernd@kuhls.net>
To: buildroot@buildroot.org
Subject: [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.{1, 6, 12}.x series
Date: Thu,  5 Mar 2026 20:47:58 +0100	[thread overview]
Message-ID: <20260305194759.89133-1-bernd@kuhls.net> (raw)

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 linux/before-6.17/linux.hash               | 6 +++---
 package/linux-headers/{6.1.165 => 6.1.166} | 0
 package/linux-headers/{6.12.75 => 6.12.76} | 0
 package/linux-headers/{6.6.128 => 6.6.129} | 0
 package/linux-headers/Config.in.host       | 6 +++---
 5 files changed, 6 insertions(+), 6 deletions(-)
 rename package/linux-headers/{6.1.165 => 6.1.166} (100%)
 rename package/linux-headers/{6.12.75 => 6.12.76} (100%)
 rename package/linux-headers/{6.6.128 => 6.6.129} (100%)

diff --git a/linux/before-6.17/linux.hash b/linux/before-6.17/linux.hash
index 233dacaff8..90e67be8bd 100644
--- a/linux/before-6.17/linux.hash
+++ b/linux/before-6.17/linux.hash
@@ -1,7 +1,7 @@
 # From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
-sha256  06ee7927556ff1aa8810c4826501b0fdb169ebdc180644b882cf7c143ac1c177  linux-6.12.75.tar.xz
-sha256  669633bb8480021f15c38883fb2f6fe2087cc8b69a582f26f6b7d4ae6b348e48  linux-6.6.128.tar.xz
-sha256  5a817184f1be901b75c7e0afc02376bc3ac51624e03ec6f7b8a5f9d395d22ef4  linux-6.1.165.tar.xz
+sha256  bbb43e834c46e6bd49a5c28f22e679a937443404e1f653204d4b24929f3ad896  linux-6.12.76.tar.xz
+sha256  caa08f0122224fbbfab177e2a37cc2a94a0046bd2e7e87f03f8913f2b812448a  linux-6.6.129.tar.xz
+sha256  818dfc742158d18f70a6abccd77b7e4366cb7f26a88687f94dae392a9f089449  linux-6.1.166.tar.xz
 # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
 sha256  0bc1bdf74957e276793691865ffb71505809706d9243a42e9704aad0f128cdd4  linux-5.15.202.tar.xz
 sha256  34b3fbe2c9eeb767fc7eea4b9516e0dd44b79401ceb13e41713096b8eb270afb  linux-5.10.252.tar.xz
diff --git a/package/linux-headers/6.1.165 b/package/linux-headers/6.1.166
similarity index 100%
rename from package/linux-headers/6.1.165
rename to package/linux-headers/6.1.166
diff --git a/package/linux-headers/6.12.75 b/package/linux-headers/6.12.76
similarity index 100%
rename from package/linux-headers/6.12.75
rename to package/linux-headers/6.12.76
diff --git a/package/linux-headers/6.6.128 b/package/linux-headers/6.6.129
similarity index 100%
rename from package/linux-headers/6.6.128
rename to package/linux-headers/6.6.129
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 4ef19c2e9c..7c2f9a7aa2 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -466,9 +466,9 @@ config BR2_DEFAULT_KERNEL_HEADERS
 	string
 	default "5.10.252"	if BR2_KERNEL_HEADERS_5_10
 	default "5.15.202"	if BR2_KERNEL_HEADERS_5_15
-	default "6.1.165"	if BR2_KERNEL_HEADERS_6_1
-	default "6.6.128"	if BR2_KERNEL_HEADERS_6_6
-	default "6.12.75"	if BR2_KERNEL_HEADERS_6_12
+	default "6.1.166"	if BR2_KERNEL_HEADERS_6_1
+	default "6.6.129"	if BR2_KERNEL_HEADERS_6_6
+	default "6.12.76"	if BR2_KERNEL_HEADERS_6_12
 	default "6.18.16"	if BR2_KERNEL_HEADERS_6_18
 	default "6.19.6"	if BR2_KERNEL_HEADERS_6_19
 	default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
-- 
2.47.3

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

             reply	other threads:[~2026-03-05 19:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-05 19:47 Bernd Kuhls [this message]
2026-03-06 18:00 ` [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.{1, 6, 12}.x series Julien Olivain via buildroot
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08 10:03 Bernd Kuhls
2025-03-12 17:58 ` Peter Korsgaard
2025-02-22 11:58 Bernd Kuhls
2025-02-22 13:19 ` Julien Olivain
2025-02-25 19:52 ` Peter Korsgaard

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=20260305194759.89133-1-bernd@kuhls.net \
    --to=bernd@kuhls.net \
    --cc=buildroot@buildroot.org \
    /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