From dc1fd41283c27cd08ec0341010950c6d68d97304 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 21 Nov 2021 15:59:46 +0100 Subject: [PATCH] linux5.15: update to 5.15.4. Config changes: AMD_PMC n -> m EFI_VARS y -> n Closes #34117. Closes #34149. --- srcpkgs/linux5.15/files/i386-dotconfig | 2 +- srcpkgs/linux5.15/files/x86_64-dotconfig | 6 +++--- srcpkgs/linux5.15/template | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/linux5.15/files/i386-dotconfig b/srcpkgs/linux5.15/files/i386-dotconfig index fd370c34915..95f9f21f866 100644 --- a/srcpkgs/linux5.15/files/i386-dotconfig +++ b/srcpkgs/linux5.15/files/i386-dotconfig @@ -2126,7 +2126,7 @@ CONFIG_SYSFB=y # # EFI (Extensible Firmware Interface) Support # -CONFIG_EFI_VARS=y +# CONFIG_EFI_VARS is not set CONFIG_EFI_ESRT=y CONFIG_EFI_VARS_PSTORE=y CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE=y diff --git a/srcpkgs/linux5.15/files/x86_64-dotconfig b/srcpkgs/linux5.15/files/x86_64-dotconfig index 2f828640fa4..226bb4207f0 100644 --- a/srcpkgs/linux5.15/files/x86_64-dotconfig +++ b/srcpkgs/linux5.15/files/x86_64-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86_64 5.15.2 Kernel Configuration +# Linux/x86_64 5.15.4 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.1 20201203" CONFIG_CC_IS_GCC=y @@ -2191,7 +2191,7 @@ CONFIG_SYSFB=y # # EFI (Extensible Firmware Interface) Support # -CONFIG_EFI_VARS=y +# CONFIG_EFI_VARS is not set CONFIG_EFI_ESRT=y CONFIG_EFI_VARS_PSTORE=y CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE=y @@ -8262,7 +8262,7 @@ CONFIG_GIGABYTE_WMI=m CONFIG_ACERHDF=m # CONFIG_ACER_WIRELESS is not set CONFIG_ACER_WMI=m -# CONFIG_AMD_PMC is not set +CONFIG_AMD_PMC=m CONFIG_ADV_SWBUTTON=m CONFIG_APPLE_GMUX=m CONFIG_ASUS_LAPTOP=m diff --git a/srcpkgs/linux5.15/template b/srcpkgs/linux5.15/template index 68ae0f46542..40c310a7daa 100644 --- a/srcpkgs/linux5.15/template +++ b/srcpkgs/linux5.15/template @@ -1,6 +1,6 @@ # Template file for 'linux5.15' pkgname=linux5.15 -version=5.15.3 +version=5.15.4 revision=1 wrksrc="linux-${version%.*}" short_desc="Linux kernel and modules (${version%.*} series)" @@ -10,7 +10,7 @@ homepage="https://www.kernel.org" distfiles="https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${version%.*}.tar.xz https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-${version}.xz" checksum="57b2cf6991910e3b67a1b3490022e8a0674b6965c74c12da1e99d138d1991ee8 - 3eac9835eb12f011c1bf15fe4bc933fab7a4d67b7a09d20a638ed162b6b17466" + c33801f2d4ae027b5cb6ba49ff7daacc1ac25243cefcc0a4e6e358f5d36dca5b" skip_extraction="patch-${version}.xz" python_version=3