integ/kernel-std/centos/meta_patches/Resolve-hard-lockup-in-get_kvmclock_ns.patch
Dean Troyer 3cd12006bb StarlingX open source release updates
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2018-05-31 07:36:35 -07:00

35 lines
1.3 KiB
Diff

From c89b0d1916fffc8e8594a7308b35a391bbee6061 Mon Sep 17 00:00:00 2001
From: Alex Kozyrev <alex.kozyrev@windriver.com>
Date: Thu, 16 Nov 2017 11:32:45 -0500
Subject: [PATCH 1/1] Resolve hard lockup in get_kvmclock_ns
---
SPECS/kernel.spec | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec
index 8e1a50d..ac9eb8c 100644
--- a/SPECS/kernel.spec
+++ b/SPECS/kernel.spec
@@ -448,6 +448,8 @@ Patch40025: Fix-CentOS-mistake-thinking-that-Xen-is-always-enabl.patch
# Fix compile warnings that break the build
Patch40026: aic94xx-Skip-reading-user-settings-if-flash-is-not-f.patch
Patch40027: dpt_i2o-fix-build-warning.patch
+Patch40028: KVM-x86-remove-irq-disablement-around-KVM_SET_CLOCK-.patch
+Patch40029: KVM-x86-Fix-potential-preemption-when-get-the-curren.patch
BuildRoot: %{_tmppath}/kernel-%{KVRA}-root
@@ -798,6 +800,8 @@ ApplyOptionalPatch US103091-IMA-System-Configuration.patch
ApplyOptionalPatch Fix-CentOS-mistake-thinking-that-Xen-is-always-enabl.patch
ApplyOptionalPatch aic94xx-Skip-reading-user-settings-if-flash-is-not-f.patch
ApplyOptionalPatch dpt_i2o-fix-build-warning.patch
+ApplyOptionalPatch KVM-x86-remove-irq-disablement-around-KVM_SET_CLOCK-.patch
+ApplyOptionalPatch KVM-x86-Fix-potential-preemption-when-get-the-curren.patch
# Any further pre-build tree manipulations happen here.
--
1.8.3.1