summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0090-x86-kvm-Require-const-tsc-for-RT.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0090-x86-kvm-Require-const-tsc-for-RT.patch')
-rw-r--r--debian/patches-rt/0090-x86-kvm-Require-const-tsc-for-RT.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0090-x86-kvm-Require-const-tsc-for-RT.patch b/debian/patches-rt/0090-x86-kvm-Require-const-tsc-for-RT.patch
index 887440c95..b3244eb3a 100644
--- a/debian/patches-rt/0090-x86-kvm-Require-const-tsc-for-RT.patch
+++ b/debian/patches-rt/0090-x86-kvm-Require-const-tsc-for-RT.patch
@@ -1,7 +1,7 @@
From: Thomas Gleixner <tglx@linutronix.de>
Date: Sun, 6 Nov 2011 12:26:18 +0100
-Subject: [PATCH 090/353] x86: kvm Require const tsc for RT
-Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=123d3ce568892f54102019bde255d003a1a3c046
+Subject: [PATCH 090/354] x86: kvm Require const tsc for RT
+Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=8d3a9c9fd232b835f201eab86f906b4d789cf897
Non constant TSC is a nightmare on bare metal already, but with
virtualization it becomes a complete disaster because the workarounds
@@ -14,10 +14,10 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
1 file changed, 7 insertions(+)
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c
-index ff7ec9b507e3..c52f6438e712 100644
+index 0548ae57826f..7946d440afe7 100644
--- a/arch/x86/kvm/x86.c
+++ b/arch/x86/kvm/x86.c
-@@ -6878,6 +6878,13 @@ int kvm_arch_init(void *opaque)
+@@ -6883,6 +6883,13 @@ int kvm_arch_init(void *opaque)
goto out;
}