Skip to content

Commit 303550a

Browse files
committed
tools headers UAPI s390: Sync ptrace.h kernel headers
To pick up the changes from: 56e62a7 ("s390: convert to generic entry") That only adds two new defines, so shouldn't cause problems when building the BPF selftests. Silencing this perf build warning: Warning: Kernel ABI header at 'tools/arch/s390/include/uapi/asm/ptrace.h' differs from latest version at 'arch/s390/include/uapi/asm/ptrace.h' diff -u tools/arch/s390/include/uapi/asm/ptrace.h arch/s390/include/uapi/asm/ptrace.h Cc: Hendrik Brueckner <brueckner@linux.vnet.ibm.com> Cc: Sven Schnelle <svens@linux.ibm.com> Cc: Vasily Gorbik <gor@linux.ibm.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent add76c0 commit 303550a

File tree

1 file changed

+3
-2
lines changed
  • tools/arch/s390/include/uapi/asm

1 file changed

+3
-2
lines changed

tools/arch/s390/include/uapi/asm/ptrace.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,9 @@
179179
#define ACR_SIZE 4
180180

181181

182-
#define PTRACE_OLDSETOPTIONS 21
183-
182+
#define PTRACE_OLDSETOPTIONS 21
183+
#define PTRACE_SYSEMU 31
184+
#define PTRACE_SYSEMU_SINGLESTEP 32
184185
#ifndef __ASSEMBLY__
185186
#include <linux/stddef.h>
186187
#include <linux/types.h>

0 commit comments

Comments
 (0)