You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JIRA: https://issues.redhat.com/browse/RHEL-101598
commit 8788ca1
Author: Florent Revest <[email protected]>
Date: Tue Mar 21 15:04:20 2023 +0100
ftrace: Remove the legacy _ftrace_direct API
This API relies on a single global ops, used for all direct calls
registered with it. However, to implement arm64 direct calls, we need
each ops to point to a single direct call trampoline.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Florent Revest <[email protected]>
Acked-by: Mark Rutland <[email protected]>
Tested-by: Mark Rutland <[email protected]>
Acked-by: Jiri Olsa <[email protected]>
Signed-off-by: Steven Rostedt (Google) <[email protected]>
Conflicts:
- kernel/trace/ftrace.c: 2 hunks modified
missing commit 8732565 ("ftrace: Set direct_ops storage-class-specifier to static")
and already backorted
2a2d8c5 ("ftrace: Fix issue that 'direct->addr' not restored in modify_ftrace_direct()")
Assisted-by: Patchpal AI
Signed-off-by: Jerome Marchand <[email protected]>
0 commit comments