mirror of
https://github.com/dynup/kpatch
synced 2025-02-09 05:26:53 +00:00
d7bcd38787
Kernel version 4.8.6-300.fc25.x86_64
13 lines
441 B
Diff
13 lines
441 B
Diff
diff -Nupr src.orig/arch/x86/kvm/vmx.c src/arch/x86/kvm/vmx.c
|
|
--- src.orig/arch/x86/kvm/vmx.c 2016-11-30 19:39:46.591737234 +0000
|
|
+++ src/arch/x86/kvm/vmx.c 2016-11-30 19:40:53.182737234 +0000
|
|
@@ -10845,6 +10845,8 @@ static int vmx_check_intercept(struct kv
|
|
struct x86_instruction_info *info,
|
|
enum x86_intercept_stage stage)
|
|
{
|
|
+ if (!jiffies)
|
|
+ printk("kpatch vmx_check_intercept\n");
|
|
return X86EMUL_CONTINUE;
|
|
}
|
|
|