diff options
| -rw-r--r-- | arch/x86/kernel/kprobes/opt.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/kernel/kprobes/opt.c b/arch/x86/kernel/kprobes/opt.c index 6adf6e6c2933..544bd41a514c 100644 --- a/arch/x86/kernel/kprobes/opt.c +++ b/arch/x86/kernel/kprobes/opt.c | |||
| @@ -141,6 +141,11 @@ asm ( | |||
| 141 | 141 | ||
| 142 | void optprobe_template_func(void); | 142 | void optprobe_template_func(void); |
| 143 | STACK_FRAME_NON_STANDARD(optprobe_template_func); | 143 | STACK_FRAME_NON_STANDARD(optprobe_template_func); |
| 144 | NOKPROBE_SYMBOL(optprobe_template_func); | ||
| 145 | NOKPROBE_SYMBOL(optprobe_template_entry); | ||
| 146 | NOKPROBE_SYMBOL(optprobe_template_val); | ||
| 147 | NOKPROBE_SYMBOL(optprobe_template_call); | ||
| 148 | NOKPROBE_SYMBOL(optprobe_template_end); | ||
| 144 | 149 | ||
| 145 | #define TMPL_MOVE_IDX \ | 150 | #define TMPL_MOVE_IDX \ |
| 146 | ((long)optprobe_template_val - (long)optprobe_template_entry) | 151 | ((long)optprobe_template_val - (long)optprobe_template_entry) |
