* [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.{1, 5}.x series
@ 2023-11-03 20:14 Bernd Kuhls
2023-11-03 22:15 ` Yann E. MORIN
2023-11-08 19:16 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2023-11-03 20:14 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
linux/linux.hash | 4 ++--
| 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/linux/linux.hash b/linux/linux.hash
index 7b56d19cb5..9159f7294a 100644
--- a/linux/linux.hash
+++ b/linux/linux.hash
@@ -1,7 +1,7 @@
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
sha256 d926a06c63dd8ac7df3f86ee1ffc2ce2a3b81a2d168484e76b5b389aba8e56d0 linux-6.6.tar.xz
-sha256 c6662f64713f56bf30e009c32eac15536fad5fd1c02e8a3daf62a0dc2f058fd5 linux-6.5.9.tar.xz
-sha256 58520e7ae5a6af254ddf7ddbfc42e4373b0d36c67d467f6e35a3bd1672f5fb0a linux-6.1.60.tar.xz
+sha256 a15f498604adf8f6ac842f1733a694083f23e578b48c8e97d94b6d8968e55a8b linux-6.5.10.tar.xz
+sha256 ad2c9d12fc36e2dde4796a3eec8f4ddca2e278098f4e555b6e6f5f03ef6964ce linux-6.1.61.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
sha256 9749b21609f9e7ad9c46160c2c107db823b99cef77fa6cb080b6c2dc685fb2f7 linux-5.15.137.tar.xz
sha256 a0ea77a1f5eeb1387d62e7a8df585ffc53758e4da153d98224ccd833bd2624c1 linux-5.10.199.tar.xz
--git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 74d445ff27..236f6f5d62 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -417,8 +417,8 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "5.4.259" if BR2_KERNEL_HEADERS_5_4
default "5.10.199" if BR2_KERNEL_HEADERS_5_10
default "5.15.137" if BR2_KERNEL_HEADERS_5_15
- default "6.1.60" if BR2_KERNEL_HEADERS_6_1
- default "6.5.9" if BR2_KERNEL_HEADERS_6_5
+ default "6.1.61" if BR2_KERNEL_HEADERS_6_1
+ default "6.5.10" if BR2_KERNEL_HEADERS_6_5
default "6.6" if BR2_KERNEL_HEADERS_6_6
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
--
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, 5}.x series
2023-11-03 20:14 [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.{1, 5}.x series Bernd Kuhls
@ 2023-11-03 22:15 ` Yann E. MORIN
2023-11-08 19:16 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2023-11-03 22:15 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
Bernd, All,
On 2023-11-03 21:14 +0100, Bernd Kuhls spake thusly:
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> linux/linux.hash | 4 ++--
> package/linux-headers/Config.in.host | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/linux/linux.hash b/linux/linux.hash
> index 7b56d19cb5..9159f7294a 100644
> --- a/linux/linux.hash
> +++ b/linux/linux.hash
> @@ -1,7 +1,7 @@
> # From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
> sha256 d926a06c63dd8ac7df3f86ee1ffc2ce2a3b81a2d168484e76b5b389aba8e56d0 linux-6.6.tar.xz
> -sha256 c6662f64713f56bf30e009c32eac15536fad5fd1c02e8a3daf62a0dc2f058fd5 linux-6.5.9.tar.xz
> -sha256 58520e7ae5a6af254ddf7ddbfc42e4373b0d36c67d467f6e35a3bd1672f5fb0a linux-6.1.60.tar.xz
> +sha256 a15f498604adf8f6ac842f1733a694083f23e578b48c8e97d94b6d8968e55a8b linux-6.5.10.tar.xz
> +sha256 ad2c9d12fc36e2dde4796a3eec8f4ddca2e278098f4e555b6e6f5f03ef6964ce linux-6.1.61.tar.xz
> # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
> sha256 9749b21609f9e7ad9c46160c2c107db823b99cef77fa6cb080b6c2dc685fb2f7 linux-5.15.137.tar.xz
> sha256 a0ea77a1f5eeb1387d62e7a8df585ffc53758e4da153d98224ccd833bd2624c1 linux-5.10.199.tar.xz
> diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
> index 74d445ff27..236f6f5d62 100644
> --- a/package/linux-headers/Config.in.host
> +++ b/package/linux-headers/Config.in.host
> @@ -417,8 +417,8 @@ config BR2_DEFAULT_KERNEL_HEADERS
> default "5.4.259" if BR2_KERNEL_HEADERS_5_4
> default "5.10.199" if BR2_KERNEL_HEADERS_5_10
> default "5.15.137" if BR2_KERNEL_HEADERS_5_15
> - default "6.1.60" if BR2_KERNEL_HEADERS_6_1
> - default "6.5.9" if BR2_KERNEL_HEADERS_6_5
> + default "6.1.61" if BR2_KERNEL_HEADERS_6_1
> + default "6.5.10" if BR2_KERNEL_HEADERS_6_5
> default "6.6" if BR2_KERNEL_HEADERS_6_6
> default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
> default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
> --
> 2.39.2
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
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, 5}.x series
2023-11-03 20:14 [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.{1, 5}.x series Bernd Kuhls
2023-11-03 22:15 ` Yann E. MORIN
@ 2023-11-08 19:16 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2023-11-08 19:16 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.08.x (minus the 6.5.x bump), 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:[~2023-11-08 19:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-03 20:14 [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.{1, 5}.x series Bernd Kuhls
2023-11-03 22:15 ` Yann E. MORIN
2023-11-08 19:16 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox