We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6372474 commit 69902c7Copy full SHA for 69902c7
include/asm-generic/vmlinux.lds.h
@@ -110,7 +110,8 @@
110
#endif
111
112
#ifdef CONFIG_KPROBES
113
-#define KPROBE_BLACKLIST() VMLINUX_SYMBOL(__start_kprobe_blacklist) = .; \
+#define KPROBE_BLACKLIST() . = ALIGN(8); \
114
+ VMLINUX_SYMBOL(__start_kprobe_blacklist) = .; \
115
*(_kprobe_blacklist) \
116
VMLINUX_SYMBOL(__stop_kprobe_blacklist) = .;
117
#else
0 commit comments