arm64: Remove stack duplicating code from jprobes
authorDavid A. Long <dave.long@linaro.org>
Wed, 10 Aug 2016 20:44:51 +0000 (16:44 -0400)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 11 Aug 2016 16:38:16 +0000 (17:38 +0100)
Because the arm64 calling standard allows stacked function arguments to be
anywhere in the stack frame, do not attempt to duplicate the stack frame for
jprobes handler functions.

Documentation changes to describe this issue have been broken out into a
separate patch in order to simultaneously address them in other
architecture(s).

Signed-off-by: David A. Long <dave.long@linaro.org>
Acked-by: Masami Hiramatsu <mhiramat@kernel.org>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>

No differences found
This page took 0.023891 seconds and 5 git commands to generate.