linux6.12: update to 6.12.88.

This commit is contained in:
Duncaen
2026-05-15 22:40:30 +02:00
parent ddfa5280df
commit 5274324249
5 changed files with 18 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 6.12.86 Kernel Configuration
# Linux/arm64 6.12.88 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="aarch64-linux-musl-gcc (GCC) 14.2.1 20250405"
CONFIG_CC_IS_GCC=y
+1 -1
View File
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/i386 6.12.86 Kernel Configuration
# Linux/i386 6.12.88 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.1 20250405"
CONFIG_CC_IS_GCC=y
+1 -1
View File
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86_64 6.12.87 Kernel Configuration
# Linux/x86_64 6.12.88 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.1 20250405"
CONFIG_CC_IS_GCC=y
@@ -0,0 +1,13 @@
The header includes the full kernel version as a comment in the
generated/autoconf.h file which invalidates the ccache on every minor update.
--- a/scripts/kconfig/confdata.c
+++ b/scripts/kconfig/confdata.c
@@ -1055,7 +1055,7 @@
return -1;
}
- conf_write_heading(file, comment_style);
+ // conf_write_heading(file, comment_style);
for_all_symbols(sym)
if ((sym->flags & SYMBOL_WRITE) && sym->name)
+2 -2
View File
@@ -1,6 +1,6 @@
# Template file for 'linux6.12'
pkgname=linux6.12
version=6.12.87
version=6.12.88
revision=1
short_desc="Linux kernel and modules (${version%.*} series)"
maintainer="Duncaen <duncaen@voidlinux.org>"
@@ -14,7 +14,7 @@ if [ "${version##*.}" != 0 ]; then
fi
checksum="b1a2562be56e42afb3f8489d4c2a7ac472ac23098f1ef1c1e40da601f54625eb
4a966e956007eec4c3755edb466adebb111b5fdd0f1ab51deeeadaa5c0bee7d4"
91ec1754ff8fb5942e607fa8c172b1808acf48f8d8cd64ce59c2aa66f0760bf3"
python_version=3
# XXX Restrict archs until a proper <arch>-dotconfig is available in FILESDIR.