aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-generic')
-rw-r--r--include/asm-generic/vmlinux.lds.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-generic/vmlinux.lds.h b/include/asm-generic/vmlinux.lds.h
index 40ceb3ceba79..8e0204a68c74 100644
--- a/include/asm-generic/vmlinux.lds.h
+++ b/include/asm-generic/vmlinux.lds.h
@@ -110,7 +110,8 @@
110#endif 110#endif
111 111
112#ifdef CONFIG_KPROBES 112#ifdef CONFIG_KPROBES
113#define KPROBE_BLACKLIST() VMLINUX_SYMBOL(__start_kprobe_blacklist) = .; \ 113#define KPROBE_BLACKLIST() . = ALIGN(8); \
114 VMLINUX_SYMBOL(__start_kprobe_blacklist) = .; \
114 *(_kprobe_blacklist) \ 115 *(_kprobe_blacklist) \
115 VMLINUX_SYMBOL(__stop_kprobe_blacklist) = .; 116 VMLINUX_SYMBOL(__stop_kprobe_blacklist) = .;
116#else 117#else