From 13b554ba381dc2ed0f853452d46814ba2458b10c Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Fri, 11 Mar 2022 13:44:41 -0600 Subject: kernel-5.16.14-0 * Fri Mar 11 2022 Justin M. Forbes [5.16.14-0] - Linux v5.16.14 Resolves: rhbz# Signed-off-by: Justin M. Forbes --- kernel.spec | 11 +++++++---- patch-5.16-redhat.patch | 4 ++-- sources | 6 +++--- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/kernel.spec b/kernel.spec index 0c546a66e..a25ebfbd5 100755 --- a/kernel.spec +++ b/kernel.spec @@ -130,7 +130,7 @@ Summary: The Linux kernel # The kernel tarball/base version %define kversion 5.16 -%define rpmversion 5.16.13 +%define rpmversion 5.16.14 %define patchversion 5.16 %define pkgrelease 100 @@ -692,7 +692,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.16.13.tar.xz +Source0: linux-5.16.14.tar.xz Source1: Makefile.rhelver @@ -1386,8 +1386,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.16.13 -c -mv linux-5.16.13 linux-%{KVERREL} +%setup -q -n kernel-5.16.14 -c +mv linux-5.16.14 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2985,6 +2985,9 @@ fi # # %changelog +* Fri Mar 11 2022 Justin M. Forbes [5.16.14-0] +- Linux v5.16.14 + * Tue Mar 08 2022 Justin M. Forbes [5.16.13-0] - Add config for ARM64_ERRATUM_2077057 (Justin M. Forbes) diff --git a/patch-5.16-redhat.patch b/patch-5.16-redhat.patch index 7fa13640d..7110a8e5c 100644 --- a/patch-5.16-redhat.patch +++ b/patch-5.16-redhat.patch @@ -52,7 +52,7 @@ 51 files changed, 811 insertions(+), 205 deletions(-) diff --git a/Makefile b/Makefile -index 6702e44821eb..9e7e71b0abbb 100644 +index 86835419075f..dd0dae5bea09 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,10 @@ $(if $(filter __%, $(MAKECMDGOALS)), \ @@ -83,7 +83,7 @@ index c2724d986fa0..8063dcef65f7 100644 The VM uses one page of physical memory for each page table. For systems with a lot of processes, this can use a lot of diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig -index 651bf217465e..874ef87c9585 100644 +index 0e2c31f7a9aa..25310b3a1fc6 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -1109,7 +1109,7 @@ endchoice diff --git a/sources b/sources index d3e50ad9d..44e2d5495 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.16.13.tar.xz) = 074d278fe9603de01b8feebefbbfb1d620f89fafab1fc898d3b5eede00cf46d62c7f994f904a088d6f4bb613abd5cf5f88a0a1232284f5af330a8e88fcd49f38 -SHA512 (kernel-abi-stablelists-5.16.13-100.tar.bz2) = eb553584bac89207ae87d6d3ef730614c851cb550b32d733bc3631d8cac1df8a988a4b9d46d81fbc578208217942eed548d924ac593a3f11e0235f076446d24e -SHA512 (kernel-kabi-dw-5.16.13-100.tar.bz2) = a257b5cb940038396f7a1e0961647648454197833f92908621a7b5fe2a0806d27da4783c5042177a9ebcc283058bdd8cec7e6ce207307d0efe2ce0e8143e1269 +SHA512 (linux-5.16.14.tar.xz) = 5f7320756f4291f2292cb1ba1230dd57055784964bba5c82dbdeca3139793cc0bff8a5bf526087b3299344dde2ab5912ab411e24e8f4c812baa830b63bae0a7c +SHA512 (kernel-abi-stablelists-5.16.14-100.tar.bz2) = 668ee69954840f5c4d5a5f35866ac4057bf90139ad3fcdb9195347b1facdc8dfb979d7e3570a58aa5b5c25cc7515905a38562cc2906b203dd51ef5de8eb287c4 +SHA512 (kernel-kabi-dw-5.16.14-100.tar.bz2) = babc378940a56a33b64bf7e4951430743e49158a94c276c7d1b81fb5ee4d5fd45c189d1b2b461f5c445a19fc9fd0f1c82a37f6cdf49ce13c9510b54cb4a642d0 -- cgit