* [Buildroot] [PATCH 1/2] {linux, linux-headers}: bump 7.1.x, 7.0.x, 6.18.x series
@ 2026-06-28 11:39 Bernd Kuhls
2026-06-28 11:39 ` [Buildroot] [PATCH 2/2] package/linux-headers: drop 7.0.x option Bernd Kuhls
2026-06-28 13:33 ` [Buildroot] [PATCH 1/2] {linux, linux-headers}: bump 7.1.x, 7.0.x, 6.18.x series Peter Korsgaard
0 siblings, 2 replies; 4+ messages in thread
From: Bernd Kuhls @ 2026-06-28 11:39 UTC (permalink / raw)
To: buildroot
Update the latest kernel releases to:
- 7.1.1 -> 7.1.2
- 7.0.13 -> 7.0.14
- 6.18.36 -> 6.18.37
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
Gitlab pipeline passed:
https://gitlab.com/bkuhls/buildroot/-/commits/a6494fab01df4bfdfe2c911326a8f3f04c42a6ee
linux/{7.1.1 => 7.1.2} | 0
linux/Config.in | 2 +-
linux/from-6.17/linux.hash | 6 +++---
| 0
| 0
| 0
| 6 +++---
7 files changed, 7 insertions(+), 7 deletions(-)
rename linux/{7.1.1 => 7.1.2} (100%)
rename package/linux-headers/{6.18.36 => 6.18.37} (100%)
rename package/linux-headers/{7.0.13 => 7.0.14} (100%)
rename package/linux-headers/{7.1.1 => 7.1.2} (100%)
diff --git a/linux/7.1.1 b/linux/7.1.2
similarity index 100%
rename from linux/7.1.1
rename to linux/7.1.2
diff --git a/linux/Config.in b/linux/Config.in
index 0aa35bd028..320a2c5574 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -143,7 +143,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES
config BR2_LINUX_KERNEL_VERSION
string
- default "7.1.1" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "7.1.2" if BR2_LINUX_KERNEL_LATEST_VERSION
default "5.10.254-cip72" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
default "5.10.254-cip72-rt32" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
diff --git a/linux/from-6.17/linux.hash b/linux/from-6.17/linux.hash
index 33ee9dc232..e611478e30 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 5215fa3541dc7e7f5bcd51bf7e57f169cec6fce508ca54e3dc85fdee14371d7d linux-7.1.1.tar.xz
-sha256 3c81edd0f716aca3dd48dff691681827580cc53d35a8eec3be47d346d1f89913 linux-7.0.13.tar.xz
+sha256 37198c93727be247c9fb5309bb86cd5e496c61e5322cd8c4eca9476bb0b5883f linux-7.1.2.tar.xz
+sha256 de9999b784d2293f00d39c62d8f92a08ab8a54bc4e80ffd250a0c09cb07a0f98 linux-7.0.14.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
-sha256 fbab86c9f471c81075b280cca30bd85d790c060063a1245859b6344b07c9c44e linux-6.18.36.tar.xz
+sha256 a83cd200e6646db52866b8309e9137b9e9048b613cbda10ced2b811aae125255 linux-6.18.37.tar.xz
# Licenses hashes
sha256 fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0 COPYING
--git a/package/linux-headers/6.18.36 b/package/linux-headers/6.18.37
similarity index 100%
rename from package/linux-headers/6.18.36
rename to package/linux-headers/6.18.37
diff --git a/package/linux-headers/7.0.13 b/package/linux-headers/7.0.14
similarity index 100%
rename from package/linux-headers/7.0.13
rename to package/linux-headers/7.0.14
diff --git a/package/linux-headers/7.1.1 b/package/linux-headers/7.1.2
similarity index 100%
rename from package/linux-headers/7.1.1
rename to package/linux-headers/7.1.2
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index a890c8f161..54fa189217 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -481,9 +481,9 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "6.1.176" if BR2_KERNEL_HEADERS_6_1
default "6.6.143" if BR2_KERNEL_HEADERS_6_6
default "6.12.94" if BR2_KERNEL_HEADERS_6_12
- default "6.18.36" if BR2_KERNEL_HEADERS_6_18
- default "7.0.13" if BR2_KERNEL_HEADERS_7_0
- default "7.1.1" if BR2_KERNEL_HEADERS_7_1
+ default "6.18.37" if BR2_KERNEL_HEADERS_6_18
+ default "7.0.14" if BR2_KERNEL_HEADERS_7_0
+ default "7.1.2" if BR2_KERNEL_HEADERS_7_1
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] 4+ messages in thread
* [Buildroot] [PATCH 2/2] package/linux-headers: drop 7.0.x option
2026-06-28 11:39 [Buildroot] [PATCH 1/2] {linux, linux-headers}: bump 7.1.x, 7.0.x, 6.18.x series Bernd Kuhls
@ 2026-06-28 11:39 ` Bernd Kuhls
2026-06-28 13:33 ` Peter Korsgaard
2026-06-28 13:33 ` [Buildroot] [PATCH 1/2] {linux, linux-headers}: bump 7.1.x, 7.0.x, 6.18.x series Peter Korsgaard
1 sibling, 1 reply; 4+ messages in thread
From: Bernd Kuhls @ 2026-06-28 11:39 UTC (permalink / raw)
To: buildroot
The 7.0.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>
---
Gitlab pipeline passed:
https://gitlab.com/bkuhls/buildroot/-/commits/b174887ea602d2920b94cc8deaf3debb87905826
Config.in.legacy | 7 +++++++
linux/from-6.17/linux.hash | 1 -
| 1 -
| 5 -----
4 files changed, 7 insertions(+), 7 deletions(-)
delete mode 120000 package/linux-headers/7.0.14
diff --git a/Config.in.legacy b/Config.in.legacy
index b8a95fd812..4894fe7065 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -146,6 +146,13 @@ endif
comment "Legacy options removed in 2026.08"
+config BR2_KERNEL_HEADERS_7_0
+ bool "kernel headers version 7.0.x are no longer supported"
+ select BR2_LEGACY
+ help
+ Version 7.0.x of the Linux kernel headers are no longer
+ maintained upstream and are now removed.
+
config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_SAP
bool "bluez sap plugin removed"
select BR2_LEGACY
diff --git a/linux/from-6.17/linux.hash b/linux/from-6.17/linux.hash
index e611478e30..2d6ab0f28a 100644
--- a/linux/from-6.17/linux.hash
+++ b/linux/from-6.17/linux.hash
@@ -1,6 +1,5 @@
# From https://www.kernel.org/pub/linux/kernel/v7.x/sha256sums.asc
sha256 37198c93727be247c9fb5309bb86cd5e496c61e5322cd8c4eca9476bb0b5883f linux-7.1.2.tar.xz
-sha256 de9999b784d2293f00d39c62d8f92a08ab8a54bc4e80ffd250a0c09cb07a0f98 linux-7.0.14.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
sha256 a83cd200e6646db52866b8309e9137b9e9048b613cbda10ced2b811aae125255 linux-6.18.37.tar.xz
diff --git a/package/linux-headers/7.0.14 b/package/linux-headers/7.0.14
deleted file mode 120000
index a4e1d3ec9c..0000000000
--- a/package/linux-headers/7.0.14
+++ /dev/null
@@ -1 +0,0 @@
-../../linux/from-6.17
\ No newline at end of file
--git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 54fa189217..d1eb93ce1c 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_7_0
- bool "Linux 7.0.x kernel headers"
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_7_0
-
config BR2_KERNEL_HEADERS_7_1
bool "Linux 7.1.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_7_1
@@ -482,7 +478,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "6.6.143" if BR2_KERNEL_HEADERS_6_6
default "6.12.94" if BR2_KERNEL_HEADERS_6_12
default "6.18.37" if BR2_KERNEL_HEADERS_6_18
- default "7.0.14" if BR2_KERNEL_HEADERS_7_0
default "7.1.2" if BR2_KERNEL_HEADERS_7_1
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] 4+ messages in thread
* Re: [Buildroot] [PATCH 1/2] {linux, linux-headers}: bump 7.1.x, 7.0.x, 6.18.x series
2026-06-28 11:39 [Buildroot] [PATCH 1/2] {linux, linux-headers}: bump 7.1.x, 7.0.x, 6.18.x series Bernd Kuhls
2026-06-28 11:39 ` [Buildroot] [PATCH 2/2] package/linux-headers: drop 7.0.x option Bernd Kuhls
@ 2026-06-28 13:33 ` Peter Korsgaard
1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2026-06-28 13:33 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd@kuhls.net> writes:
> Update the latest kernel releases to:
> - 7.1.1 -> 7.1.2
> - 7.0.13 -> 7.0.14
> - 6.18.36 -> 6.18.37
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
> Gitlab pipeline passed:
> https://gitlab.com/bkuhls/buildroot/-/commits/a6494fab01df4bfdfe2c911326a8f3f04c42a6ee
Committed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH 2/2] package/linux-headers: drop 7.0.x option
2026-06-28 11:39 ` [Buildroot] [PATCH 2/2] package/linux-headers: drop 7.0.x option Bernd Kuhls
@ 2026-06-28 13:33 ` Peter Korsgaard
0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2026-06-28 13:33 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd@kuhls.net> writes:
> The 7.0.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>
> ---
> Gitlab pipeline passed:
> https://gitlab.com/bkuhls/buildroot/-/commits/b174887ea602d2920b94cc8deaf3debb87905826
Committed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-06-28 13:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-28 11:39 [Buildroot] [PATCH 1/2] {linux, linux-headers}: bump 7.1.x, 7.0.x, 6.18.x series Bernd Kuhls
2026-06-28 11:39 ` [Buildroot] [PATCH 2/2] package/linux-headers: drop 7.0.x option Bernd Kuhls
2026-06-28 13:33 ` Peter Korsgaard
2026-06-28 13:33 ` [Buildroot] [PATCH 1/2] {linux, linux-headers}: bump 7.1.x, 7.0.x, 6.18.x series Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox