diff options
author | Peter Zijlstra <peterz@infradead.org> | 2025-02-07 13:15:32 +0100 |
---|---|---|
committer | Peter Zijlstra <peterz@infradead.org> | 2025-02-14 10:32:05 +0100 |
commit | 2981557cb0408e142480bc1eea30558cf5a2382f (patch) | |
tree | 8f7e153d2f74f5fb4ec3a27db453f4b538d2b3cd /tools/perf/scripts/python | |
parent | 72e213a7ccf9dc78a85eecee8dc8170762ed876c (diff) |
x86,kcfi: Fix EXPORT_SYMBOL vs kCFI
The expectation is that all EXPORT'ed symbols are free to have their
address taken and called indirectly. The majority of the assembly
defined functions currently violate this expectation.
Make then all use SYM_TYPED_FUNC_START() in order to emit the proper
kCFI preamble.
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Sami Tolvanen <samitolvanen@google.com>
Link: https://lore.kernel.org/r/20250207122546.302679189@infradead.org
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions