From 1619bad5f34bb3e487e191a7f9a5362fef791139 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 10 Mar 2025 15:48:05 +0100 Subject: [PATCH] linux6.6: update to 6.6.82. --- srcpkgs/linux6.6/files/arm64-dotconfig | 2 +- srcpkgs/linux6.6/files/i386-dotconfig | 3 ++- 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 73f30d29026..22d8dbf9835 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.81 Kernel Configuration +# Linux/arm64 6.6.82 Kernel Configuration # CONFIG_CC_VERSION_TEXT="aarch64-linux-musl-gcc (GCC) 13.2.0" CONFIG_CC_IS_GCC=y diff --git a/srcpkgs/linux6.6/files/i386-dotconfig b/srcpkgs/linux6.6/files/i386-dotconfig index 4c6f72ea87e..864eeff6194 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.81 Kernel Configuration +# Linux/i386 6.6.82 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.0" CONFIG_CC_IS_GCC=y @@ -431,6 +431,7 @@ CONFIG_X86_IOPL_IOPERM=y # CONFIG_TOSHIBA is not set # CONFIG_X86_REBOOTFIXUPS is not set CONFIG_MICROCODE=y +CONFIG_MICROCODE_INITRD32=y # CONFIG_MICROCODE_LATE_LOADING is not set CONFIG_X86_MSR=m CONFIG_X86_CPUID=m diff --git a/srcpkgs/linux6.6/files/x86_64-dotconfig b/srcpkgs/linux6.6/files/x86_64-dotconfig index cdd967fe6d5..3c3b4e18472 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.81 Kernel Configuration +# Linux/x86_64 6.6.82 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.0" CONFIG_CC_IS_GCC=y diff --git a/srcpkgs/linux6.6/template b/srcpkgs/linux6.6/template index 20479fe703e..64a3881877f 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.81 +version=6.6.82 revision=1 short_desc="Linux kernel and modules (${version%.*} series)" maintainer="Duncaen " @@ -14,7 +14,7 @@ if [ "${version##*.}" != 0 ]; then fi checksum="d926a06c63dd8ac7df3f86ee1ffc2ce2a3b81a2d168484e76b5b389aba8e56d0 - 4feb80f765ad834725488a5565be2db36142be6dffed6e94a8b3c529071d394a" + ab07dfe89301593d7d61dc9bb974c69563c4a43b3d6f29478ee1d9e3a03bd214" python_version=3 # XXX Restrict archs until a proper -dotconfig is available in FILESDIR. @@ -55,10 +55,6 @@ if [ "$CROSS_BUILD" ]; then _cross="CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-" fi -case "$XBPS_TARGET_MACHINE" in - i686*) broken="arch/x86/kernel/cpu/microcode/core.c:198:25: error: 'initrd_start_early' undeclared" ;; -esac - pre_patch() { if [ ! -f $XBPS_SRCDISTDIR/$pkgname-$version/patch-${version}.xz ]; then return