Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tools include arch: Grab a copy of x86's prctl.h

We need it to generate the tables for the 'code' arch_prctl's syscall
argument.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Luis Cláudio Gonçalves <lclaudio@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: https://lkml.kernel.org/n/tip-vu890pi18fpd4eyz61cazckj@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

+18
+17
tools/arch/x86/include/uapi/asm/prctl.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2 + #ifndef _ASM_X86_PRCTL_H 3 + #define _ASM_X86_PRCTL_H 4 + 5 + #define ARCH_SET_GS 0x1001 6 + #define ARCH_SET_FS 0x1002 7 + #define ARCH_GET_FS 0x1003 8 + #define ARCH_GET_GS 0x1004 9 + 10 + #define ARCH_GET_CPUID 0x1011 11 + #define ARCH_SET_CPUID 0x1012 12 + 13 + #define ARCH_MAP_VDSO_X32 0x2001 14 + #define ARCH_MAP_VDSO_32 0x2002 15 + #define ARCH_MAP_VDSO_64 0x2003 16 + 17 + #endif /* _ASM_X86_PRCTL_H */
+1
tools/perf/check-headers.sh
··· 21 21 arch/x86/include/asm/disabled-features.h 22 22 arch/x86/include/asm/required-features.h 23 23 arch/x86/include/asm/cpufeatures.h 24 + arch/x86/include/uapi/asm/prctl.h 24 25 arch/arm/include/uapi/asm/perf_regs.h 25 26 arch/arm64/include/uapi/asm/perf_regs.h 26 27 arch/powerpc/include/uapi/asm/perf_regs.h