From 30c4ae2eedacfbb99ce91d04f6232e7c26e498dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 8 May 2024 19:45:38 +0200 Subject: Merging debian version 5.10.216-1. Signed-off-by: Daniel Baumann --- debian/patches-rt/0212-x86-kvm-Require-const-tsc-for-RT.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'debian/patches-rt/0212-x86-kvm-Require-const-tsc-for-RT.patch') diff --git a/debian/patches-rt/0212-x86-kvm-Require-const-tsc-for-RT.patch b/debian/patches-rt/0212-x86-kvm-Require-const-tsc-for-RT.patch index 461bb6d81..7f7938d49 100644 --- a/debian/patches-rt/0212-x86-kvm-Require-const-tsc-for-RT.patch +++ b/debian/patches-rt/0212-x86-kvm-Require-const-tsc-for-RT.patch @@ -1,8 +1,8 @@ -From 6ef3a23d8f37d55fa94b9f1212830a3b8018c76f Mon Sep 17 00:00:00 2001 +From 8fd65bce6a0966ab0fdfae10114be9846a37e993 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Sun, 6 Nov 2011 12:26:18 +0100 Subject: [PATCH 212/323] x86: kvm Require const tsc for RT -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.204-rt100.tar.xz +Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.215-rt107.tar.xz Non constant TSC is a nightmare on bare metal already, but with virtualization it becomes a complete disaster because the workarounds @@ -15,10 +15,10 @@ Signed-off-by: Thomas Gleixner 1 file changed, 8 insertions(+) diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c -index 13e4699a0744..21a1aa76eb23 100644 +index 8e0b957c62193..32d1df47304ed 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c -@@ -8167,6 +8167,14 @@ int kvm_arch_init(void *opaque) +@@ -8170,6 +8170,14 @@ int kvm_arch_init(void *opaque) goto out; } @@ -34,5 +34,5 @@ index 13e4699a0744..21a1aa76eb23 100644 x86_fpu_cache = kmem_cache_create("x86_fpu", sizeof(struct fpu), __alignof__(struct fpu), SLAB_ACCOUNT, -- -2.43.0 +2.44.0 -- cgit v1.2.3