Parcourir la source

add io_pgetevents and rseq syscall numbers from linux v4.18

io_pgetevents is new in linux commit
7a074e96dee62586c935c80cecd931431bfdd0be

rseq is new in linux commit
d7822b1e24f2df5df98c76f0e94a5416349ff759
Szabolcs Nagy il y a 6 ans
Parent
commit
d149e69c02

+ 1 - 0
arch/aarch64/bits/syscall.h.in

@@ -274,4 +274,5 @@
 #define __NR_pkey_alloc 289
 #define __NR_pkey_free 290
 #define __NR_statx 291
+#define __NR_io_pgetevents 292
 

+ 1 - 0
arch/arm/bits/syscall.h.in

@@ -353,6 +353,7 @@
 #define __NR_pkey_alloc	395
 #define __NR_pkey_free	396
 #define __NR_statx	397
+#define __NR_rseq	398
 
 #define __ARM_NR_breakpoint	0x0f0001
 #define __ARM_NR_cacheflush	0x0f0002

+ 2 - 0
arch/i386/bits/syscall.h.in

@@ -382,4 +382,6 @@
 #define __NR_pkey_free		382
 #define __NR_statx		383
 #define __NR_arch_prctl		384
+#define __NR_io_pgetevents	385
+#define __NR_rseq		386
 

+ 2 - 0
arch/microblaze/bits/syscall.h.in

@@ -393,4 +393,6 @@
 #define __NR_pkey_alloc 396
 #define __NR_pkey_free 397
 #define __NR_statx 398
+#define __NR_io_pgetevents 399
+#define __NR_rseq 400
 

+ 2 - 0
arch/mips/bits/syscall.h.in

@@ -364,4 +364,6 @@
 #define __NR_pkey_alloc              4364
 #define __NR_pkey_free               4365
 #define __NR_statx                   4366
+#define __NR_rseq                    4367
+#define __NR_io_pgetevents           4368
 

+ 2 - 0
arch/mips64/bits/syscall.h.in

@@ -324,4 +324,6 @@
 #define __NR_pkey_alloc			5324
 #define __NR_pkey_free			5325
 #define __NR_statx			5326
+#define __NR_rseq			4327
+#define __NR_io_pgetevents		4328
 

+ 2 - 0
arch/mipsn32/bits/syscall.h.in

@@ -328,4 +328,6 @@
 #define __NR_pkey_alloc			6328
 #define __NR_pkey_free			6329
 #define __NR_statx			6330
+#define __NR_rseq			6331
+#define __NR_io_pgetevents		6332
 

+ 1 - 0
arch/or1k/bits/syscall.h.in

@@ -276,4 +276,5 @@
 #define __NR_pkey_alloc 289
 #define __NR_pkey_free 290
 #define __NR_statx 291
+#define __NR_io_pgetevents 292
 

+ 2 - 0
arch/powerpc/bits/syscall.h.in

@@ -371,4 +371,6 @@
 #define __NR_pkey_alloc            384
 #define __NR_pkey_free             385
 #define __NR_pkey_mprotect         386
+#define __NR_rseq                  387
+#define __NR_io_pgetevents         388
 

+ 2 - 0
arch/powerpc64/bits/syscall.h.in

@@ -362,4 +362,6 @@
 #define __NR_pkey_alloc             384
 #define __NR_pkey_free              385
 #define __NR_pkey_mprotect          386
+#define __NR_rseq                   387
+#define __NR_io_pgetevents          388
 

+ 2 - 0
arch/s390x/bits/syscall.h.in

@@ -324,4 +324,6 @@
 #define __NR_statx                      379
 #define __NR_s390_sthyi                 380
 #define __NR_kexec_file_load            381
+#define __NR_io_pgetevents              382
+#define __NR_rseq                       383
 

+ 2 - 0
arch/x32/bits/syscall.h.in

@@ -284,6 +284,8 @@
 #define __NR_pkey_alloc (0x40000000 + 330)
 #define __NR_pkey_free (0x40000000 + 331)
 #define __NR_statx (0x40000000 + 332)
+#define __NR_io_pgetevents (0x40000000 + 333)
+#define __NR_rseq (0x40000000 + 334)
 
 #define __NR_rt_sigaction (0x40000000 + 512)
 #define __NR_rt_sigreturn (0x40000000 + 513)

+ 2 - 0
arch/x86_64/bits/syscall.h.in

@@ -331,4 +331,6 @@
 #define __NR_pkey_alloc				330
 #define __NR_pkey_free				331
 #define __NR_statx				332
+#define __NR_io_pgetevents			333
+#define __NR_rseq				334