mirror of
https://github.com/dynup/kpatch
synced 2025-02-04 11:11:31 +00:00
8dc6a4dd3c
The integration tests are targeted for Fedora kernels, so move them to a new f22 directory. The README file specifies the exact kernel version they're targeted for.
14 lines
403 B
Diff
14 lines
403 B
Diff
Index: src/arch/x86/kvm/vmx.c
|
|
===================================================================
|
|
--- src.orig/arch/x86/kvm/vmx.c
|
|
+++ src/arch/x86/kvm/vmx.c
|
|
@@ -8774,6 +8774,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;
|
|
}
|
|
|