X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=wrapper%2Fvmalloc.h;h=e78d99bb199c18c83a7ec89923783059b0f8d60e;hb=1bf0964a2757793ecc19d6c456ec83f6c148355f;hp=2a7b341bf6f93c13affeec6bafba01ee85c9b1c7;hpb=bb415fbf7981f2875a9083324c7dc8e921e07375;p=lttng-modules.git diff --git a/wrapper/vmalloc.h b/wrapper/vmalloc.h index 2a7b341b..e78d99bb 100644 --- a/wrapper/vmalloc.h +++ b/wrapper/vmalloc.h @@ -22,7 +22,17 @@ #include #include -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,6,0) \ +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,8,0)) + +/* + * wrapper_vmalloc_sync_mappings was removed in v5.8, the vmalloc mappings + * are now synchronized when they are created or torn down. + */ +static inline +void wrapper_vmalloc_sync_mappings(void) +{} + +#elif (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) \