[Buildroot] [PATCH] {linux, linux-headers}: bump 6.{6, 12, 13}.x series

Arnout Vandecappelle arnout at rnout.be
Wed Apr 16 21:04:17 UTC 2025


On 23/03/2025 20:07, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd at kuhls.net>

  Applied to 2025.02.x, 2024.11.x and 2024.02.x (after dropping the ones that 
don't exist in there), thanks.

  Regards,
  Arnout

> ---
>   linux/Config.in                      | 2 +-
>   linux/linux.hash                     | 6 +++---
>   package/linux-headers/Config.in.host | 6 +++---
>   3 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/linux/Config.in b/linux/Config.in
> index c2f730709b..cdcf7e8c23 100644
> --- a/linux/Config.in
> +++ b/linux/Config.in
> @@ -137,7 +137,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES
>   
>   config BR2_LINUX_KERNEL_VERSION
>   	string
> -	default "6.13.7" if BR2_LINUX_KERNEL_LATEST_VERSION
> +	default "6.13.8" 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 a8f37fd097..10aaed1d3f 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  3a39b62038b7ac2f43d26a1f84b4283e197804e1e817ad637e9a3d874c47801d  linux-6.13.7.tar.xz
> -sha256  d73bf057bec04434b169d1b61641936f7d0c97ceb923a281f32e35dd4dcc6531  linux-6.12.19.tar.xz
> -sha256  894bbbe63b7484a0bc576a1e11a8dbc090fbd476d6424431bdc8435e03c2c208  linux-6.6.83.tar.xz
> +sha256  259afa59d73d676bec2ae89beacd949e08d54d3f70a7f8b0a742315095751abb  linux-6.13.8.tar.xz
> +sha256  230e89b07b0ab82e74f07ecc1bee3105dca81d0ef4a97f900929c407249b6ac7  linux-6.12.20.tar.xz
> +sha256  7fd20721551a61db347c5ac6ca05818e24058682be4e4389dc51e88d4ac17ba7  linux-6.6.84.tar.xz
>   sha256  44caf510603b4cbbe78ef828620099d200536d666e909ddb73bb2938c7de5b16  linux-6.1.131.tar.xz
>   # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
>   sha256  9319a47b1e9b5d344ff6015431856d0c9640e4faedc527c87f9129061a27136f  linux-5.15.179.tar.xz
> diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
> index 9be5957596..0a07d657b2 100644
> --- a/package/linux-headers/Config.in.host
> +++ b/package/linux-headers/Config.in.host
> @@ -440,9 +440,9 @@ config BR2_DEFAULT_KERNEL_HEADERS
>   	default "5.10.235"	if BR2_KERNEL_HEADERS_5_10
>   	default "5.15.179"	if BR2_KERNEL_HEADERS_5_15
>   	default "6.1.131"	if BR2_KERNEL_HEADERS_6_1
> -	default "6.6.83"	if BR2_KERNEL_HEADERS_6_6
> -	default "6.12.19"	if BR2_KERNEL_HEADERS_6_12
> -	default "6.13.7"	if BR2_KERNEL_HEADERS_6_13
> +	default "6.6.84"	if BR2_KERNEL_HEADERS_6_6
> +	default "6.12.20"	if BR2_KERNEL_HEADERS_6_12
> +	default "6.13.8"	if BR2_KERNEL_HEADERS_6_13
>   	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 \


More information about the buildroot mailing list