]> git.baikalelectronics.ru Git - kernel.git/commit
kprobes: Make local functions static
authorMasami Hiramatsu <mhiramat@kernel.org>
Sat, 29 Aug 2020 13:03:02 +0000 (22:03 +0900)
committerIngo Molnar <mingo@kernel.org>
Tue, 8 Sep 2020 09:52:42 +0000 (11:52 +0200)
commit2f8140815ad10cd6b584271e5e65d44144a0334b
tree2510b02d3866305bafc80aac8347c49c27c18fde
parent02367612b5fc6821e6457631006873ba9a997179
kprobes: Make local functions static

Since we unified the kretprobe trampoline handler from arch/* code,
some functions and objects do not need to be exported anymore.

Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/159870618256.1229682.8692046612635810882.stgit@devnote2
include/linux/kprobes.h
kernel/kprobes.c