fix: vmalloc_sync_mappings was backported to v5.5.12
[lttng-modules.git] / wrapper / vmalloc.h
index 75c7e2c66519611a1ecfd027f44ef992048d971e..2a7b341bf6f93c13affeec6bafba01ee85c9b1c7 100644 (file)
@@ -23,6 +23,7 @@
 #include <lttng-kernel-version.h>
 
 #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)         \
This page took 0.023031 seconds and 4 git commands to generate.