* [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.{1, 6}.x series
@ 2024-02-02 19:29 Bernd Kuhls
2024-02-03 9:14 ` Peter Korsgaard
0 siblings, 1 reply; 5+ messages in thread
From: Bernd Kuhls @ 2024-02-02 19:29 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 662bd09162..da22b439e3 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -128,7 +128,7 @@ endif
config BR2_LINUX_KERNEL_VERSION
string
- default "6.6.14" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "6.6.15" 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 d7082aa629..10edcc2ed9 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 fbe96b2db3f962cd2a96a849d554300e7a4555995160082d4f323c2a1dfa1584 linux-6.6.14.tar.xz
-sha256 6cd19410330c13ec4c18fd28a83d3e40fc12a152815fb7c3e1b0764329093a56 linux-6.1.75.tar.xz
+sha256 ab290c7f8687f2f8af96e14abd0700ba8b282426151873690f51621d8d5f5faa linux-6.6.15.tar.xz
+sha256 0580cc0e81ff9aee245f79531d8c1c5c7d711eee227cd4cf52d1ff335727b1fd linux-6.1.76.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
sha256 c48575c97fd9f4767cbe50a13b1b2b40ee42830aba3182fabd35a03259a6e5d8 linux-5.15.148.tar.xz
sha256 44e22fad647c638726a8eae23703c4263bead612d17c89ca7ad7ab32b5ce88d5 linux-5.10.209.tar.xz
--git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index bf55c8714a..a0e572adc0 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -407,8 +407,8 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "5.4.268" if BR2_KERNEL_HEADERS_5_4
default "5.10.209" if BR2_KERNEL_HEADERS_5_10
default "5.15.148" if BR2_KERNEL_HEADERS_5_15
- default "6.1.75" if BR2_KERNEL_HEADERS_6_1
- default "6.6.14" if BR2_KERNEL_HEADERS_6_6
+ default "6.1.76" if BR2_KERNEL_HEADERS_6_1
+ default "6.6.15" 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] 5+ messages in thread
* Re: [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.{1, 6}.x series
2024-02-02 19:29 [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.{1, 6}.x series Bernd Kuhls
@ 2024-02-03 9:14 ` Peter Korsgaard
0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2024-02-03 9:14 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd@kuhls.net> writes:
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Committed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.{1, 6}.x series
@ 2024-02-10 7:36 Bernd Kuhls
2024-02-11 21:26 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 5+ messages in thread
From: Bernd Kuhls @ 2024-02-10 7:36 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 da22b439e3..773cb4fbb5 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -128,7 +128,7 @@ endif
config BR2_LINUX_KERNEL_VERSION
string
- default "6.6.15" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "6.6.16" 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 10edcc2ed9..52fb480af2 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 ab290c7f8687f2f8af96e14abd0700ba8b282426151873690f51621d8d5f5faa linux-6.6.15.tar.xz
-sha256 0580cc0e81ff9aee245f79531d8c1c5c7d711eee227cd4cf52d1ff335727b1fd linux-6.1.76.tar.xz
+sha256 b21d5795a3bead4f112916423222faa8a0f519e4201df343e3eb88dc9e4aaa30 linux-6.6.16.tar.xz
+sha256 3b54ec567716cdfb3618caf38c58a8aab1372cc41c16430633febe9ccdb3f91d linux-6.1.77.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
sha256 c48575c97fd9f4767cbe50a13b1b2b40ee42830aba3182fabd35a03259a6e5d8 linux-5.15.148.tar.xz
sha256 44e22fad647c638726a8eae23703c4263bead612d17c89ca7ad7ab32b5ce88d5 linux-5.10.209.tar.xz
--git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index a0e572adc0..69857566e3 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -407,8 +407,8 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "5.4.268" if BR2_KERNEL_HEADERS_5_4
default "5.10.209" if BR2_KERNEL_HEADERS_5_10
default "5.15.148" if BR2_KERNEL_HEADERS_5_15
- default "6.1.76" if BR2_KERNEL_HEADERS_6_1
- default "6.6.15" if BR2_KERNEL_HEADERS_6_6
+ default "6.1.77" if BR2_KERNEL_HEADERS_6_1
+ default "6.6.16" 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] 5+ messages in thread
* Re: [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.{1, 6}.x series
2024-02-10 7:36 Bernd Kuhls
@ 2024-02-11 21:26 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-02-11 21:26 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
On Sat, 10 Feb 2024 08:36:59 +0100
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] 5+ messages in thread
* [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.{1, 6}.x series
@ 2024-02-19 19:25 Bernd Kuhls
0 siblings, 0 replies; 5+ messages in thread
From: Bernd Kuhls @ 2024-02-19 19:25 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 773cb4fbb5..8e889af802 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -128,7 +128,7 @@ endif
config BR2_LINUX_KERNEL_VERSION
string
- default "6.6.16" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "6.6.17" 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 52fb480af2..db9b2d8a11 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 b21d5795a3bead4f112916423222faa8a0f519e4201df343e3eb88dc9e4aaa30 linux-6.6.16.tar.xz
-sha256 3b54ec567716cdfb3618caf38c58a8aab1372cc41c16430633febe9ccdb3f91d linux-6.1.77.tar.xz
+sha256 ee7650996ba75aa29fe66f309b413097f249a03e7001f2a41128c7c95205226a linux-6.6.17.tar.xz
+sha256 65206b969831236849c9906eba267e715734a93808e9909fd9b4f12eea10d689 linux-6.1.78.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
sha256 c48575c97fd9f4767cbe50a13b1b2b40ee42830aba3182fabd35a03259a6e5d8 linux-5.15.148.tar.xz
sha256 44e22fad647c638726a8eae23703c4263bead612d17c89ca7ad7ab32b5ce88d5 linux-5.10.209.tar.xz
--git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 69857566e3..537de85ad8 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -407,8 +407,8 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "5.4.268" if BR2_KERNEL_HEADERS_5_4
default "5.10.209" if BR2_KERNEL_HEADERS_5_10
default "5.15.148" if BR2_KERNEL_HEADERS_5_15
- default "6.1.77" if BR2_KERNEL_HEADERS_6_1
- default "6.6.16" if BR2_KERNEL_HEADERS_6_6
+ default "6.1.78" if BR2_KERNEL_HEADERS_6_1
+ default "6.6.17" 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] 5+ messages in thread
end of thread, other threads:[~2024-02-19 19:25 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-02 19:29 [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.{1, 6}.x series Bernd Kuhls
2024-02-03 9:14 ` Peter Korsgaard
-- strict thread matches above, loose matches on Subject: below --
2024-02-10 7:36 Bernd Kuhls
2024-02-11 21:26 ` Thomas Petazzoni via buildroot
2024-02-19 19:25 Bernd Kuhls
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox