diff options
author | Uros Bizjak <[email protected]> | 2024-09-24 11:07:13 +0200 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2024-11-05 17:12:32 -0800 |
commit | ad8f63f935b6785c87681d35b9408f5ecd5db967 (patch) | |
tree | f8738c794d8fc7ea6df9a843bcbb325b577bcd96 /scripts/gdb/linux/lists.py | |
parent | 1bb5d6609767b631526a95446198e5f436159bea (diff) |
perf/hw_breakpoint: use ERR_PTR_PCPU(), IS_ERR_PCPU() and PTR_ERR_PCPU() macros
Use ERR_PTR_PCPU() when returning error pointer in the percpu address
space. Use IS_ERR_PCPU() and PTR_ERR_PCPU() when returning the error
pointer from the percpu address space. These macros add intermediate cast
to unsigned long when switching named address spaces.
The patch will avoid future build errors due to pointer address space
mismatch with enabled strict percpu address space checks.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Uros Bizjak <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Ian Rogers <[email protected]>
Cc: Adrian Hunter <[email protected]>
Cc: "Liang, Kan" <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions