aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts-by-pid.py
diff options
context:
space:
mode:
authorDaniel Axtens <[email protected]>2021-06-28 19:40:49 -0700
committerLinus Torvalds <[email protected]>2021-06-29 10:53:53 -0700
commitcb32c9c5d45662770160e0055cb672fd6e0813e8 (patch)
treec2be9f91f96cc9a8305666bca9f660ba7aed0a0f /tools/perf/scripts/python/syscall-counts-by-pid.py
parentc0f8aa4fa815daacb6eca52cae04820d6aecb7c2 (diff)
kasan: use MAX_PTRS_PER_* for early shadow tables
powerpc has a variable number of PTRS_PER_*, set at runtime based on the MMU that the kernel is booted under. This means the PTRS_PER_* are no longer constants, and therefore breaks the build. Switch to using MAX_PTRS_PER_*, which are constant. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Daniel Axtens <[email protected]> Suggested-by: Christophe Leroy <[email protected]> Suggested-by: Balbir Singh <[email protected]> Reviewed-by: Christophe Leroy <[email protected]> Reviewed-by: Balbir Singh <[email protected]> Reviewed-by: Marco Elver <[email protected]> Reviewed-by: Andrey Konovalov <[email protected]> Cc: Aneesh Kumar K.V <[email protected]> Cc: Andrey Ryabinin <[email protected]> Cc: Alexander Potapenko <[email protected]> Cc: Dmitry Vyukov <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions