linux-stable/tools/perf/bench
Helge Deller 320dbbd86f parisc: Align parisc MADV_XXX constants with all other architectures
commit 71bdea6f79 upstream.

Adjust some MADV_XXX constants to be in sync what their values are on
all other platforms. There is currently no reason to have an own
numbering on parisc, but it requires workarounds in many userspace
sources (e.g. glibc, qemu, ...) - which are often forgotten and thus
introduce bugs and different behaviour on parisc.

A wrapper avoids an ABI breakage for existing userspace applications by
translating any old values to the new ones, so this change allows us to
move over all programs to the new ABI over time.

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-01-18 11:42:00 +01:00
..
bench.h parisc: Align parisc MADV_XXX constants with all other architectures 2023-01-18 11:42:00 +01:00
Build
epoll-ctl.c perf bench: Share some global variables to fix build with gcc 10 2020-08-05 09:59:52 +02:00
epoll-wait.c perf bench: Share some global variables to fix build with gcc 10 2020-08-05 09:59:52 +02:00
futex-hash.c perf bench: Share some global variables to fix build with gcc 10 2020-08-05 09:59:52 +02:00
futex-lock-pi.c perf bench futex: Fix memory leak of perf_cpu_map__new() 2021-11-26 10:47:18 +01:00
futex-requeue.c perf bench futex: Fix memory leak of perf_cpu_map__new() 2021-11-26 10:47:18 +01:00
futex-wake-parallel.c perf bench futex: Fix memory leak of perf_cpu_map__new() 2021-11-26 10:47:18 +01:00
futex-wake.c perf bench futex: Fix memory leak of perf_cpu_map__new() 2021-11-26 10:47:18 +01:00
futex.h
mem-functions.c perf bench mem: Always memset source before memcpy 2020-08-21 13:05:38 +02:00
mem-memcpy-arch.h
mem-memcpy-x86-64-asm-def.h
mem-memcpy-x86-64-asm.S
mem-memcpy-x86-64-lib.c
mem-memset-arch.h
mem-memset-x86-64-asm-def.h
mem-memset-x86-64-asm.S
numa.c perf bench numa: Address compiler error on s390 2022-05-25 09:14:37 +02:00
sched-messaging.c perf bench: Fix 2 memory sanitizer warnings 2021-07-19 08:53:14 +02:00
sched-pipe.c perf tools: Remove util.h from where it is not needed 2019-09-20 09:19:20 -03:00