-
- Downloads
kprobes: treewide: Make it harder to refer kretprobe_trampoline directly
Since now there is kretprobe_trampoline_addr() for referring the address of kretprobe trampoline code, we don't need to access kretprobe_trampoline directly. Make it harder to refer by renaming it to __kretprobe_trampoline(). Link: https://lkml.kernel.org/r/163163045446.489837.14510577516938803097.stgit@devnote2 Suggested-by:Ingo Molnar <mingo@kernel.org> Signed-off-by:
Masami Hiramatsu <mhiramat@kernel.org> Signed-off-by:
Steven Rostedt (VMware) <rostedt@goodmis.org>
Showing
- arch/arc/include/asm/kprobes.h 1 addition, 1 deletionarch/arc/include/asm/kprobes.h
- arch/arc/kernel/kprobes.c 6 additions, 5 deletionsarch/arc/kernel/kprobes.c
- arch/arm/probes/kprobes/core.c 3 additions, 3 deletionsarch/arm/probes/kprobes/core.c
- arch/arm64/include/asm/kprobes.h 1 addition, 1 deletionarch/arm64/include/asm/kprobes.h
- arch/arm64/kernel/probes/kprobes.c 1 addition, 1 deletionarch/arm64/kernel/probes/kprobes.c
- arch/arm64/kernel/probes/kprobes_trampoline.S 2 additions, 2 deletionsarch/arm64/kernel/probes/kprobes_trampoline.S
- arch/csky/include/asm/kprobes.h 1 addition, 1 deletionarch/csky/include/asm/kprobes.h
- arch/csky/kernel/probes/kprobes.c 1 addition, 1 deletionarch/csky/kernel/probes/kprobes.c
- arch/csky/kernel/probes/kprobes_trampoline.S 2 additions, 2 deletionsarch/csky/kernel/probes/kprobes_trampoline.S
- arch/ia64/kernel/kprobes.c 4 additions, 4 deletionsarch/ia64/kernel/kprobes.c
- arch/mips/kernel/kprobes.c 6 additions, 6 deletionsarch/mips/kernel/kprobes.c
- arch/parisc/kernel/kprobes.c 2 additions, 2 deletionsarch/parisc/kernel/kprobes.c
- arch/powerpc/include/asm/kprobes.h 1 addition, 1 deletionarch/powerpc/include/asm/kprobes.h
- arch/powerpc/kernel/kprobes.c 8 additions, 8 deletionsarch/powerpc/kernel/kprobes.c
- arch/powerpc/kernel/optprobes.c 1 addition, 1 deletionarch/powerpc/kernel/optprobes.c
- arch/powerpc/kernel/stacktrace.c 1 addition, 1 deletionarch/powerpc/kernel/stacktrace.c
- arch/riscv/include/asm/kprobes.h 1 addition, 1 deletionarch/riscv/include/asm/kprobes.h
- arch/riscv/kernel/probes/kprobes.c 1 addition, 1 deletionarch/riscv/kernel/probes/kprobes.c
- arch/riscv/kernel/probes/kprobes_trampoline.S 2 additions, 2 deletionsarch/riscv/kernel/probes/kprobes_trampoline.S
- arch/s390/include/asm/kprobes.h 1 addition, 1 deletionarch/s390/include/asm/kprobes.h
Loading
Please register or sign in to comment