mirror of
https://github.com/dynup/kpatch
synced 2025-02-04 11:11:31 +00:00
3d46973c40
Update the integration test patches so that they apply against the F22 kernel.
14 lines
448 B
Diff
14 lines
448 B
Diff
Index: src/arch/x86/kvm/x86.c
|
|
===================================================================
|
|
--- src.orig/arch/x86/kvm/x86.c
|
|
+++ src/arch/x86/kvm/x86.c
|
|
@@ -218,6 +218,8 @@ static void shared_msr_update(unsigned s
|
|
|
|
void kvm_define_shared_msr(unsigned slot, u32 msr)
|
|
{
|
|
+ if (!jiffies)
|
|
+ printk("kpatch kvm define shared msr\n");
|
|
BUG_ON(slot >= KVM_NR_SHARED_MSRS);
|
|
if (slot >= shared_msrs_global.nr)
|
|
shared_msrs_global.nr = slot + 1;
|