* [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 4.19.x / 5.{4, 10, 15}.x / 6.{1, 6, 10}.x series
@ 2024-08-22 18:08 Bernd Kuhls
2024-08-23 17:08 ` Thomas Petazzoni via buildroot
2024-09-18 16:09 ` Peter Korsgaard
0 siblings, 2 replies; 6+ messages in thread
From: Bernd Kuhls @ 2024-08-22 18:08 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
linux/Config.in | 2 +-
linux/linux.hash | 14 +++++++-------
| 14 +++++++-------
3 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/linux/Config.in b/linux/Config.in
index 429a7eabef..eab5cb8511 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -134,7 +134,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES
config BR2_LINUX_KERNEL_VERSION
string
- default "6.10.3" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "6.10.6" if BR2_LINUX_KERNEL_LATEST_VERSION
default "5.10.162-cip24" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
default "5.10.162-cip24-rt10" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
diff --git a/linux/linux.hash b/linux/linux.hash
index 4e05f4a765..e8a9e0f0eb 100644
--- a/linux/linux.hash
+++ b/linux/linux.hash
@@ -1,13 +1,13 @@
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
-sha256 fa5f22fd67dd05812d39dca579320c493048e26c4a556048a12385e7ae6fc698 linux-6.10.3.tar.xz
-sha256 93218296934915636fe6ba08e125948424cc270fd8948502c0ab91087a9fccd8 linux-6.6.44.tar.xz
-sha256 5eb4706f898f50881552ff5146d892132d3ffc5298033bffe27087d3a44c4573 linux-6.1.103.tar.xz
+sha256 e0d50d5b74f8599375660e79f187af7493864dba5ff6671b14983376a070b3d1 linux-6.10.6.tar.xz
+sha256 d43376c9e9eaa92bb1b926054bd160d329c58a62d64bd65fe1222c11c6564f50 linux-6.6.47.tar.xz
+sha256 3773c9052c7ba7432e8337ca84bee115c1a94ccef9d62b72b99ae30c4cd5f80f linux-6.1.106.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256 ec6098faed64b8a47ba1772e812a6eb444385f7aa3c60d3e4739ab2fd3b29186 linux-5.15.164.tar.xz
-sha256 ca09d86a6b79706c33382d3f8606f476eb07918417a87fb1815f6a4aa81f2ba1 linux-5.10.223.tar.xz
-sha256 44a0c3e76031f7513ce43e22e2a9dcbf7d6a6dee065dca9b8001843a075272b2 linux-5.4.281.tar.xz
+sha256 a36dd3e82ceb634afded31f2656568f57c4d9c4b399859f298b18116df11c6fe linux-5.15.165.tar.xz
+sha256 19b099c67324bba6378e22dc51ad3906e4dcd6a908d137766b4bfa9174ddd11a linux-5.10.224.tar.xz
+sha256 5582770976d33bb7bf9494e0fa0c49f449aa02b0133d00a5a198b6c208dd7de0 linux-5.4.282.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
-sha256 544ddc7339cf1b1d1ead1992e67d11a0834ad3bc77faa063e06b5d18c682eb30 linux-4.19.319.tar.xz
+sha256 9d671a12b00301b7ce63022d4e4afa3e40aa318f8f7f25a1147e602fdb1047a1 linux-4.19.320.tar.xz
# Locally computed
sha256 fb0edc3c18e47d2b6974cb0880a0afb5c3fa08f50ee87dfdf24349405ea5f8ae linux-cip-5.10.162-cip24.tar.gz
sha256 b5539243f187e3d478d76d44ae13aab83952c94b885ad889df6fa9997e16a441 linux-cip-5.10.162-cip24-rt10.tar.gz
--git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 83b8d1267e..934f427e4e 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -423,13 +423,13 @@ endchoice
config BR2_DEFAULT_KERNEL_HEADERS
string
- default "4.19.319" if BR2_KERNEL_HEADERS_4_19
- default "5.4.281" if BR2_KERNEL_HEADERS_5_4
- default "5.10.223" if BR2_KERNEL_HEADERS_5_10
- default "5.15.164" if BR2_KERNEL_HEADERS_5_15
- default "6.1.103" if BR2_KERNEL_HEADERS_6_1
- default "6.6.44" if BR2_KERNEL_HEADERS_6_6
- default "6.10.3" if BR2_KERNEL_HEADERS_6_10
+ default "4.19.320" if BR2_KERNEL_HEADERS_4_19
+ default "5.4.282" if BR2_KERNEL_HEADERS_5_4
+ default "5.10.224" if BR2_KERNEL_HEADERS_5_10
+ default "5.15.165" if BR2_KERNEL_HEADERS_5_15
+ default "6.1.106" if BR2_KERNEL_HEADERS_6_1
+ default "6.6.47" if BR2_KERNEL_HEADERS_6_6
+ default "6.10.6" if BR2_KERNEL_HEADERS_6_10
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.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 4.19.x / 5.{4, 10, 15}.x / 6.{1, 6, 10}.x series
2024-08-22 18:08 [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 4.19.x / 5.{4, 10, 15}.x / 6.{1, 6, 10}.x series Bernd Kuhls
@ 2024-08-23 17:08 ` Thomas Petazzoni via buildroot
2024-09-18 16:09 ` Peter Korsgaard
1 sibling, 0 replies; 6+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-08-23 17:08 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
On Thu, 22 Aug 2024 20:08:47 +0200
Bernd Kuhls <bernd@kuhls.net> wrote:
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
> linux/Config.in | 2 +-
> linux/linux.hash | 14 +++++++-------
> package/linux-headers/Config.in.host | 14 +++++++-------
> 3 files changed, 15 insertions(+), 15 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 4.19.x / 5.{4, 10, 15}.x / 6.{1, 6, 10}.x series
@ 2024-09-04 20:38 Bernd Kuhls
2024-09-05 19:40 ` Thomas Petazzoni via buildroot
2024-09-18 21:01 ` Peter Korsgaard
0 siblings, 2 replies; 6+ messages in thread
From: Bernd Kuhls @ 2024-09-04 20:38 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
linux/Config.in | 2 +-
linux/linux.hash | 14 +++++++-------
| 14 +++++++-------
3 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/linux/Config.in b/linux/Config.in
index 526dd9ff00..e38f8104e0 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -134,7 +134,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES
config BR2_LINUX_KERNEL_VERSION
string
- default "6.10.7" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "6.10.8" if BR2_LINUX_KERNEL_LATEST_VERSION
default "5.10.162-cip24" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
default "5.10.162-cip24-rt10" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
diff --git a/linux/linux.hash b/linux/linux.hash
index ebaad029b8..ffc25f7959 100644
--- a/linux/linux.hash
+++ b/linux/linux.hash
@@ -1,13 +1,13 @@
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
-sha256 900d567ff01824708ce24c3b37faaef03e6f6145411dd447a6ff2edc8c5db3a9 linux-6.10.7.tar.xz
-sha256 6b16df7b2aba3116b78fdfd8aea0b6cd7abe8f0cb699b04a66d3169141772029 linux-6.6.48.tar.xz
-sha256 f43229d1d73011fa0a37400320a26972946f8ff295c404c31c0dd0407228b0e8 linux-6.1.107.tar.xz
+sha256 c0923235779d4606bba87f72b6fe11f796e9e40c1ca9f4d5dbe04cd47ee3c595 linux-6.10.8.tar.xz
+sha256 2c56dac2b70859c16b4ef651befb0d28c227498bd3eee08e8a45a357f22dd3b7 linux-6.6.49.tar.xz
+sha256 3f4e4e89a00e221a6dd1174779e0028794f44f4624ad6a31c79f3b7796688ca2 linux-6.1.108.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256 a36dd3e82ceb634afded31f2656568f57c4d9c4b399859f298b18116df11c6fe linux-5.15.165.tar.xz
-sha256 19b099c67324bba6378e22dc51ad3906e4dcd6a908d137766b4bfa9174ddd11a linux-5.10.224.tar.xz
-sha256 5582770976d33bb7bf9494e0fa0c49f449aa02b0133d00a5a198b6c208dd7de0 linux-5.4.282.tar.xz
+sha256 e56caae259b85b7685ee589075d58bb7b227024497a60fa27a7b43e0b48839cf linux-5.15.166.tar.xz
+sha256 85d7bf3a807538b9032e3f798ab978da9b77352bcb526534038c351a4f39e01c linux-5.10.225.tar.xz
+sha256 250c6a3199b42a1cb1427c9bbeacf5d90fb91bcf9f227195f484a1c877e1f797 linux-5.4.283.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
-sha256 9d671a12b00301b7ce63022d4e4afa3e40aa318f8f7f25a1147e602fdb1047a1 linux-4.19.320.tar.xz
+sha256 f13aa1465a2578a910f64b65d743d167466edfb1e0671bc70fa2328cb66b06d9 linux-4.19.321.tar.xz
# Locally computed
sha256 fb0edc3c18e47d2b6974cb0880a0afb5c3fa08f50ee87dfdf24349405ea5f8ae linux-cip-5.10.162-cip24.tar.gz
sha256 b5539243f187e3d478d76d44ae13aab83952c94b885ad889df6fa9997e16a441 linux-cip-5.10.162-cip24-rt10.tar.gz
--git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 51706f582a..52971ca8bd 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -423,13 +423,13 @@ endchoice
config BR2_DEFAULT_KERNEL_HEADERS
string
- default "4.19.320" if BR2_KERNEL_HEADERS_4_19
- default "5.4.282" if BR2_KERNEL_HEADERS_5_4
- default "5.10.224" if BR2_KERNEL_HEADERS_5_10
- default "5.15.165" if BR2_KERNEL_HEADERS_5_15
- default "6.1.107" if BR2_KERNEL_HEADERS_6_1
- default "6.6.48" if BR2_KERNEL_HEADERS_6_6
- default "6.10.7" if BR2_KERNEL_HEADERS_6_10
+ default "4.19.321" if BR2_KERNEL_HEADERS_4_19
+ default "5.4.283" if BR2_KERNEL_HEADERS_5_4
+ default "5.10.225" if BR2_KERNEL_HEADERS_5_10
+ default "5.15.166" if BR2_KERNEL_HEADERS_5_15
+ default "6.1.108" if BR2_KERNEL_HEADERS_6_1
+ default "6.6.49" if BR2_KERNEL_HEADERS_6_6
+ default "6.10.8" if BR2_KERNEL_HEADERS_6_10
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.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 4.19.x / 5.{4, 10, 15}.x / 6.{1, 6, 10}.x series
2024-09-04 20:38 Bernd Kuhls
@ 2024-09-05 19:40 ` Thomas Petazzoni via buildroot
2024-09-18 21:01 ` Peter Korsgaard
1 sibling, 0 replies; 6+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-09-05 19:40 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
On Wed, 4 Sep 2024 22:38:01 +0200
Bernd Kuhls <bernd@kuhls.net> wrote:
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
> linux/Config.in | 2 +-
> linux/linux.hash | 14 +++++++-------
> package/linux-headers/Config.in.host | 14 +++++++-------
> 3 files changed, 15 insertions(+), 15 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 4.19.x / 5.{4, 10, 15}.x / 6.{1, 6, 10}.x series
2024-08-22 18:08 [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 4.19.x / 5.{4, 10, 15}.x / 6.{1, 6, 10}.x series Bernd Kuhls
2024-08-23 17:08 ` Thomas Petazzoni via buildroot
@ 2024-09-18 16:09 ` Peter Korsgaard
1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2024-09-18 16:09 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd@kuhls.net> writes:
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Committed to 2024.02.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 4.19.x / 5.{4, 10, 15}.x / 6.{1, 6, 10}.x series
2024-09-04 20:38 Bernd Kuhls
2024-09-05 19:40 ` Thomas Petazzoni via buildroot
@ 2024-09-18 21:01 ` Peter Korsgaard
1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2024-09-18 21:01 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd@kuhls.net> writes:
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Committed to 2024.02.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-09-18 21:01 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-22 18:08 [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 4.19.x / 5.{4, 10, 15}.x / 6.{1, 6, 10}.x series Bernd Kuhls
2024-08-23 17:08 ` Thomas Petazzoni via buildroot
2024-09-18 16:09 ` Peter Korsgaard
-- strict thread matches above, loose matches on Subject: below --
2024-09-04 20:38 Bernd Kuhls
2024-09-05 19:40 ` Thomas Petazzoni via buildroot
2024-09-18 21:01 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox