From ad8f0e10cf6cc09a3fc84feeda250a54550d3a1b Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 5 Jan 2022 10:42:56 -0600 Subject: kernel-5.15.13-0 * Wed Jan 05 2022 Justin M. Forbes [5.15.13-0] - Linux v5.15.13 Resolves: rhbz# Signed-off-by: Justin M. Forbes --- kernel.spec | 11 +++++++---- patch-5.15-redhat.patch | 8 ++++---- sources | 6 +++--- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/kernel.spec b/kernel.spec index 01533f4a9..a1f33aef6 100755 --- a/kernel.spec +++ b/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 100 @@ -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 @@ -1374,8 +1374,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} . @@ -2972,6 +2972,9 @@ fi # # %changelog +* 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) diff --git a/patch-5.15-redhat.patch b/patch-5.15-redhat.patch index 187881358..f50f3054b 100644 --- a/patch-5.15-redhat.patch +++ b/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/sources b/sources index d811389b3..6d9ca91f8 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ SHA512 (kernel-abi-whitelists-5.13.19-200.tar.bz2) = 7d28816c431019c9f09b7bcda4eb43ed2c3a7cbb8199af0fecccf16bff3ac992e2c9ed3acc2d06d7c8ebec3dc9ad76d0975cc179d2e4b7541af2af05f7e35de6 -SHA512 (linux-5.15.12.tar.xz) = c227f0d22128fac855f97d5bc8a48bfe7d7756a1176eb595372b5a073f2077a242514da41667ec4fb7f3b96b32e324611fabba6f3acad8646e8349462ce76363 -SHA512 (kernel-abi-stablelists-5.15.12-100.tar.bz2) = 51f7fdac31e31c739460d47848f05c38cd154a27dc7cd02ce852ec101015e5db09fdbe0128fb9eb2ac69a797dca1280fa203bfb5d397d9ee3e63f5d49b3e528a -SHA512 (kernel-kabi-dw-5.15.12-100.tar.bz2) = e370b48397aadcfcb93304dad8494a832c78aa2b35dbe72f8ddf91cae3430001b767fb8e5f0d176c6ab40766a97afcaee89a0a9400a970aa92592b0b692b7a8e +SHA512 (linux-5.15.13.tar.xz) = ed8a1212a7f0363657df4b60df8f2e1520e82777d45cf5f3fd6ce25940f6b260d2fc71e0e2a09c0f0bf99e6e8ae2b7ef59cf92562d812422bb62c774a1118e87 +SHA512 (kernel-abi-stablelists-5.15.13-100.tar.bz2) = f494b70b7f22289628aa36dbd42f402ceb4945bf9ae16dc35c01e3851c5f5c1b05098987c61060189ce6a0e289579326853ac100313f4e9315bb0c47870958c1 +SHA512 (kernel-kabi-dw-5.15.13-100.tar.bz2) = d6c2621d32e96de79a1122a16ae4c8d39ac06f543a83be6c537453ef6959fda884f026edf40a43ae027479cb824712cd14df0c4eedf9ae898b0fdb4b1f1d311e -- cgit