All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.12.x, 6.6.x, 6.1.x series
@ 2026-07-29 18:39 Bernd Kuhls
  2026-07-29 20:31 ` Julien Olivain via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2026-07-29 18:39 UTC (permalink / raw)
  To: buildroot

Update the latest kernel releases to:
 - 6.12.98 -> 6.12.99
 - 6.6.145 -> 6.6.146
 - 6.1.178 -> 6.1.179

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 linux/before-6.17/linux.hash               | 6 +++---
 package/linux-headers/{6.1.178 => 6.1.179} | 0
 package/linux-headers/{6.12.98 => 6.12.99} | 0
 package/linux-headers/{6.6.145 => 6.6.146} | 0
 package/linux-headers/Config.in.host       | 6 +++---
 5 files changed, 6 insertions(+), 6 deletions(-)
 rename package/linux-headers/{6.1.178 => 6.1.179} (100%)
 rename package/linux-headers/{6.12.98 => 6.12.99} (100%)
 rename package/linux-headers/{6.6.145 => 6.6.146} (100%)

diff --git a/linux/before-6.17/linux.hash b/linux/before-6.17/linux.hash
index 5102fea2ff..92f0ad8550 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  a62b6a2d207ff72510e5f47156b7078e1e71797357412411b8e4fff97fc8f4c7  linux-6.12.98.tar.xz
-sha256  de100e33d8ad8b6f4b3d2335b179e961be3c00ae7a39efdb052182a8d8bf0126  linux-6.6.145.tar.xz
-sha256  7d83fa67ca75032b1ac6ef49973722073963c0cb9bc3aa7ef3efa749cf6c720f  linux-6.1.178.tar.xz
+sha256  6a477222c132033381cda981eb0127f29fbcbba17e820283bc21290f8e408629  linux-6.12.99.tar.xz
+sha256  62e6c1e456202b57b048071593e890f9e8f50fb50fe0df64f8bfbf65f360140e  linux-6.6.146.tar.xz
+sha256  dd4a164b6ffdcac6b1d958eb14bee256b10819557ee58ac5c9f6a1ae33380126  linux-6.1.179.tar.xz
 # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
 sha256  c396aeebc90c7aecb7f7abdf504c19b372c9926eb0cf0e91f9f09d7d870b65fe  linux-5.15.212.tar.xz
 sha256  a19ca1100640a5fd3b452eb15fe9de32f8deb4ab1866dd7db52183b1a2fad7c4  linux-5.10.261.tar.xz
diff --git a/package/linux-headers/6.1.178 b/package/linux-headers/6.1.179
similarity index 100%
rename from package/linux-headers/6.1.178
rename to package/linux-headers/6.1.179
diff --git a/package/linux-headers/6.12.98 b/package/linux-headers/6.12.99
similarity index 100%
rename from package/linux-headers/6.12.98
rename to package/linux-headers/6.12.99
diff --git a/package/linux-headers/6.6.145 b/package/linux-headers/6.6.146
similarity index 100%
rename from package/linux-headers/6.6.145
rename to package/linux-headers/6.6.146
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 8e90f85a64..250fb083ab 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -474,9 +474,9 @@ config BR2_DEFAULT_KERNEL_HEADERS
 	string
 	default "5.10.261"	if BR2_KERNEL_HEADERS_5_10
 	default "5.15.212"	if BR2_KERNEL_HEADERS_5_15
-	default "6.1.178"	if BR2_KERNEL_HEADERS_6_1
-	default "6.6.145"	if BR2_KERNEL_HEADERS_6_6
-	default "6.12.98"	if BR2_KERNEL_HEADERS_6_12
+	default "6.1.179"	if BR2_KERNEL_HEADERS_6_1
+	default "6.6.146"	if BR2_KERNEL_HEADERS_6_6
+	default "6.12.99"	if BR2_KERNEL_HEADERS_6_12
 	default "6.18.40"	if BR2_KERNEL_HEADERS_6_18
 	default "7.1.5"		if BR2_KERNEL_HEADERS_7_1
 	default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
-- 
2.47.3

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

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

* Re: [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.12.x, 6.6.x, 6.1.x series
  2026-07-29 18:39 [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.12.x, 6.6.x, 6.1.x series Bernd Kuhls
@ 2026-07-29 20:31 ` Julien Olivain via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Olivain via buildroot @ 2026-07-29 20:31 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

On 29/07/2026 20:39, Bernd Kuhls wrote:
> Update the latest kernel releases to:
>  - 6.12.98 -> 6.12.99
>  - 6.6.145 -> 6.6.146
>  - 6.1.178 -> 6.1.179
> 
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>

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

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

end of thread, other threads:[~2026-07-29 20:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-29 18:39 [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.12.x, 6.6.x, 6.1.x series Bernd Kuhls
2026-07-29 20:31 ` Julien Olivain via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.