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.patch12
1 files changed, 4 insertions, 8 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 f748cb9d8..1f8082f04 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,8 +1,7 @@
-From 53f33d36d7741754ec7b7f2e4a0c62faa30d6902 Mon Sep 17 00:00:00 2001
From: Thomas Gleixner <tglx@linutronix.de>
Date: Sun, 6 Nov 2011 12:26:18 +0100
-Subject: [PATCH 090/347] x86: kvm Require const tsc for RT
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patches-4.19.246-rt110.tar.xz
+Subject: [PATCH 090/342] x86: kvm Require const tsc for RT
+Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=6a78a1abd53560fa236781a743b6991f1d2115c5
Non constant TSC is a nightmare on bare metal already, but with
virtualization it becomes a complete disaster because the workarounds
@@ -15,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 417abc9ba1ad..9829e0fbdd41 100644
+index be4697d91bb2..11391b7ace1e 100644
--- a/arch/x86/kvm/x86.c
+++ b/arch/x86/kvm/x86.c
-@@ -6875,6 +6875,13 @@ int kvm_arch_init(void *opaque)
+@@ -6879,6 +6879,13 @@ int kvm_arch_init(void *opaque)
goto out;
}
@@ -32,6 +31,3 @@ index 417abc9ba1ad..9829e0fbdd41 100644
r = kvm_mmu_module_init();
if (r)
goto out_free_percpu;
---
-2.36.1
-