Ubuntu-focal-kernel/tools/perf/bench
Helge Deller 41bc7720ab parisc: Align parisc MADV_XXX constants with all other architectures
BugLink: https://bugs.launchpad.net/bugs/2003914

commit 71bdea6f798b425bc0003780b13e3fdecb16a010 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>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
2023-02-01 15:23:43 +01:00
..
Build
bench.h parisc: Align parisc MADV_XXX constants with all other architectures 2023-02-01 15:23:43 +01:00
epoll-ctl.c
epoll-wait.c
futex-hash.c
futex-lock-pi.c perf bench futex: Fix memory leak of perf_cpu_map__new() 2022-01-13 18:42:58 +01:00
futex-requeue.c perf bench futex: Fix memory leak of perf_cpu_map__new() 2022-01-13 18:42:58 +01:00
futex-wake-parallel.c perf bench futex: Fix memory leak of perf_cpu_map__new() 2022-01-13 18:42:58 +01:00
futex-wake.c perf bench futex: Fix memory leak of perf_cpu_map__new() 2022-01-13 18:42:58 +01:00
futex.h
mem-functions.c
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-08-26 11:06:48 +02:00
sched-messaging.c
sched-pipe.c