summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2021-04-10 16:04:27 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2021-04-10 16:04:27 -0500
commitffff3d67a9c87edf9dc5269bde37948607f1f5b0 (patch)
tree1a4ad0471b95d88b66e89996458d695131172046 /kernel.spec
parent4e1ec11884c1c9354fbb2569d04b02e0a28ddfe7 (diff)
downloadkernel-ffff3d67a9c87edf9dc5269bde37948607f1f5b0.tar.gz
kernel-ffff3d67a9c87edf9dc5269bde37948607f1f5b0.tar.xz
kernel-ffff3d67a9c87edf9dc5269bde37948607f1f5b0.zip
kernel-5.11.13-200
* Sat Apr 10 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.13-200] - 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-xkernel.spec18
1 files changed, 14 insertions, 4 deletions
diff --git a/kernel.spec b/kernel.spec
index 25d64fcfe..2cb7d51b4 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 200
@@ -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-200]
+- 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)