diff options
| author | Rohan McLure <[email protected]> | 2022-09-21 16:55:57 +1000 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2022-09-28 19:22:09 +1000 |
| commit | 39859aea411b1696c6bc0c04bd2b5095ddba6196 (patch) | |
| tree | a50d1f67b647e51dad90701799faa0f619ff97dc /tools/perf/scripts/python/syscall-counts-by-pid.py | |
| parent | 8cd1def4b8e4a592949509fac443e850da8428d0 (diff) | |
powerpc: Enable compile-time check for syscall handlers
The table of syscall handlers and registered compatibility syscall
handlers has in past been produced using assembly, with function
references resolved at link time. This moves link-time errors to
compile-time, by rewriting systbl.S in C, and including the
linux/syscalls.h, linux/compat.h and asm/syscalls.h headers for
prototypes.
Reported-by: Arnd Bergmann <[email protected]>
Signed-off-by: Rohan McLure <[email protected]>
Reviewed-by: Nicholas Piggin <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions