From 68c4c521ccbb4dece10e0f6d48c702dcf2a586c6 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Thu, 22 May 2025 22:31:04 +0200 Subject: [PATCH] linux6.6: update to 6.6.92. --- srcpkgs/linux6.6/files/arm64-dotconfig | 3 ++- srcpkgs/linux6.6/files/i386-dotconfig | 2 +- srcpkgs/linux6.6/files/x86_64-dotconfig | 2 +- srcpkgs/linux6.6/template | 8 ++------ 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/srcpkgs/linux6.6/files/arm64-dotconfig b/srcpkgs/linux6.6/files/arm64-dotconfig index 1b04bc8a57a..a083f11d47b 100644 --- a/srcpkgs/linux6.6/files/arm64-dotconfig +++ b/srcpkgs/linux6.6/files/arm64-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 6.6.91 Kernel Configuration +# Linux/arm64 6.6.92 Kernel Configuration # CONFIG_CC_VERSION_TEXT="aarch64-linux-musl-gcc (GCC) 14.2.1 20250405" CONFIG_CC_IS_GCC=y @@ -2416,6 +2416,7 @@ CONFIG_PROC_EVENTS=y # CONFIG_ARM_SCMI_PROTOCOL=y # CONFIG_ARM_SCMI_RAW_MODE_SUPPORT is not set +# CONFIG_ARM_SCMI_DEBUG_COUNTERS is not set CONFIG_ARM_SCMI_HAVE_TRANSPORT=y CONFIG_ARM_SCMI_HAVE_SHMEM=y CONFIG_ARM_SCMI_HAVE_MSG=y diff --git a/srcpkgs/linux6.6/files/i386-dotconfig b/srcpkgs/linux6.6/files/i386-dotconfig index c7deb5cbd89..bb9a8b69916 100644 --- a/srcpkgs/linux6.6/files/i386-dotconfig +++ b/srcpkgs/linux6.6/files/i386-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/i386 6.6.91 Kernel Configuration +# Linux/i386 6.6.92 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.1 20250405" CONFIG_CC_IS_GCC=y diff --git a/srcpkgs/linux6.6/files/x86_64-dotconfig b/srcpkgs/linux6.6/files/x86_64-dotconfig index d0e8990f35a..2006357b209 100644 --- a/srcpkgs/linux6.6/files/x86_64-dotconfig +++ b/srcpkgs/linux6.6/files/x86_64-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86_64 6.6.91 Kernel Configuration +# Linux/x86_64 6.6.92 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.1 20250405" CONFIG_CC_IS_GCC=y diff --git a/srcpkgs/linux6.6/template b/srcpkgs/linux6.6/template index 73eebad0b2e..7fd676855c5 100644 --- a/srcpkgs/linux6.6/template +++ b/srcpkgs/linux6.6/template @@ -1,6 +1,6 @@ # Template file for 'linux6.6' pkgname=linux6.6 -version=6.6.91 +version=6.6.92 revision=1 short_desc="Linux kernel and modules (${version%.*} series)" maintainer="Duncaen " @@ -14,16 +14,12 @@ if [ "${version##*.}" != 0 ]; then fi checksum="d926a06c63dd8ac7df3f86ee1ffc2ce2a3b81a2d168484e76b5b389aba8e56d0 - a304a814d58648b64c443874158692db8fe039cb8726b3f92913d42532fca083" + 97ecffcffc5da8305ad0da61bcd007790814039860d50ed4fa2b102f41d1c72b" python_version=3 # XXX Restrict archs until a proper -dotconfig is available in FILESDIR. archs="x86_64* i686* aarch64*" -if [ "${XBPS_TARGET_MACHINE}" == i686 ]; then - broken="arch/x86/kernel/alternative.c:1452:5: error: redefinition of 'its_static_thunk'" -fi - nodebug=yes # -dbg package is generated below manually nostrip=yes noverifyrdeps=yes