diff --git a/linux/Config.in b/linux/Config.in index 4cab438250..afcebe78b1 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -141,7 +141,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES config BR2_LINUX_KERNEL_VERSION string - default "6.16.2" if BR2_LINUX_KERNEL_LATEST_VERSION + default "6.16.4" 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 6aaa163eb2..0613a0d909 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 b760a6fa793d774fbd3b7fa0bea3efd5c4f5294dfb98ef1bd5f6d5f7cef4f06d linux-6.16.2.tar.xz -sha256 0fcbbbbcd456e87bbbfc8bf37af541fda62ccfcce76903503424fd101ef7bdee linux-6.12.43.tar.xz -sha256 80d2feb7334c30bacbe1e7dafa9ea415efb2c0ea4f4740ecbd1467cf5d94de5c linux-6.6.102.tar.xz -sha256 d9a03d3a2771c60fc726c58d3bba61123e5fd22d45ed27f6cf7a308c171180a1 linux-6.1.148.tar.xz +sha256 d6a5e3c71a10b533a756251387cc8bf48bbd5c76d842ba5e957d8b1c316ab622 linux-6.16.4.tar.xz +sha256 b650210ed3027b224969d148aa377452a9aad3ae7f2851abedd31adfef16bdae linux-6.12.44.tar.xz +sha256 d288dd38c3e62ba576ba6b3ad2a84cfba65cd43b702f6c50d1f701aee942b18e linux-6.6.103.tar.xz +sha256 c4e906b8d39a5866d25e06371d4de4454fbfaaeb67979a04e4137e807877be39 linux-6.1.149.tar.xz # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc -sha256 e3d0025b87278e14733cb326700f17c7cceb54d920622b0d5fcd58a88c6850c3 linux-5.15.189.tar.xz -sha256 8d88c3977226d666554b75f480d1e6c5f4e4d2acdf2a3462840c6bac88634d13 linux-5.10.240.tar.xz -sha256 3d63614e58bf1befaba3f5713145200d09f26e564832c8948094fdf5b11fa73a linux-5.4.296.tar.xz +sha256 62b814f1a48e1d67764a28611f23ca1f1ce1084ad7f1d319acc05720a9a68604 linux-5.15.190.tar.xz +sha256 08c1e982064c81f8445a8fff2293d430c716c11fd3185606b8275718d696d8d6 linux-5.10.241.tar.xz +sha256 f10cfcea7acf7588087d7cc17ebeeb7d3ff783c040536698c544eed7c5e8a841 linux-5.4.297.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 diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index 7ad66c33f0..f7c015725f 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -454,13 +454,13 @@ endchoice config BR2_DEFAULT_KERNEL_HEADERS string - default "5.4.296" if BR2_KERNEL_HEADERS_5_4 - default "5.10.240" if BR2_KERNEL_HEADERS_5_10 - default "5.15.189" if BR2_KERNEL_HEADERS_5_15 - default "6.1.148" if BR2_KERNEL_HEADERS_6_1 - default "6.6.102" if BR2_KERNEL_HEADERS_6_6 - default "6.12.43" if BR2_KERNEL_HEADERS_6_12 - default "6.16.2" if BR2_KERNEL_HEADERS_6_16 + default "5.4.297" if BR2_KERNEL_HEADERS_5_4 + default "5.10.241" if BR2_KERNEL_HEADERS_5_10 + default "5.15.190" if BR2_KERNEL_HEADERS_5_15 + default "6.1.149" if BR2_KERNEL_HEADERS_6_1 + default "6.6.103" if BR2_KERNEL_HEADERS_6_6 + default "6.12.44" if BR2_KERNEL_HEADERS_6_12 + default "6.16.4" if BR2_KERNEL_HEADERS_6_16 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 \