Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Bernd Kuhls <bernd@kuhls.net>
To: buildroot@buildroot.org
Subject: [Buildroot] [PATCH 1/2] {linux, linux-headers}: bump 6.{12, 18, 19}.x / 7.0.x series
Date: Thu, 23 Apr 2026 08:14:01 +0200	[thread overview]
Message-ID: <20260423061402.39498-1-bernd@kuhls.net> (raw)

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 linux/{7.0 => 7.0.1}                       | 0
 linux/Config.in                            | 2 +-
 linux/before-6.17/linux.hash               | 2 +-
 linux/from-6.17/linux.hash                 | 6 +++---
 package/linux-headers/{6.12.82 => 6.12.83} | 0
 package/linux-headers/{6.18.23 => 6.18.24} | 0
 package/linux-headers/{6.19.13 => 6.19.14} | 0
 package/linux-headers/{7.0 => 7.0.1}       | 0
 package/linux-headers/Config.in.host       | 8 ++++----
 9 files changed, 9 insertions(+), 9 deletions(-)
 rename linux/{7.0 => 7.0.1} (100%)
 rename package/linux-headers/{6.12.82 => 6.12.83} (100%)
 rename package/linux-headers/{6.18.23 => 6.18.24} (100%)
 rename package/linux-headers/{6.19.13 => 6.19.14} (100%)
 rename package/linux-headers/{7.0 => 7.0.1} (100%)

diff --git a/linux/7.0 b/linux/7.0.1
similarity index 100%
rename from linux/7.0
rename to linux/7.0.1
diff --git a/linux/Config.in b/linux/Config.in
index 0a63ed1728..4ac04ad9a7 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 "7.0" if BR2_LINUX_KERNEL_LATEST_VERSION
+	default "7.0.1" 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 cd69a9dd05..7e14032158 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  0e570b05cd73981bb4a5bcf0e03751d4f0e2ac776c6d4fdcc2366bed3e0f19a9  linux-6.12.82.tar.xz
+sha256  39e3172cd1dfa526d353b603e6388db2ab122bbf6a08e05930559a832adcdf31  linux-6.12.83.tar.xz
 sha256  d3d238ede7169dedb642898af0cb1777e9913171eb1c750eb4d9f82350a7132a  linux-6.6.135.tar.xz
 sha256  e0cbe674801749075b93008d8854dbf1c8d300805ada0b60f6f907bbb83aef2c  linux-6.1.169.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 66c28f474e..928ae172cd 100644
--- a/linux/from-6.17/linux.hash
+++ b/linux/from-6.17/linux.hash
@@ -1,9 +1,9 @@
 # From https://www.kernel.org/pub/linux/kernel/v7.x/sha256sums.asc
-sha256  bb7f6d80b387c757b7d14bb93028fcb90f793c5c0d367736ee815a100b3891f0  linux-7.0.tar.xz
+sha256  b2c935a36d24980e11e59bed3ca558ea6d67619ec0065faa335cdc0b64d887bf  linux-7.0.1.tar.xz
 
 # From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
-sha256  0559b1fea740e71714b4368023902b7d098c45ac1faa3176eab392c867645648  linux-6.19.13.tar.xz
-sha256  2a2d8e76bfcd135ab861bb9795211574eeff6d4ede9cc920f7c137587e835134  linux-6.18.23.tar.xz
+sha256  cde8bf6739be4a0777fedbbba5330b8188c55680c45a922a4dfa289cbec6f185  linux-6.19.14.tar.xz
+sha256  c207c557ce58103b4dda30e26da5203f3d8467c6dadc53d709f6d83ae1d1255f  linux-6.18.24.tar.xz
 
 # Licenses hashes
 sha256  fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0  COPYING
diff --git a/package/linux-headers/6.12.82 b/package/linux-headers/6.12.83
similarity index 100%
rename from package/linux-headers/6.12.82
rename to package/linux-headers/6.12.83
diff --git a/package/linux-headers/6.18.23 b/package/linux-headers/6.18.24
similarity index 100%
rename from package/linux-headers/6.18.23
rename to package/linux-headers/6.18.24
diff --git a/package/linux-headers/6.19.13 b/package/linux-headers/6.19.14
similarity index 100%
rename from package/linux-headers/6.19.13
rename to package/linux-headers/6.19.14
diff --git a/package/linux-headers/7.0 b/package/linux-headers/7.0.1
similarity index 100%
rename from package/linux-headers/7.0
rename to package/linux-headers/7.0.1
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index c774796377..7e38fc161e 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -476,10 +476,10 @@ config BR2_DEFAULT_KERNEL_HEADERS
 	default "5.15.203"	if BR2_KERNEL_HEADERS_5_15
 	default "6.1.169"	if BR2_KERNEL_HEADERS_6_1
 	default "6.6.135"	if BR2_KERNEL_HEADERS_6_6
-	default "6.12.82"	if BR2_KERNEL_HEADERS_6_12
-	default "6.18.23"	if BR2_KERNEL_HEADERS_6_18
-	default "6.19.13"	if BR2_KERNEL_HEADERS_6_19
-	default "7.0"		if BR2_KERNEL_HEADERS_7_0
+	default "6.12.83"	if BR2_KERNEL_HEADERS_6_12
+	default "6.18.24"	if BR2_KERNEL_HEADERS_6_18
+	default "6.19.14"	if BR2_KERNEL_HEADERS_6_19
+	default "7.0.1"		if BR2_KERNEL_HEADERS_7_0
 	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-04-23  6:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-23  6:14 Bernd Kuhls [this message]
2026-04-23  6:14 ` [Buildroot] [PATCH 2/2] package/linux-headers: drop 6.19.x option Bernd Kuhls
2026-04-23 19:33 ` [Buildroot] [PATCH 1/2] {linux, linux-headers}: bump 6.{12, 18, 19}.x / 7.0.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=20260423061402.39498-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