* [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 5.{10, 15}.x / 6.{1, 6}.x series
@ 2024-01-05 18:45 Bernd Kuhls
2024-01-05 22:50 ` Thomas Petazzoni via buildroot
2024-01-12 18:20 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2024-01-05 18:45 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
linux/Config.in | 2 +-
linux/linux.hash | 8 ++++----
| 8 ++++----
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/linux/Config.in b/linux/Config.in
index 627cfd2130..82d46365e7 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -128,7 +128,7 @@ endif
config BR2_LINUX_KERNEL_VERSION
string
- default "6.6.8" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "6.6.10" 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 e0b7183888..4207bd6b2f 100644
--- a/linux/linux.hash
+++ b/linux/linux.hash
@@ -1,9 +1,9 @@
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
-sha256 5036c434e11e4b36d8da3f489851f7f829cf785fa7f7887468537a9ea4572416 linux-6.6.8.tar.xz
-sha256 7e3d2694d18ce502068cc88a430da809abbd17d0773268524ebece442612b541 linux-6.1.69.tar.xz
+sha256 9ee627e4c109aec7fca3eda5898e81d201af2c7eb2f7d9d7d94c1f0e1205546c linux-6.6.10.tar.xz
+sha256 2df774dd53f9ffd4e57ebf804cf597709295df6a304fe261d25220a134b7f041 linux-6.1.71.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256 b2a49d87605f3a9491581150315e22337c1afb599efc1e2737481be3a2d6d620 linux-5.15.145.tar.xz
-sha256 c55217a80d74f81b83116289a8bfe4302293390b45aeabb76f64814920788863 linux-5.10.205.tar.xz
+sha256 5a807a5fa2a80ada957d8079681dfb5cc196ec26f43244d1c8a4fd7af592d192 linux-5.15.146.tar.xz
+sha256 c43d613216e6c5197519a4e979de5c1b510100858ff591963931c99e59c7485b linux-5.10.206.tar.xz
sha256 4dae99e49f466d4689e128ec023754908147159d7462019a83c7da1f25df9b15 linux-5.4.265.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
sha256 022dce3935eadec7c31093992cc101c905fd4ffbb8afce92f3e41fdd0fa18b36 linux-4.19.303.tar.xz
--git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index e593ace5ce..df760326dc 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -411,10 +411,10 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "4.14.334" if BR2_KERNEL_HEADERS_4_14
default "4.19.303" if BR2_KERNEL_HEADERS_4_19
default "5.4.265" if BR2_KERNEL_HEADERS_5_4
- default "5.10.205" if BR2_KERNEL_HEADERS_5_10
- default "5.15.145" if BR2_KERNEL_HEADERS_5_15
- default "6.1.69" if BR2_KERNEL_HEADERS_6_1
- default "6.6.8" if BR2_KERNEL_HEADERS_6_6
+ default "5.10.206" if BR2_KERNEL_HEADERS_5_10
+ default "5.15.146" if BR2_KERNEL_HEADERS_5_15
+ default "6.1.71" if BR2_KERNEL_HEADERS_6_1
+ default "6.6.10" if BR2_KERNEL_HEADERS_6_6
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] 3+ messages in thread* Re: [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 5.{10, 15}.x / 6.{1, 6}.x series
2024-01-05 18:45 [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 5.{10, 15}.x / 6.{1, 6}.x series Bernd Kuhls
@ 2024-01-05 22:50 ` Thomas Petazzoni via buildroot
2024-01-12 18:20 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-01-05 22:50 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
On Fri, 5 Jan 2024 19:45:30 +0100
Bernd Kuhls <bernd@kuhls.net> wrote:
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
> linux/Config.in | 2 +-
> linux/linux.hash | 8 ++++----
> package/linux-headers/Config.in.host | 8 ++++----
> 3 files changed, 9 insertions(+), 9 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] 3+ messages in thread* Re: [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 5.{10, 15}.x / 6.{1, 6}.x series
2024-01-05 18:45 [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 5.{10, 15}.x / 6.{1, 6}.x series Bernd Kuhls
2024-01-05 22:50 ` Thomas Petazzoni via buildroot
@ 2024-01-12 18:20 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-01-12 18:20 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 2023.02.x and 2023.11.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
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:[~2024-01-12 18:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-05 18:45 [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 5.{10, 15}.x / 6.{1, 6}.x series Bernd Kuhls
2024-01-05 22:50 ` Thomas Petazzoni via buildroot
2024-01-12 18:20 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox