From 65abbbfdc1c725e9074fec11b6ddaeba21b07fd1 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 28 Apr 2021 08:46:02 -0500 Subject: kernel-5.11.17-0 * Wed Apr 28 2021 Justin M. Forbes [5.11.17-0] - Fedora: ARMv7: build for 16 CPUs. (Peter Robinson) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- kernel.spec | 11 +++++++---- patch-5.11-redhat.patch | 2 +- sources | 6 +++--- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/kernel.spec b/kernel.spec index 6250afae0..df138264a 100755 --- a/kernel.spec +++ b/kernel.spec @@ -104,7 +104,7 @@ Summary: The Linux kernel %define primary_target rhel %endif -%define rpmversion 5.11.16 +%define rpmversion 5.11.17 %define stableversion 5.11 %define pkgrelease 300 @@ -603,7 +603,7 @@ BuildRequires: asciidoc # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.11.16.tar.xz +Source0: linux-5.11.17.tar.xz Source1: Makefile.rhelver @@ -1251,8 +1251,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.11.16 -c -mv linux-5.11.16 linux-%{KVERREL} +%setup -q -n kernel-5.11.17 -c +mv linux-5.11.17 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2765,6 +2765,9 @@ fi # # %changelog +* Wed Apr 28 2021 Justin M. Forbes [5.11.17-0] +- Fedora: ARMv7: build for 16 CPUs. (Peter Robinson) + * Wed Apr 21 2021 Justin M. Forbes [5.11.16-0] - Turn off ADI_AXI_ADC and AD9467 which now require CONFIG_OF (Justin M. Forbes) diff --git a/patch-5.11-redhat.patch b/patch-5.11-redhat.patch index d42fa4fb4..d0b8f02e4 100644 --- a/patch-5.11-redhat.patch +++ b/patch-5.11-redhat.patch @@ -292,7 +292,7 @@ index 000000000000..c33a71263d9e + 2. Add the new profile name, along with a clear description of the + expected behaviour, to the sysfs-platform_profile ABI documentation. diff --git a/Makefile b/Makefile -index 124d8e200776..17d54943a569 100644 +index d8367e193232..d0621367191f 100644 --- a/Makefile +++ b/Makefile @@ -495,6 +495,7 @@ KBUILD_AFLAGS := -D__ASSEMBLY__ -fno-PIE diff --git a/sources b/sources index b03baeb16..6af7c618a 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.11.16.tar.xz) = 95829118a094a018f200b8ef1f4bec7e3a90918702c488218581d4793dbff49767ec3d321c786ffa6c87c0015a3e1b22c02fe48707d8ccdc1203eb142ee91196 -SHA512 (kernel-abi-whitelists-5.11.16-300.tar.bz2) = fa3926de60a243bc9c1ad1c569fdfb3c6b5dfe9012741cf9b4ab4d3b78db22bf20deea2f89833d52c8cdd4a7fa0f0bf89d2dd52a6d81481068a1b84ece4ad03a -SHA512 (kernel-kabi-dw-5.11.16-300.tar.bz2) = 357f62efb26425ede36f59ad7eb8a6594a71c354edd7efd0f168349fa6435f5eae4f46a4a876f42990e75a6f6779320c33c12e427fde994f84abb39c05801e45 +SHA512 (linux-5.11.17.tar.xz) = 4909bdf3479821ba4e4970d20bcd84c2b689bb69f318021288ad3b78f92f051a02354cfc32beb80334385d485dab652610a4dd698a25abc303df04a543dca3dd +SHA512 (kernel-abi-whitelists-5.11.17-300.tar.bz2) = 3aa51e03a4e806664e0b95576e8ce561433a9fa022cb314c197e1fc73585398daec00c601fb8ef82b19b00a19889f23c7ef1b900da325c2f48b140a95cb60583 +SHA512 (kernel-kabi-dw-5.11.17-300.tar.bz2) = 6e70d6aec94dbe333e1e4b35415a8fd307277fbe5c5c1fb652f96be5c2fb77146e4a00420f0e6a5bc723a2b201573e2ba9081b894593f2c10a0959428556ea79 -- cgit