* [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.{1, 4}.x series
@ 2023-08-25 15:32 Bernd Kuhls
2023-08-25 17:19 ` Thomas Petazzoni via buildroot
2023-09-13 16:08 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2023-08-25 15:32 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
linux/Config.in | 2 +-
linux/linux.hash | 4 ++--
| 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/linux/Config.in b/linux/Config.in
index d3448ba744..dcfc31ac8b 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -128,7 +128,7 @@ endif
config BR2_LINUX_KERNEL_VERSION
string
- default "6.4.11" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "6.4.12" 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 0177988c45..246820827d 100644
--- a/linux/linux.hash
+++ b/linux/linux.hash
@@ -1,6 +1,6 @@
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
-sha256 546b68b5097d3c0d74722de62aae217729d98e45fbb6bd458b490ac21ea40918 linux-6.4.11.tar.xz
-sha256 f5f67bcfccd47f8d9db2d5ba24e33af7778f40a777577d1fba424f4a1712a296 linux-6.1.46.tar.xz
+sha256 cca91be956fe081f8f6da72034cded96fe35a50be4bfb7e103e354aa2159a674 linux-6.4.12.tar.xz
+sha256 93d58b6af007a5f44dd26831ff310707deb1ab9380c5136a534287eb3fddfcab linux-6.1.47.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
sha256 add0a575341b263a06e93599fc220a5dd34cb4ca5b9d05097a5db2a061928f26 linux-5.15.127.tar.xz
sha256 cb54660ed4917cc4f9a9ab93d117defefd8bcbe745ec6082d909bbfd5ae962c2 linux-5.10.191.tar.xz
--git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 8a25067003..df22bfc1c1 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -405,8 +405,8 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "5.4.254" if BR2_KERNEL_HEADERS_5_4
default "5.10.191" if BR2_KERNEL_HEADERS_5_10
default "5.15.127" if BR2_KERNEL_HEADERS_5_15
- default "6.1.46" if BR2_KERNEL_HEADERS_6_1
- default "6.4.11" if BR2_KERNEL_HEADERS_6_4
+ default "6.1.47" if BR2_KERNEL_HEADERS_6_1
+ default "6.4.12" if BR2_KERNEL_HEADERS_6_4
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 6.{1, 4}.x series
2023-08-25 15:32 [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.{1, 4}.x series Bernd Kuhls
@ 2023-08-25 17:19 ` Thomas Petazzoni via buildroot
2023-09-13 16:08 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-08-25 17:19 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
On Fri, 25 Aug 2023 17:32:53 +0200
Bernd Kuhls <bernd@kuhls.net> wrote:
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
> linux/Config.in | 2 +-
> linux/linux.hash | 4 ++--
> package/linux-headers/Config.in.host | 4 ++--
> 3 files changed, 5 insertions(+), 5 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 6.{1, 4}.x series
2023-08-25 15:32 [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.{1, 4}.x series Bernd Kuhls
2023-08-25 17:19 ` Thomas Petazzoni via buildroot
@ 2023-09-13 16:08 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2023-09-13 16:08 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.05.x, thanks (minus the 6.4.x bump)
--
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:[~2023-09-13 16:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-25 15:32 [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.{1, 4}.x series Bernd Kuhls
2023-08-25 17:19 ` Thomas Petazzoni via buildroot
2023-09-13 16:08 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox