Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] {linux, linux-headers}: bump 6.{12, 18, 19}.x / 7.0.x series
@ 2026-04-23  6:14 Bernd Kuhls
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2026-04-23  6:14 UTC (permalink / raw)
  To: buildroot

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 2/2] package/linux-headers: drop 6.19.x option
  2026-04-23  6:14 [Buildroot] [PATCH 1/2] {linux, linux-headers}: bump 6.{12, 18, 19}.x / 7.0.x series Bernd Kuhls
@ 2026-04-23  6:14 ` 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
  1 sibling, 0 replies; 3+ messages in thread
From: Bernd Kuhls @ 2026-04-23  6:14 UTC (permalink / raw)
  To: buildroot

The 6.19.x series is now EOL upstream, so drop the linux-headers
option and add legacy handling for it.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 Config.in.legacy                     | 7 +++++++
 linux/from-6.17/linux.hash           | 1 -
 package/linux-headers/6.19.14        | 1 -
 package/linux-headers/Config.in.host | 5 -----
 4 files changed, 7 insertions(+), 7 deletions(-)
 delete mode 120000 package/linux-headers/6.19.14

diff --git a/Config.in.legacy b/Config.in.legacy
index af093ff3e1..ead9ceaa08 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -146,6 +146,13 @@ endif
 
 comment "Legacy options removed in 2026.05"
 
+config BR2_KERNEL_HEADERS_6_19
+	bool "kernel headers version 6.19.x are no longer supported"
+	select BR2_LEGACY
+	help
+	  Version 6.19.x of the Linux kernel headers are no longer
+	  maintained upstream and are now removed.
+
 config BR2_PACKAGE_PCRE
 	bool "pcre removed"
 	select BR2_LEGACY
diff --git a/linux/from-6.17/linux.hash b/linux/from-6.17/linux.hash
index 928ae172cd..a2e1be9d31 100644
--- a/linux/from-6.17/linux.hash
+++ b/linux/from-6.17/linux.hash
@@ -2,7 +2,6 @@
 sha256  b2c935a36d24980e11e59bed3ca558ea6d67619ec0065faa335cdc0b64d887bf  linux-7.0.1.tar.xz
 
 # From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
-sha256  cde8bf6739be4a0777fedbbba5330b8188c55680c45a922a4dfa289cbec6f185  linux-6.19.14.tar.xz
 sha256  c207c557ce58103b4dda30e26da5203f3d8467c6dadc53d709f6d83ae1d1255f  linux-6.18.24.tar.xz
 
 # Licenses hashes
diff --git a/package/linux-headers/6.19.14 b/package/linux-headers/6.19.14
deleted file mode 120000
index a4e1d3ec9c..0000000000
--- a/package/linux-headers/6.19.14
+++ /dev/null
@@ -1 +0,0 @@
-../../linux/from-6.17
\ No newline at end of file
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 7e38fc161e..0c1a90f920 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -52,10 +52,6 @@ config BR2_KERNEL_HEADERS_6_18
 	bool "Linux 6.18.x kernel headers"
 	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_18
 
-config BR2_KERNEL_HEADERS_6_19
-	bool "Linux 6.19.x kernel headers"
-	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_19
-
 config BR2_KERNEL_HEADERS_7_0
 	bool "Linux 7.0.x kernel headers"
 	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_7_0
@@ -478,7 +474,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
 	default "6.6.135"	if BR2_KERNEL_HEADERS_6_6
 	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
-- 
2.47.3

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/2] {linux, linux-headers}: bump 6.{12, 18, 19}.x / 7.0.x series
  2026-04-23  6:14 [Buildroot] [PATCH 1/2] {linux, linux-headers}: bump 6.{12, 18, 19}.x / 7.0.x series Bernd Kuhls
  2026-04-23  6:14 ` [Buildroot] [PATCH 2/2] package/linux-headers: drop 6.19.x option Bernd Kuhls
@ 2026-04-23 19:33 ` Julien Olivain via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Julien Olivain via buildroot @ 2026-04-23 19:33 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

On 23/04/2026 08:14, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>

Series applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-04-23 19:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-23  6:14 [Buildroot] [PATCH 1/2] {linux, linux-headers}: bump 6.{12, 18, 19}.x / 7.0.x series Bernd Kuhls
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox