From 07ac2f7255fd73df601ea0080d56b2bc4da84512 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Sat, 10 Apr 2021 16:08:49 -0500 Subject: kernel-5.11.13-100 * Sat Apr 10 2021 Justin M. Forbes [5.11.13-100] - 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 --- kernel.spec | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 4cd6cb8b5..142f1b001 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 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.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 [5.11.13-100] +- 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 [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 [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) -- cgit