diff options
author | Petr Pavlu <petr.pavlu@suse.com> | 2024-02-13 14:24:34 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-02-23 09:51:58 +0100 |
commit | 02faad5f5249f614e798750187557f91f9607f29 (patch) | |
tree | 831eff2b1a64865e3e4c35ee81225ff4ad7b7f59 /kernel/smpboot.h | |
parent | 27978243f165b44e342f28f449b91327944ea071 (diff) | |
download | linux-stable-02faad5f5249f614e798750187557f91f9607f29.tar.gz linux-stable-02faad5f5249f614e798750187557f91f9607f29.tar.bz2 linux-stable-02faad5f5249f614e798750187557f91f9607f29.zip |
tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdef
commit bdbddb109c75365d22ec4826f480c5e75869e1cb upstream.
Commit a8b9cf62ade1 ("ftrace: Fix DIRECT_CALLS to use SAVE_REGS by
default") attempted to fix an issue with direct trampolines on x86, see
its description for details. However, it wrongly referenced the
HAVE_DYNAMIC_FTRACE_WITH_REGS config option and the problem is still
present.
Add the missing "CONFIG_" prefix for the logic to work as intended.
Link: https://lore.kernel.org/linux-trace-kernel/20240213132434.22537-1-petr.pavlu@suse.com
Fixes: a8b9cf62ade1 ("ftrace: Fix DIRECT_CALLS to use SAVE_REGS by default")
Signed-off-by: Petr Pavlu <petr.pavlu@suse.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel/smpboot.h')
0 files changed, 0 insertions, 0 deletions