kernel-5.11.17-0
* Wed Apr 28 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.17-0] - Fedora: ARMv7: build for 16 CPUs. (Peter Robinson) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
6cab83c23b
commit
3f7121590a
3 changed files with 11 additions and 8 deletions
11
kernel.spec
11
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 100
|
||||
|
||||
|
|
@ -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 <jforbes@fedoraproject.org> [5.11.17-0]
|
||||
- Fedora: ARMv7: build for 16 CPUs. (Peter Robinson)
|
||||
|
||||
* Wed Apr 21 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.16-0]
|
||||
- Turn off ADI_AXI_ADC and AD9467 which now require CONFIG_OF (Justin M. Forbes)
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
6
sources
6
sources
|
|
@ -1,3 +1,3 @@
|
|||
SHA512 (linux-5.11.16.tar.xz) = 95829118a094a018f200b8ef1f4bec7e3a90918702c488218581d4793dbff49767ec3d321c786ffa6c87c0015a3e1b22c02fe48707d8ccdc1203eb142ee91196
|
||||
SHA512 (kernel-abi-whitelists-5.11.16-100.tar.bz2) = f6512a6214ab5963d74279131c74b167fffe3e265ec872398af390554d215f4715cc8c2d8fc9a740dd1fe6dbd2c4221ff09dc1d9c8cdda512985ed3845e23212
|
||||
SHA512 (kernel-kabi-dw-5.11.16-100.tar.bz2) = 357f62efb26425ede36f59ad7eb8a6594a71c354edd7efd0f168349fa6435f5eae4f46a4a876f42990e75a6f6779320c33c12e427fde994f84abb39c05801e45
|
||||
SHA512 (linux-5.11.17.tar.xz) = 4909bdf3479821ba4e4970d20bcd84c2b689bb69f318021288ad3b78f92f051a02354cfc32beb80334385d485dab652610a4dd698a25abc303df04a543dca3dd
|
||||
SHA512 (kernel-abi-whitelists-5.11.17-100.tar.bz2) = 6b5abedf89c5d3f204f87b2ec6cee4b2a6acc1faa67bdfb433bf28f1813ddf7c27506c57b1cb9ac618ddfe096a0b13ce8b5395ebb17e7c43a2f3fdd2fc6c2d37
|
||||
SHA512 (kernel-kabi-dw-5.11.17-100.tar.bz2) = 6e70d6aec94dbe333e1e4b35415a8fd307277fbe5c5c1fb652f96be5c2fb77146e4a00420f0e6a5bc723a2b201573e2ba9081b894593f2c10a0959428556ea79
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue