Commit edfeb4e
committed
tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdef
JIRA: https://issues.redhat.com/browse/RHEL-101598
commit bdbddb1
Author: Petr Pavlu <petr.pavlu@suse.com>
Date: Tue Feb 13 14:24:34 2024 +0100
tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdef
Commit a8b9cf6 ("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: a8b9cf6 ("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: Jerome Marchand <jmarchan@redhat.com>1 parent 33154c2 commit edfeb4e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5281 | 5281 | | |
5282 | 5282 | | |
5283 | 5283 | | |
5284 | | - | |
| 5284 | + | |
5285 | 5285 | | |
5286 | 5286 | | |
5287 | 5287 | | |
| |||
0 commit comments