Fix: Disable IBT around indirect function calls
[lttng-modules.git] / include / wrapper / kallsyms.h
index 0aac5a2d64ca28c19bc9abf2778413c4b04d370f..5be622272825db2ac7b84fb9c22ed14e1625ed95 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.022905 seconds and 4 git commands to generate.