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-01-06 19:55:27 -05:00
2020-09-13 21:22:55 -04:00
2018-12-28 12:11:45 -08:00
2020-08-14 22:05:13 -04:00
2020-06-01 14:48:52 -04:00
2021-04-22 13:32:39 +01:00
2020-06-01 14:48:52 -04:00
2020-09-13 21:22:55 -04:00
2020-06-01 14:48:52 -04:00
2021-07-08 11:48:21 -07:00
2019-03-05 21:07:13 -08:00
2021-05-10 23:23:04 +02:00