From e26d0bca4268d291f515a34fec841b6ec467cc91 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 7 Apr 2021 11:14:02 -0500 Subject: kernel-5.11.12-14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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) - drm/amdgpu: Set a suitable dev_info.gart_page_size (Huacai Chen) - drm/amdgpu: fix offset calculation in amdgpu_vm_bo_clear_mappings() (Nirmoy Das) - Set CONFIG_XEN_MEMORY_HOTPLUG_LIMIT as required by 5.11.11 (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- kernel.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index e33526cd9..4cd6cb8b5 100755 --- a/kernel.spec +++ b/kernel.spec @@ -104,7 +104,7 @@ Summary: The Linux kernel %define primary_target rhel %endif -%define rpmversion 5.11.11 +%define rpmversion 5.11.12 %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.11.tar.xz +Source0: linux-5.11.12.tar.xz Source1: Makefile.rhelver @@ -1251,8 +1251,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.11.11 -c -mv linux-5.11.11 linux-%{KVERREL} +%setup -q -n kernel-5.11.12 -c +mv linux-5.11.12 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2765,7 +2765,11 @@ fi # # %changelog -* Tue Mar 30 2021 Justin M. Forbes [5.11.11-100] +* 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) +- drm/amdgpu: Set a suitable dev_info.gart_page_size (Huacai Chen) +- drm/amdgpu: fix offset calculation in amdgpu_vm_bo_clear_mappings() (Nirmoy Das) - Set CONFIG_XEN_MEMORY_HOTPLUG_LIMIT as required by 5.11.11 (Justin M. Forbes) * Tue Mar 30 2021 Justin M. Forbes [5.11.11-13] -- cgit