X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=wrapper%2Fvmalloc.h;h=2a7b341bf6f93c13affeec6bafba01ee85c9b1c7;hb=28926981a861e8ded0f9967588873c8cd309227f;hp=75c7e2c66519611a1ecfd027f44ef992048d971e;hpb=64d128d76d24e55590aea9fa36bbab7a263f7096;p=lttng-modules.git diff --git a/wrapper/vmalloc.h b/wrapper/vmalloc.h index 75c7e2c6..2a7b341b 100644 --- a/wrapper/vmalloc.h +++ b/wrapper/vmalloc.h @@ -23,6 +23,7 @@ #include #if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,6,0) \ + || LTTNG_KERNEL_RANGE(5,5,12, 5,6,0) \ || LTTNG_KERNEL_RANGE(5,4,28, 5,5,0) \ || LTTNG_KERNEL_RANGE(5,2,37, 5,3,0) \ || LTTNG_KERNEL_RANGE(4,19,113, 4,20,0) \ @@ -83,6 +84,7 @@ void wrapper_vmalloc_sync_mappings(void) #else #if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,6,0) \ + || LTTNG_KERNEL_RANGE(5,5,12, 5,6,0) \ || LTTNG_KERNEL_RANGE(5,4,28, 5,5,0) \ || LTTNG_KERNEL_RANGE(5,2,37, 5,3,0) \ || LTTNG_KERNEL_RANGE(4,19,113, 4,20,0) \