Re: [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.6.x, 6.12.x, 6.18.x, 7.1.x series
Fiona Klute via buildroot <[email protected]> Tue, 4 Aug 2026 00:11:45 +0200
| Newsgroups | net.busybox.buildroot |
|---|---|
| Message-ID | <[email protected]> |
Am 03.08.26 um 23:07 schrieb Bernd Kuhls: > Update the latest kernel releases to: > - 6.6.147 -> 6.6.148 > - 6.12.100 -> 6.12.101 > - 6.18.41 -> 6.18.42 > - 7.1.5 -> 7.1.6 > > Signed-off-by: Bernd Kuhls <[email protected]> Applied to master, thank you! > --- > linux/{7.1.5 => 7.1.6} | 0 > linux/Config.in | 2 +- > linux/before-6.17/linux.hash | 4 ++-- > linux/from-6.17/linux.hash | 4 ++-- > package/linux-headers/{6.12.100 => 6.12.101} | 0 > package/linux-headers/{6.18.41 => 6.18.42} | 0 > package/linux-headers/{6.6.147 => 6.6.148} | 0 > package/linux-headers/{7.1.5 => 7.1.6} | 0 > package/linux-headers/Config.in.host | 8 ++++---- > 9 files changed, 9 insertions(+), 9 deletions(-) > rename linux/{7.1.5 => 7.1.6} (100%) > rename package/linux-headers/{6.12.100 => 6.12.101} (100%) > rename package/linux-headers/{6.18.41 => 6.18.42} (100%) > rename package/linux-headers/{6.6.147 => 6.6.148} (100%) > rename package/linux-headers/{7.1.5 => 7.1.6} (100%) > > diff --git a/linux/7.1.5 b/linux/7.1.6 > similarity index 100% > rename from linux/7.1.5 > rename to linux/7.1.6 > diff --git a/linux/Config.in b/linux/Config.in > index 18b789d79a..c2b52bcced 100644 > --- a/linux/Config.in > +++ b/linux/Config.in > @@ -143,7 +143,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES > > config BR2_LINUX_KERNEL_VERSION > string > - default "7.1.5" if BR2_LINUX_KERNEL_LATEST_VERSION > + default "7.1.6" if BR2_LINUX_KERNEL_LATEST_VERSION > default "5.10.254-cip72" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION > default "5.10.254-cip72-rt32" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION > default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \ > diff --git a/linux/before-6.17/linux.hash b/linux/before-6.17/linux.hash > index f86991284b..779def28d0 100644 > --- a/linux/before-6.17/linux.hash > +++ b/linux/before-6.17/linux.hash > @@ -1,6 +1,6 @@ > # From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc > -sha256 67f973533406492e86774bacbcefae50d50d5c34cbf703c47ec526a5efdcee90 linux-6.12.100.tar.xz > -sha256 e76329b7ee046883d55a1868253cffe67c526a6da6140ebecd3cd6ac44db4abb linux-6.6.147.tar.xz > +sha256 0d21cd11933f49f7151b7c9dbb8cc3fddc8c8abe506434b850feecf41fc28a76 linux-6.12.101.tar.xz > +sha256 b674994b5760eb1c493711cfdc3aefb97583dfe04bb7977b4c8e7aae0710f75e linux-6.6.148.tar.xz > sha256 4f0e601759b55cfc4d0bf4990859b93bc74fb915cde532284f0765b77ca0f86a linux-6.1.180.tar.xz > # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc > sha256 c4721b4b8535f3e418ee579c70645fbfd5ddfba4943c31b919e8c9522371e1d8 linux-5.15.213.tar.xz > diff --git a/linux/from-6.17/linux.hash b/linux/from-6.17/linux.hash > index c8be87c361..8072305f0b 100644 > --- a/linux/from-6.17/linux.hash > +++ b/linux/from-6.17/linux.hash > @@ -1,8 +1,8 @@ > # From https://www.kernel.org/pub/linux/kernel/v7.x/sha256sums.asc > -sha256 22a0196b3cbcdf34dc27b77561f4d040585fd3447edc9ab3531a1ac79e3041e7 linux-7.1.5.tar.xz > +sha256 995dd7188d924662b94b48fd6fb783587267590e5b8bb33dade2c771e7d855c1 linux-7.1.6.tar.xz > > # From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc > -sha256 17fc72f0f8d4a8a8633a5d20085f5d9c5a5ec51ee896a0b7ae1ec25da31273ea linux-6.18.41.tar.xz > +sha256 35a8ef5e8fb44467e56a42b40c23c4c10a61d1e95ff8d738f285230e8bed63e7 linux-6.18.42.tar.xz > > # Licenses hashes > sha256 fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0 COPYING > diff --git a/package/linux-headers/6.12.100 b/package/linux-headers/6.12.101 > similarity index 100% > rename from package/linux-headers/6.12.100 > rename to package/linux-headers/6.12.101 > diff --git a/package/linux-headers/6.18.41 b/package/linux-headers/6.18.42 > similarity index 100% > rename from package/linux-headers/6.18.41 > rename to package/linux-headers/6.18.42 > diff --git a/package/linux-headers/6.6.147 b/package/linux-headers/6.6.148 > similarity index 100% > rename from package/linux-headers/6.6.147 > rename to package/linux-headers/6.6.148 > diff --git a/package/linux-headers/7.1.5 b/package/linux-headers/7.1.6 > similarity index 100% > rename from package/linux-headers/7.1.5 > rename to package/linux-headers/7.1.6 > diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host > index faa31b5733..563138a7f5 100644 > --- a/package/linux-headers/Config.in.host > +++ b/package/linux-headers/Config.in.host > @@ -475,10 +475,10 @@ config BR2_DEFAULT_KERNEL_HEADERS > default "5.10.262" if BR2_KERNEL_HEADERS_5_10 > default "5.15.213" if BR2_KERNEL_HEADERS_5_15 > default "6.1.180" if BR2_KERNEL_HEADERS_6_1 > - default "6.6.147" if BR2_KERNEL_HEADERS_6_6 > - default "6.12.100" if BR2_KERNEL_HEADERS_6_12 > - default "6.18.41" if BR2_KERNEL_HEADERS_6_18 > - default "7.1.5" if BR2_KERNEL_HEADERS_7_1 > + default "6.6.148" if BR2_KERNEL_HEADERS_6_6 > + default "6.12.101" if BR2_KERNEL_HEADERS_6_12 > + default "6.18.42" if BR2_KERNEL_HEADERS_6_18 > + default "7.1.6" if BR2_KERNEL_HEADERS_7_1 > 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 \ _______________________________________________ buildroot mailing list [email protected] https://lists.buildroot.org/mailman/listinfo/buildroot