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, 18, 19}.x series
Date: Thu, 26 Mar 2026 22:14:31 +0100	[thread overview]
Message-ID: <20260326211431.3598591-1-bernd@kuhls.net> (raw)

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 linux/{6.19.8 => 6.19.10}                  |  0
 linux/Config.in                            |  2 +-
 linux/before-6.17/linux.hash               |  6 +++---
 linux/from-6.17/linux.hash                 |  4 ++--
 package/linux-headers/{6.1.166 => 6.1.167} |  0
 package/linux-headers/{6.12.77 => 6.12.78} |  0
 package/linux-headers/{6.18.18 => 6.18.20} |  0
 package/linux-headers/{6.19.8 => 6.19.10}  |  0
 package/linux-headers/{6.6.129 => 6.6.130} |  0
 package/linux-headers/Config.in.host       | 10 +++++-----
 10 files changed, 11 insertions(+), 11 deletions(-)
 rename linux/{6.19.8 => 6.19.10} (100%)
 rename package/linux-headers/{6.1.166 => 6.1.167} (100%)
 rename package/linux-headers/{6.12.77 => 6.12.78} (100%)
 rename package/linux-headers/{6.18.18 => 6.18.20} (100%)
 rename package/linux-headers/{6.19.8 => 6.19.10} (100%)
 rename package/linux-headers/{6.6.129 => 6.6.130} (100%)

diff --git a/linux/6.19.8 b/linux/6.19.10
similarity index 100%
rename from linux/6.19.8
rename to linux/6.19.10
diff --git a/linux/Config.in b/linux/Config.in
index 28772ca646..f41b03c795 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.8" if BR2_LINUX_KERNEL_LATEST_VERSION
+	default "6.19.10" 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 1c6a6ab553..e81e4254e8 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  358836ebe5caef41e7ae9492e7fbcdf5be6e53ee43c99752aebda81e1b2cff67  linux-6.12.77.tar.xz
-sha256  caa08f0122224fbbfab177e2a37cc2a94a0046bd2e7e87f03f8913f2b812448a  linux-6.6.129.tar.xz
-sha256  818dfc742158d18f70a6abccd77b7e4366cb7f26a88687f94dae392a9f089449  linux-6.1.166.tar.xz
+sha256  719781b4b4faececa0f568bbcbd4fea8f4aef40155e85ad66f61624bf2f4af3d  linux-6.12.78.tar.xz
+sha256  2460aa67b9494cff6f9fc2b235470867d2005469d40f29da452e8ee82940248d  linux-6.6.130.tar.xz
+sha256  2818053c07976ba4ed5f44deb0f5dc7ae7b0975d7918c313d48d8fe7c4e598cb  linux-6.1.167.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/linux/from-6.17/linux.hash b/linux/from-6.17/linux.hash
index 5e4f727a84..03202b91d6 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  aada4722db8bcfa0b9732851856d405082b6a4fa2e3ab067be8db17cdd115b38  linux-6.19.8.tar.xz
-sha256  f4855f382c1b735c84072bdef36db5bcd5dc7b0c37e42f5104317149a0a486ef  linux-6.18.18.tar.xz
+sha256  466d441a0ea5e04b7023618b7b201bfd60effab225f806fd41ce663484395a1c  linux-6.19.10.tar.xz
+sha256  837a5abd98e46078a0ae1400e2daad89ece45cc3209037b09c2265dab2393553  linux-6.18.20.tar.xz
 
 # Licenses hashes
 sha256  fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0  COPYING
diff --git a/package/linux-headers/6.1.166 b/package/linux-headers/6.1.167
similarity index 100%
rename from package/linux-headers/6.1.166
rename to package/linux-headers/6.1.167
diff --git a/package/linux-headers/6.12.77 b/package/linux-headers/6.12.78
similarity index 100%
rename from package/linux-headers/6.12.77
rename to package/linux-headers/6.12.78
diff --git a/package/linux-headers/6.18.18 b/package/linux-headers/6.18.20
similarity index 100%
rename from package/linux-headers/6.18.18
rename to package/linux-headers/6.18.20
diff --git a/package/linux-headers/6.19.8 b/package/linux-headers/6.19.10
similarity index 100%
rename from package/linux-headers/6.19.8
rename to package/linux-headers/6.19.10
diff --git a/package/linux-headers/6.6.129 b/package/linux-headers/6.6.130
similarity index 100%
rename from package/linux-headers/6.6.129
rename to package/linux-headers/6.6.130
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 5b1f090a2a..01331e9d98 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -466,11 +466,11 @@ 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.166"	if BR2_KERNEL_HEADERS_6_1
-	default "6.6.129"	if BR2_KERNEL_HEADERS_6_6
-	default "6.12.77"	if BR2_KERNEL_HEADERS_6_12
-	default "6.18.18"	if BR2_KERNEL_HEADERS_6_18
-	default "6.19.8"	if BR2_KERNEL_HEADERS_6_19
+	default "6.1.167"	if BR2_KERNEL_HEADERS_6_1
+	default "6.6.130"	if BR2_KERNEL_HEADERS_6_6
+	default "6.12.78"	if BR2_KERNEL_HEADERS_6_12
+	default "6.18.20"	if BR2_KERNEL_HEADERS_6_18
+	default "6.19.10"	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 \
-- 
2.47.3

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

             reply	other threads:[~2026-03-26 21:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-26 21:14 Bernd Kuhls [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-03-27 17:51 [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.{1, 6, 12, 18, 19}.x series Bernd Kuhls
2026-03-27 20:50 ` 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=20260326211431.3598591-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