Masami Hiramatsu 96fed8ac2b kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()
The __kretprobe_trampoline_handler() callback, called from low level
arch kprobes methods, has the 'trampoline_address' parameter, which is
entirely superfluous as it basically just replicates:

  dereference_kernel_function_descriptor(kretprobe_trampoline)

In fact we had bugs in arch code where it wasn't replicated correctly.

So remove this superfluous parameter and use kretprobe_trampoline_addr()
instead.

Link: https://lkml.kernel.org/r/163163044546.489837.13505751885476015002.stgit@devnote2

Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Tested-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
2021-09-30 21:24:06 -04:00
..
2021-08-30 13:07:15 -07:00
2021-08-30 13:07:15 -07:00
2021-08-05 14:10:53 +02:00
2021-07-27 09:39:19 +02:00
2021-01-19 12:29:26 +01:00
2021-08-03 14:31:40 +02:00
2020-06-29 16:31:46 +02:00
2021-08-05 14:10:53 +02:00
2021-08-03 14:31:40 +02:00
2021-08-05 14:10:53 +02:00
2021-07-08 15:37:28 +02:00
2021-08-25 11:03:34 +02:00