summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig
diff options
context:
space:
mode:
authorWilliam Cohen2016-07-08 18:35:52 +0200
committerCatalin Marinas2016-07-19 16:03:22 +0200
commitda6a91252ad98d49b49e83b76c1f032cdf6e5258 (patch)
tree725a7b6d7c2b67a7b90e2270f04a0303232a9cc3 /arch/arm64/Kconfig
parentarm64: kprobes instruction simulation support (diff)
downloadkernel-qcow2-linux-da6a91252ad98d49b49e83b76c1f032cdf6e5258.tar.gz
kernel-qcow2-linux-da6a91252ad98d49b49e83b76c1f032cdf6e5258.tar.xz
kernel-qcow2-linux-da6a91252ad98d49b49e83b76c1f032cdf6e5258.zip
arm64: Add trampoline code for kretprobes
The trampoline code is used by kretprobes to capture a return from a probed function. This is done by saving the registers, calling the handler, and restoring the registers. The code then returns to the original saved caller return address. It is necessary to do this directly instead of using a software breakpoint because the code used in processing that breakpoint could itself be kprobe'd and cause a problematic reentry into the debug exception handler. Signed-off-by: William Cohen <wcohen@redhat.com> Signed-off-by: David A. Long <dave.long@linaro.org> Acked-by: Masami Hiramatsu <mhiramat@kernel.org> [catalin.marinas@arm.com: removed unnecessary masking of the PSTATE bits] Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/Kconfig')
0 files changed, 0 insertions, 0 deletions