integ/kernel-rt/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

33 lines
1.2 KiB
Diff

From 8db6891fed197e4b4247b624a0079a60bbfdf3f9 Mon Sep 17 00:00:00 2001
From: Alex Kozyrev <alex.kozyrev@windriver.com>
Date: Thu, 16 Nov 2017 11:36:56 -0500
Subject: [PATCH 1/1] Resolve hard lockup in get_kvmclock_ns
---
SPECS/kernel-rt.spec | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/SPECS/kernel-rt.spec b/SPECS/kernel-rt.spec
index c8c7f22..7240f97 100644
--- a/SPECS/kernel-rt.spec
+++ b/SPECS/kernel-rt.spec
@@ -422,6 +422,7 @@ Patch1028: timer-Minimize-nohz-off-overhead.patch
# Fix compile warnings that break the build
Patch1029: aic94xx-Skip-reading-user-settings-if-flash-is-not-f.patch
Patch1030: dpt_i2o-fix-build-warning.patch
+Patch1031: KVM-x86-Fix-potential-preemption-when-get-the-curren.patch
BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
@@ -815,6 +816,7 @@ ApplyPatch timer-Reduce-timer-migration-overhead-if-disabled.patch
ApplyPatch timer-Minimize-nohz-off-overhead.patch
ApplyPatch aic94xx-Skip-reading-user-settings-if-flash-is-not-f.patch
ApplyPatch dpt_i2o-fix-build-warning.patch
+ApplyPatch KVM-x86-Fix-potential-preemption-when-get-the-curren.patch
# move off upstream version mechanism
if [ -e localversion-rt ]; then
--
1.8.3.1