diff options
author | Masami Hiramatsu <mhiramat@kernel.org> | 2018-05-13 05:04:10 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-05-26 08:48:57 +0200 |
commit | 51425b7554a92040e8dc9fe42b2694a6df2125c0 (patch) | |
tree | d44876803c9cbb12547dee3ab962a700b1ca2710 /fs | |
parent | 0ec84ae5aba19bf79653371f0bd45c12631b49b6 (diff) | |
download | linux-stable-51425b7554a92040e8dc9fe42b2694a6df2125c0.tar.gz linux-stable-51425b7554a92040e8dc9fe42b2694a6df2125c0.tar.bz2 linux-stable-51425b7554a92040e8dc9fe42b2694a6df2125c0.zip |
ARM: 8770/1: kprobes: Prohibit probing on optimized_callback
commit 70948c05fdde0aac32f9667856a88725c192fa40 upstream.
Prohibit probing on optimized_callback() because
it is called from kprobes itself. If we put a kprobes
on it, that will cause a recursive call loop.
Mark it NOKPROBE_SYMBOL.
Fixes: 0dc016dbd820 ("ARM: kprobes: enable OPTPROBES for ARM 32")
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Cc: stable@vger.kernel.org
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions