Fix: Disable IBT around indirect function calls
[lttng-modules.git] / include / wrapper / kallsyms.h
index fe2daefbf108659b9bb41c88d00536fa23631dce..8129833f8a896e27e4084b8530ad4710b4479fe9 100644 (file)
@@ -16,6 +16,8 @@
 #include <linux/kallsyms.h>
 #include <lttng/kernel-version.h>
 
+#include <wrapper/ibt.h>
+
 /* CONFIG_PPC64_ELF_ABI_V1/V2 were introduced in v5.19 */
 #if defined(CONFIG_PPC64_ELF_ABI_V2) || (defined(CONFIG_PPC64) && defined(CONFIG_CPU_LITTLE_ENDIAN))
 #define LTTNG_CONFIG_PPC64_ELF_ABI_V2
This page took 0.022874 seconds and 4 git commands to generate.