diff --git a/arch/aarch64/bits/syscall.h.in b/arch/aarch64/bits/syscall.h.in index 0d4a9bca94e6b032b0ea89a5778314b570ef783b..47a969bc75f53bd24e959c3acc366a340cd95827 100644 --- a/arch/aarch64/bits/syscall.h.in +++ b/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 diff --git a/arch/arm/bits/syscall.h.in b/arch/arm/bits/syscall.h.in index 1920516a4abe88b5c4fa288017d7b0cc0fecb251..13a3b66c895247d9bbcd0b672332bc94af64803e 100644 --- a/arch/arm/bits/syscall.h.in +++ b/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 diff --git a/arch/i386/bits/syscall.h.in b/arch/i386/bits/syscall.h.in index 27e72feca88b18bc705b7ee3564ffd298e1bad22..47f4ae0318c41b10b2ae881b876ef8bcf0ecd2a8 100644 --- a/arch/i386/bits/syscall.h.in +++ b/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 diff --git a/arch/microblaze/bits/syscall.h.in b/arch/microblaze/bits/syscall.h.in index dda5218dbd6e64824b1dd1ed241b5e8f0a049812..f05839613b49cf4b242bffe2df504cb749500848 100644 --- a/arch/microblaze/bits/syscall.h.in +++ b/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 diff --git a/arch/mips/bits/syscall.h.in b/arch/mips/bits/syscall.h.in index c1e236359e0e0edc52dafe734b335b7578baa0e5..be8c32075b603b64d744c8351862e7d4419f1369 100644 --- a/arch/mips/bits/syscall.h.in +++ b/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 diff --git a/arch/mips64/bits/syscall.h.in b/arch/mips64/bits/syscall.h.in index b0fe49b5248952d8cc67af96fa1657cfdc678cbe..f814aa48c5ff3473b29ba67578a0f9d30d3b6b37 100644 --- a/arch/mips64/bits/syscall.h.in +++ b/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 diff --git a/arch/mipsn32/bits/syscall.h.in b/arch/mipsn32/bits/syscall.h.in index 70c5d0b8be875d5eb19fa36de2215d9c6b4e20d0..c172618075ffe7dc0b0fa0415755a99318c18177 100644 --- a/arch/mipsn32/bits/syscall.h.in +++ b/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 diff --git a/arch/or1k/bits/syscall.h.in b/arch/or1k/bits/syscall.h.in index 03735e88278a0067b52c5ca05740f6090df9868d..76ba2c6e601eb3ab95743ab8b0af9ec02a1435fe 100644 --- a/arch/or1k/bits/syscall.h.in +++ b/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 diff --git a/arch/powerpc/bits/syscall.h.in b/arch/powerpc/bits/syscall.h.in index 7ce94bbdec623ac01a4ef9cd6da21812dfc04c1b..54e155f2ac6fd22f1a6d8fb59e5bc59b8010f3d2 100644 --- a/arch/powerpc/bits/syscall.h.in +++ b/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 diff --git a/arch/powerpc64/bits/syscall.h.in b/arch/powerpc64/bits/syscall.h.in index 1da1ecc0ebf35f30fbacf3451049082e2d419d03..4e29cedf83726cde0096b60c5f7acbb9ea7a53b7 100644 --- a/arch/powerpc64/bits/syscall.h.in +++ b/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 diff --git a/arch/s390x/bits/syscall.h.in b/arch/s390x/bits/syscall.h.in index 409e915510ad77085da23cca8b1261d6093edef9..85a18e792bcb27e9c4b9479b2d9cd66fa4ed1a1f 100644 --- a/arch/s390x/bits/syscall.h.in +++ b/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 diff --git a/arch/x32/bits/syscall.h.in b/arch/x32/bits/syscall.h.in index 23ef447262ef81ac0c4e60c4cf896ee53af6c6fc..67d89f9114f800d8118bc9a6254a3d3f96dde1d1 100644 --- a/arch/x32/bits/syscall.h.in +++ b/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) diff --git a/arch/x86_64/bits/syscall.h.in b/arch/x86_64/bits/syscall.h.in index bffcc4ee916002bb54c9e6ed52196aac8d4669f3..9cdb7789503d626a7ef223d18351d1b94ed0eedc 100644 --- a/arch/x86_64/bits/syscall.h.in +++ b/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