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.{12, 18, 19}.x series
Date: Sun, 15 Mar 2026 10:03:50 +0100	[thread overview]
Message-ID: <20260315090350.748082-1-bernd@kuhls.net> (raw)

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 linux/{6.19.6 => 6.19.8}                   | 0
 linux/Config.in                            | 2 +-
 linux/before-6.17/linux.hash               | 2 +-
 linux/from-6.17/linux.hash                 | 4 ++--
 package/linux-headers/{6.12.76 => 6.12.77} | 0
 package/linux-headers/{6.18.16 => 6.18.18} | 0
 package/linux-headers/{6.19.6 => 6.19.8}   | 0
 package/linux-headers/Config.in.host       | 6 +++---
 8 files changed, 7 insertions(+), 7 deletions(-)
 rename linux/{6.19.6 => 6.19.8} (100%)
 rename package/linux-headers/{6.12.76 => 6.12.77} (100%)
 rename package/linux-headers/{6.18.16 => 6.18.18} (100%)
 rename package/linux-headers/{6.19.6 => 6.19.8} (100%)

diff --git a/linux/6.19.6 b/linux/6.19.8
similarity index 100%
rename from linux/6.19.6
rename to linux/6.19.8
diff --git a/linux/Config.in b/linux/Config.in
index 7114aabc4b..28772ca646 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.6" if BR2_LINUX_KERNEL_LATEST_VERSION
+	default "6.19.8" 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 90e67be8bd..1c6a6ab553 100644
--- a/linux/before-6.17/linux.hash
+++ b/linux/before-6.17/linux.hash
@@ -1,5 +1,5 @@
 # From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
-sha256  bbb43e834c46e6bd49a5c28f22e679a937443404e1f653204d4b24929f3ad896  linux-6.12.76.tar.xz
+sha256  358836ebe5caef41e7ae9492e7fbcdf5be6e53ee43c99752aebda81e1b2cff67  linux-6.12.77.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
diff --git a/linux/from-6.17/linux.hash b/linux/from-6.17/linux.hash
index 93ba293fa3..5e4f727a84 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  4d9f3ff73214f68c0194ef02db9ca4b7ba713253ac1045441d4e9f352bc22e14  linux-6.19.6.tar.xz
-sha256  4f21c01f4d04c1d1b3ed794153f8900802c92497be620b07c4869530f2d28ee3  linux-6.18.16.tar.xz
+sha256  aada4722db8bcfa0b9732851856d405082b6a4fa2e3ab067be8db17cdd115b38  linux-6.19.8.tar.xz
+sha256  f4855f382c1b735c84072bdef36db5bcd5dc7b0c37e42f5104317149a0a486ef  linux-6.18.18.tar.xz
 
 # Licenses hashes
 sha256  fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0  COPYING
diff --git a/package/linux-headers/6.12.76 b/package/linux-headers/6.12.77
similarity index 100%
rename from package/linux-headers/6.12.76
rename to package/linux-headers/6.12.77
diff --git a/package/linux-headers/6.18.16 b/package/linux-headers/6.18.18
similarity index 100%
rename from package/linux-headers/6.18.16
rename to package/linux-headers/6.18.18
diff --git a/package/linux-headers/6.19.6 b/package/linux-headers/6.19.8
similarity index 100%
rename from package/linux-headers/6.19.6
rename to package/linux-headers/6.19.8
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 7c2f9a7aa2..5b1f090a2a 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -468,9 +468,9 @@ config BR2_DEFAULT_KERNEL_HEADERS
 	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.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 "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 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-15  9:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-15  9:03 Bernd Kuhls [this message]
2026-03-15 10:42 ` [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.{12, 18, 19}.x series 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=20260315090350.748082-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