From a0e524a3e96b9bbe970d980624114b30e3dd5bc9 Mon Sep 17 00:00:00 2001 From: Jan200101 Date: Tue, 11 Jan 2022 21:54:59 +0100 Subject: kernel 5.15.13 --- SOURCES/patch-5.15-redhat.patch | 8 ++++---- SPECS/kernel.spec | 15 +++++++++------ 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/SOURCES/patch-5.15-redhat.patch b/SOURCES/patch-5.15-redhat.patch index 1878813..f50f305 100644 --- a/SOURCES/patch-5.15-redhat.patch +++ b/SOURCES/patch-5.15-redhat.patch @@ -51,10 +51,10 @@ 50 files changed, 753 insertions(+), 202 deletions(-) diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt -index a454f438bd62..d00009504c94 100644 +index 8ff6dafafdf8..e3f786336cf9 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt -@@ -3953,6 +3953,15 @@ +@@ -3955,6 +3955,15 @@ please report a bug. nocrs [X86] Ignore PCI host bridge windows from ACPI. If you need to use this, please report a bug. @@ -71,7 +71,7 @@ index a454f438bd62..d00009504c94 100644 This is normally done in pci_enable_device(), so this option is a temporary workaround diff --git a/Makefile b/Makefile -index 474b2a2292ca..22cae212633b 100644 +index 0964b940b889..717685ccae64 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,10 @@ $(if $(filter __%, $(MAKECMDGOALS)), \ @@ -1684,7 +1684,7 @@ index 00070a8a6507..e9e0ffa990cd 100644 * disconnected while waiting for the lock to succeed. */ usb_lock_device(hdev); diff --git a/include/linux/efi.h b/include/linux/efi.h -index 6b5d36babfcc..fd4a5d66a9d0 100644 +index 3d8ddc5eca8c..779f41901f35 100644 --- a/include/linux/efi.h +++ b/include/linux/efi.h @@ -43,6 +43,8 @@ diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index 301d1a2..7d9f670 100755 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -128,7 +128,7 @@ Summary: The Linux kernel # The kernel tarball/base version %define kversion 5.15 -%define rpmversion 5.15.12 +%define rpmversion 5.15.13 %define patchversion 5.15 %define pkgrelease 201 @@ -682,7 +682,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.15.12.tar.xz +Source0: linux-5.15.13.tar.xz Source1: Makefile.rhelver @@ -1383,8 +1383,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.15.12 -c -mv linux-5.15.12 linux-%{KVERREL} +%setup -q -n kernel-5.15.13 -c +mv linux-5.15.13 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2990,8 +2990,11 @@ fi # # %changelog -* Fri Dec 31 2021 Jan Drögehoff - 5.15.12-201 -- Linux v5.15.12 futex2 zen openrgb +* Tue Jan 11 2022 Jan Drögehoff - 5.15.13-201 +- Linux v5.15.13 futex2 zen openrgb + +* Wed Jan 05 2022 Justin M. Forbes [5.15.13-0] +- Linux v5.15.13 * Wed Dec 29 2021 Justin M. Forbes [5.15.12-0] - iwlwifi: mvm: Increase the scan timeout guard to 30 seconds (Ilan Peer) -- cgit v1.2.3