]> git.pld-linux.org Git - packages/lttng-modules.git/commitdiff
- enable fix on all kernels
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 23 Feb 2020 08:23:58 +0000 (09:23 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 23 Feb 2020 08:23:58 +0000 (09:23 +0100)
kernel-5.5.3.patch

index 92aa59ec7cc86a39feac513212b388f1cd0e692b..b9f7ce667e367f9379649770d07e1bf9abd483f8 100644 (file)
@@ -4,7 +4,7 @@
  
        kvm_mmu_fast_page_fault,
  
  
        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),
 +      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),
This page took 0.227436 seconds and 4 git commands to generate.