diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-04-10 15:59:36 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-04-10 15:59:36 -0500 |
commit | 3645d92cd5645392208a78222ec95946dac58bbd (patch) | |
tree | fa544e0da06779929884e39765285e9ca6465863 /kernel.spec | |
parent | bd8fd1ae613cd5a7aa075e30d91b7f860b31413e (diff) | |
download | kernel-3645d92cd5645392208a78222ec95946dac58bbd.tar.gz kernel-3645d92cd5645392208a78222ec95946dac58bbd.tar.xz kernel-3645d92cd5645392208a78222ec95946dac58bbd.zip |
kernel-5.11.13-300
* Sat Apr 10 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.13-300]
- Add CONFIG_NVIDIA_CARMEL_CNP_ERRATUM to RHEL configs too (Justin M. Forbes)
- Add config for CONFIG_NVIDIA_CARMEL_CNP_ERRATUM (Justin M. Forbes)
Resolves: rhbz#
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel.spec')
-rwxr-xr-x | kernel.spec | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/kernel.spec b/kernel.spec index e5ce2b3d1..3fb26c7e2 100755 --- a/kernel.spec +++ b/kernel.spec @@ -104,7 +104,7 @@ Summary: The Linux kernel %define primary_target rhel %endif -%define rpmversion 5.11.12 +%define rpmversion 5.11.13 %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.12.tar.xz +Source0: linux-5.11.13.tar.xz Source1: Makefile.rhelver @@ -1251,8 +1251,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.11.12 -c -mv linux-5.11.12 linux-%{KVERREL} +%setup -q -n kernel-5.11.13 -c +mv linux-5.11.13 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2765,6 +2765,16 @@ fi # # %changelog +* Sat Apr 10 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.13-300] +- Add CONFIG_NVIDIA_CARMEL_CNP_ERRATUM to RHEL configs too (Justin M. Forbes) +- Add config for CONFIG_NVIDIA_CARMEL_CNP_ERRATUM (Justin M. Forbes) + +* Sat Apr 10 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.13-15] +- Re-enable PSR2 on Tigerlake with new workarounds from Intel (Lyude Paul) +- Fedora: Enable CHARGER_GPIO on aarch64 too (Peter Robinson) +- Fix build with patch for CVE-2021-30178 (Justin M. Forbes) +- KVM: x86: hyper-v: Fix Hyper-V context null-ptr-deref (Wanpeng Li) + * Wed Apr 07 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.12-14] - Backport of SOF audio hang fix for X1 Carbon 9 (Mark Pearson) - drm/amdgpu: check alignment on CPU page for bo map (Xℹ Ruoyao) |