From 50a78344838235cf7262f7194040762ec83c608e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sun, 23 Feb 2020 09:23:58 +0100 Subject: [PATCH] - enable fix on all kernels --- kernel-5.5.3.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel-5.5.3.patch b/kernel-5.5.3.patch index 92aa59e..b9f7ce6 100644 --- a/kernel-5.5.3.patch +++ b/kernel-5.5.3.patch @@ -4,7 +4,7 @@ kvm_mmu_fast_page_fault, -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,4,20)) ++#if 1 || (LINUX_VERSION_CODE >= KERNEL_VERSION(5,4,20)) + TP_PROTO(struct kvm_vcpu *vcpu, gpa_t cr2_or_gpa, u32 error_code, + u64 *sptep, u64 old_spte, bool retry), + TP_ARGS(vcpu, cr2_or_gpa, error_code, sptep, old_spte, retry), -- 2.43.0