diff options
| author | Josh Poimboeuf <jpoimboe@kernel.org> | 2024-10-02 14:32:04 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-12-14 19:54:02 +0100 |
| commit | 082dc185b8619c6ec8d05ed58e36c4a5c9b315ba (patch) | |
| tree | bc7f0f32f361477163280e7e2f8695b7a2c67d42 /drivers/platform | |
| parent | c923c437ed69d44ee3753f9cf47d48d2a53d26f7 (diff) | |
| download | linux-082dc185b8619c6ec8d05ed58e36c4a5c9b315ba.tar.gz linux-082dc185b8619c6ec8d05ed58e36c4a5c9b315ba.tar.bz2 linux-082dc185b8619c6ec8d05ed58e36c4a5c9b315ba.zip | |
parisc/ftrace: Fix function graph tracing disablement
commit a5f05a138a8cac035bf9da9b6ed0e532bc7942c8 upstream.
Due to an apparent copy-paste bug, the parisc implementation of
ftrace_disable_ftrace_graph_caller() doesn't actually do anything.
It enables the (already-enabled) static key rather than disabling it.
The result is that after function graph tracing has been "disabled", any
subsequent (non-graph) function tracing will inadvertently also enable
the slow fgraph return address hijacking.
Fixes: 98f2926171ae ("parisc/ftrace: use static key to enable/disable function graph tracer")
Cc: stable@vger.kernel.org # 5.16+
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/platform')
0 files changed, 0 insertions, 0 deletions
