* [Buildroot] [PATCH 0/3] Bump kernel versions
@ 2024-01-15 21:41 Petr Vorel
2024-01-15 21:41 ` [Buildroot] [PATCH 1/3] linux: bump latest version to 6.6 Petr Vorel
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Petr Vorel @ 2024-01-15 21:41 UTC (permalink / raw)
To: buildroot
Cc: Thomas Petazzoni, Bernd Kuhls, Petr Vorel, Yann E . MORIN,
Angelo Compagnucci
Petr Vorel (3):
linux: bump latest version to 6.6
{linux, linux-headers}: bump 5.{10, 15}.x / 6.{1, 6}.x series
linux: bump 5.10 CIP kernel versions
linux/Config.in | 10 +++++-----
linux/linux.hash | 18 +++++++++---------
package/linux-headers/Config.in.host | 12 ++++++------
3 files changed, 20 insertions(+), 20 deletions(-)
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 7+ messages in thread* [Buildroot] [PATCH 1/3] linux: bump latest version to 6.6
2024-01-15 21:41 [Buildroot] [PATCH 0/3] Bump kernel versions Petr Vorel
@ 2024-01-15 21:41 ` Petr Vorel
2024-01-17 12:51 ` Peter Korsgaard
2024-01-15 21:41 ` [Buildroot] [PATCH 2/3] {linux, linux-headers}: bump 5.{10, 15}.x / 6.{1, 6}.x series Petr Vorel
2024-01-15 21:41 ` [Buildroot] [PATCH 3/3] linux: bump 5.10 CIP kernel versions Petr Vorel
2 siblings, 1 reply; 7+ messages in thread
From: Petr Vorel @ 2024-01-15 21:41 UTC (permalink / raw)
To: buildroot
Cc: Thomas Petazzoni, Bernd Kuhls, Petr Vorel, Yann E . MORIN,
Angelo Compagnucci
Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
linux/Config.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/linux/Config.in b/linux/Config.in
index 9f9cf55d96..aa6f846338 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -28,8 +28,8 @@ choice
prompt "Kernel version"
config BR2_LINUX_KERNEL_LATEST_VERSION
- bool "Latest version (6.6)"
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_6 if BR2_KERNEL_HEADERS_AS_KERNEL
+ bool "Latest version (6.7)"
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_7 if BR2_KERNEL_HEADERS_AS_KERNEL
config BR2_LINUX_KERNEL_LATEST_CIP_VERSION
bool "Latest CIP SLTS version (5.10.162-cip24)"
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 7+ messages in thread* Re: [Buildroot] [PATCH 1/3] linux: bump latest version to 6.6
2024-01-15 21:41 ` [Buildroot] [PATCH 1/3] linux: bump latest version to 6.6 Petr Vorel
@ 2024-01-17 12:51 ` Peter Korsgaard
0 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2024-01-17 12:51 UTC (permalink / raw)
To: Petr Vorel
Cc: Thomas Petazzoni, Bernd Kuhls, Angelo Compagnucci, Yann E . MORIN,
buildroot
>>>>> "Petr" == Petr Vorel <petr.vorel@gmail.com> writes:
> Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
> ---
> linux/Config.in | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> diff --git a/linux/Config.in b/linux/Config.in
> index 9f9cf55d96..aa6f846338 100644
> --- a/linux/Config.in
> +++ b/linux/Config.in
> @@ -28,8 +28,8 @@ choice
> prompt "Kernel version"
> config BR2_LINUX_KERNEL_LATEST_VERSION
> - bool "Latest version (6.6)"
> - select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_6 if BR2_KERNEL_HEADERS_AS_KERNEL
> + bool "Latest version (6.7)"
> + select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_7 if BR2_KERNEL_HEADERS_AS_KERNEL
Your commit message says 6.6 but this is about 6.7? Given that 6.6 is a
LTS kernel I would prefer to default to that for the upcoming 2024.02
release.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH 2/3] {linux, linux-headers}: bump 5.{10, 15}.x / 6.{1, 6}.x series
2024-01-15 21:41 [Buildroot] [PATCH 0/3] Bump kernel versions Petr Vorel
2024-01-15 21:41 ` [Buildroot] [PATCH 1/3] linux: bump latest version to 6.6 Petr Vorel
@ 2024-01-15 21:41 ` Petr Vorel
2024-02-05 14:34 ` Thomas Petazzoni via buildroot
2024-01-15 21:41 ` [Buildroot] [PATCH 3/3] linux: bump 5.10 CIP kernel versions Petr Vorel
2 siblings, 1 reply; 7+ messages in thread
From: Petr Vorel @ 2024-01-15 21:41 UTC (permalink / raw)
To: buildroot
Cc: Thomas Petazzoni, Bernd Kuhls, Petr Vorel, Yann E . MORIN,
Angelo Compagnucci
Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
linux/Config.in | 2 +-
linux/linux.hash | 12 ++++++------
| 12 ++++++------
3 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/linux/Config.in b/linux/Config.in
index aa6f846338..4528d8eacc 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -128,7 +128,7 @@ endif
config BR2_LINUX_KERNEL_VERSION
string
- default "6.6.11" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "6.6.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 27a9d5cd0d..efd0dac4cf 100644
--- a/linux/linux.hash
+++ b/linux/linux.hash
@@ -1,12 +1,12 @@
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
-sha256 afe2e5a661bb886d762684ebea71607d1ee8cb9dd100279d2810ba20d9671e52 linux-6.6.11.tar.xz
-sha256 98dce69077c35cffca799dcdbbd32a02242aad6b0950eb931936bb2ef69f0926 linux-6.1.72.tar.xz
+sha256 1fd7ec8c3d9c4e4b3a41d11e2c6d151e5fbf875dd08b3577f73afd6ee6674605 linux-6.6.12.tar.xz
+sha256 6cad48706bf1cde342613dca2a2cd6dd4f79f88f9e4d356263564e4b2a5d7e87 linux-6.1.73.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256 5a807a5fa2a80ada957d8079681dfb5cc196ec26f43244d1c8a4fd7af592d192 linux-5.15.146.tar.xz
-sha256 86ace9892296bf1534d574894edd27614b68de4085c03fd3f60121751a334f1b linux-5.10.207.tar.xz
-sha256 da072f7e6fe719c01e517cac1fa9988b2f5fa87d62a8501b7dc16d3b62b2acb6 linux-5.4.266.tar.xz
+sha256 56c1e65625d201db431efda7a3816e7b424071e7cb0245b2ba594d15b1fdfcd4 linux-5.15.147.tar.xz
+sha256 9025147a09547f28ec8f496c12efc30bd2fc03b2824a668e8636b2ca0ef1fb6e linux-5.10.208.tar.xz
+sha256 42d28def2cc1502251edbfeaca3b25ee764ad1e471b6c703ccb2267f38471c43 linux-5.4.267.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
-sha256 cdc6a5d51aaff7c50bfe4ac4adf5cc3727043a24641145dc268e858db2a4b598 linux-4.19.304.tar.xz
+sha256 da82425c7410623dfb2405915347ee9617fc0e33a63ca821c33aeed160cddae8 linux-4.19.305.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 b6ff605469..f8b9a4a857 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -403,12 +403,12 @@ endchoice
config BR2_DEFAULT_KERNEL_HEADERS
string
- default "4.19.304" if BR2_KERNEL_HEADERS_4_19
- default "5.4.266" if BR2_KERNEL_HEADERS_5_4
- default "5.10.207" if BR2_KERNEL_HEADERS_5_10
- default "5.15.146" if BR2_KERNEL_HEADERS_5_15
- default "6.1.72" if BR2_KERNEL_HEADERS_6_1
- default "6.6.11" if BR2_KERNEL_HEADERS_6_6
+ default "4.19.305" if BR2_KERNEL_HEADERS_4_19
+ default "5.4.267" if BR2_KERNEL_HEADERS_5_4
+ default "5.10.208" if BR2_KERNEL_HEADERS_5_10
+ default "5.15.147" if BR2_KERNEL_HEADERS_5_15
+ default "6.1.73" if BR2_KERNEL_HEADERS_6_1
+ default "6.6.12" 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.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 7+ messages in thread* Re: [Buildroot] [PATCH 2/3] {linux, linux-headers}: bump 5.{10, 15}.x / 6.{1, 6}.x series
2024-01-15 21:41 ` [Buildroot] [PATCH 2/3] {linux, linux-headers}: bump 5.{10, 15}.x / 6.{1, 6}.x series Petr Vorel
@ 2024-02-05 14:34 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-02-05 14:34 UTC (permalink / raw)
To: Petr Vorel
Cc: Thomas Petazzoni, Bernd Kuhls, Angelo Compagnucci, Yann E . MORIN,
buildroot
Hello Petr,
On Mon, 15 Jan 2024 22:41:36 +0100
Petr Vorel <petr.vorel@gmail.com> wrote:
> # From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
> -sha256 afe2e5a661bb886d762684ebea71607d1ee8cb9dd100279d2810ba20d9671e52 linux-6.6.11.tar.xz
> -sha256 98dce69077c35cffca799dcdbbd32a02242aad6b0950eb931936bb2ef69f0926 linux-6.1.72.tar.xz
> +sha256 1fd7ec8c3d9c4e4b3a41d11e2c6d151e5fbf875dd08b3577f73afd6ee6674605 linux-6.6.12.tar.xz
> +sha256 6cad48706bf1cde342613dca2a2cd6dd4f79f88f9e4d356263564e4b2a5d7e87 linux-6.1.73.tar.xz
> # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
> -sha256 5a807a5fa2a80ada957d8079681dfb5cc196ec26f43244d1c8a4fd7af592d192 linux-5.15.146.tar.xz
> -sha256 86ace9892296bf1534d574894edd27614b68de4085c03fd3f60121751a334f1b linux-5.10.207.tar.xz
> -sha256 da072f7e6fe719c01e517cac1fa9988b2f5fa87d62a8501b7dc16d3b62b2acb6 linux-5.4.266.tar.xz
> +sha256 56c1e65625d201db431efda7a3816e7b424071e7cb0245b2ba594d15b1fdfcd4 linux-5.15.147.tar.xz
> +sha256 9025147a09547f28ec8f496c12efc30bd2fc03b2824a668e8636b2ca0ef1fb6e linux-5.10.208.tar.xz
> +sha256 42d28def2cc1502251edbfeaca3b25ee764ad1e471b6c703ccb2267f38471c43 linux-5.4.267.tar.xz
> # From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
> -sha256 cdc6a5d51aaff7c50bfe4ac4adf5cc3727043a24641145dc268e858db2a4b598 linux-4.19.304.tar.xz
> +sha256 da82425c7410623dfb2405915347ee9617fc0e33a63ca821c33aeed160cddae8 linux-4.19.305.tar.xz
Many of these bumps already took place (because we were too slow to
apply your patch), but some did not (like the 5.15.x bump). Could you
resubmit on top of master?
Thanks a lot!
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH 3/3] linux: bump 5.10 CIP kernel versions
2024-01-15 21:41 [Buildroot] [PATCH 0/3] Bump kernel versions Petr Vorel
2024-01-15 21:41 ` [Buildroot] [PATCH 1/3] linux: bump latest version to 6.6 Petr Vorel
2024-01-15 21:41 ` [Buildroot] [PATCH 2/3] {linux, linux-headers}: bump 5.{10, 15}.x / 6.{1, 6}.x series Petr Vorel
@ 2024-01-15 21:41 ` Petr Vorel
2024-01-17 12:50 ` Peter Korsgaard
2 siblings, 1 reply; 7+ messages in thread
From: Petr Vorel @ 2024-01-15 21:41 UTC (permalink / raw)
To: buildroot
Cc: Thomas Petazzoni, Bernd Kuhls, Petr Vorel, Yann E . MORIN,
Angelo Compagnucci
Bump CIP to 5.10.205-cip42, CIP RT to 5.10.201-cip41-rt17.
Use sha256sums.asc from kernel.org.
Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
linux/Config.in | 4 ++--
linux/linux.hash | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/linux/Config.in b/linux/Config.in
index 4528d8eacc..36649d3391 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -32,7 +32,7 @@ config BR2_LINUX_KERNEL_LATEST_VERSION
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_7 if BR2_KERNEL_HEADERS_AS_KERNEL
config BR2_LINUX_KERNEL_LATEST_CIP_VERSION
- bool "Latest CIP SLTS version (5.10.162-cip24)"
+ bool "Latest CIP SLTS version (5.10.205-cip42)"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10 if BR2_KERNEL_HEADERS_AS_KERNEL
help
CIP launched in the spring of 2016 to address the needs of
@@ -52,7 +52,7 @@ config BR2_LINUX_KERNEL_LATEST_CIP_VERSION
https://www.cip-project.org
config BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
- bool "Latest CIP RT SLTS version (5.10.162-cip24-rt10)"
+ bool "Latest CIP RT SLTS version (5.10.201-cip41-rt17)"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10 if BR2_KERNEL_HEADERS_AS_KERNEL
help
Same as the CIP version, but this is the PREEMPT_RT realtime
diff --git a/linux/linux.hash b/linux/linux.hash
index efd0dac4cf..6e75e017d3 100644
--- a/linux/linux.hash
+++ b/linux/linux.hash
@@ -7,9 +7,9 @@ sha256 9025147a09547f28ec8f496c12efc30bd2fc03b2824a668e8636b2ca0ef1fb6e linux-
sha256 42d28def2cc1502251edbfeaca3b25ee764ad1e471b6c703ccb2267f38471c43 linux-5.4.267.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
sha256 da82425c7410623dfb2405915347ee9617fc0e33a63ca821c33aeed160cddae8 linux-4.19.305.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
+# From https://www.kernel.org/pub/linux/kernel/projects/cip/5.10/sha256sums.asc
+sha256 b4734a7a22a30f3c20f9437c366bde0dd584bebe836d1ef622d4c1d7205e6f54 linux-cip-5.10.205-cip42.tar.xz
+sha256 b1dc1779a9b8e05c1b547c2b3f2b19c5829504431f09c1a82e24b98d1395c4a8 linux-cip-5.10.201-cip41-rt17.tar.xz
# Licenses hashes
sha256 fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0 COPYING
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 7+ messages in thread* Re: [Buildroot] [PATCH 3/3] linux: bump 5.10 CIP kernel versions
2024-01-15 21:41 ` [Buildroot] [PATCH 3/3] linux: bump 5.10 CIP kernel versions Petr Vorel
@ 2024-01-17 12:50 ` Peter Korsgaard
0 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2024-01-17 12:50 UTC (permalink / raw)
To: Petr Vorel
Cc: Thomas Petazzoni, Bernd Kuhls, Angelo Compagnucci, Yann E . MORIN,
buildroot
>>>>> "Petr" == Petr Vorel <petr.vorel@gmail.com> writes:
> Bump CIP to 5.10.205-cip42, CIP RT to 5.10.201-cip41-rt17.
> Use sha256sums.asc from kernel.org.
> Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
> ---
> linux/Config.in | 4 ++--
> linux/linux.hash | 6 +++---
> 2 files changed, 5 insertions(+), 5 deletions(-)
> diff --git a/linux/Config.in b/linux/Config.in
> index 4528d8eacc..36649d3391 100644
> --- a/linux/Config.in
> +++ b/linux/Config.in
> @@ -32,7 +32,7 @@ config BR2_LINUX_KERNEL_LATEST_VERSION
> select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_7 if BR2_KERNEL_HEADERS_AS_KERNEL
> config BR2_LINUX_KERNEL_LATEST_CIP_VERSION
> - bool "Latest CIP SLTS version (5.10.162-cip24)"
> + bool "Latest CIP SLTS version (5.10.205-cip42)"
> select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10 if BR2_KERNEL_HEADERS_AS_KERNEL
> help
> CIP launched in the spring of 2016 to address the needs of
> @@ -52,7 +52,7 @@ config BR2_LINUX_KERNEL_LATEST_CIP_VERSION
> https://www.cip-project.org
> config BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
> - bool "Latest CIP RT SLTS version (5.10.162-cip24-rt10)"
> + bool "Latest CIP RT SLTS version (5.10.201-cip41-rt17)"
> select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10 if BR2_KERNEL_HEADERS_AS_KERNEL
> help
> Same as the CIP version, but this is the PREEMPT_RT realtime
> diff --git a/linux/linux.hash b/linux/linux.hash
> index efd0dac4cf..6e75e017d3 100644
> --- a/linux/linux.hash
> +++ b/linux/linux.hash
> @@ -7,9 +7,9 @@ sha256 9025147a09547f28ec8f496c12efc30bd2fc03b2824a668e8636b2ca0ef1fb6e linux-
> sha256 42d28def2cc1502251edbfeaca3b25ee764ad1e471b6c703ccb2267f38471c43 linux-5.4.267.tar.xz
> # From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
> sha256 da82425c7410623dfb2405915347ee9617fc0e33a63ca821c33aeed160cddae8 linux-4.19.305.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
> +# From https://www.kernel.org/pub/linux/kernel/projects/cip/5.10/sha256sums.asc
> +sha256 b4734a7a22a30f3c20f9437c366bde0dd584bebe836d1ef622d4c1d7205e6f54 linux-cip-5.10.205-cip42.tar.xz
> +sha256 b1dc1779a9b8e05c1b547c2b3f2b19c5829504431f09c1a82e24b98d1395c4a8 linux-cip-5.10.201-cip41-rt17.tar.xz
This cannot work without updating the strings in
BR2_LINUX_KERNEL_VERSION?
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-02-05 14:34 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-15 21:41 [Buildroot] [PATCH 0/3] Bump kernel versions Petr Vorel
2024-01-15 21:41 ` [Buildroot] [PATCH 1/3] linux: bump latest version to 6.6 Petr Vorel
2024-01-17 12:51 ` Peter Korsgaard
2024-01-15 21:41 ` [Buildroot] [PATCH 2/3] {linux, linux-headers}: bump 5.{10, 15}.x / 6.{1, 6}.x series Petr Vorel
2024-02-05 14:34 ` Thomas Petazzoni via buildroot
2024-01-15 21:41 ` [Buildroot] [PATCH 3/3] linux: bump 5.10 CIP kernel versions Petr Vorel
2024-01-17 12:50 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox