|
30 | 30 | /* N32 ABI */ |
31 | 31 | #define __SCMP_NR_BASE 6000 |
32 | 32 |
|
33 | | -/* NOTE: based on Linux v5.4-rc4 */ |
| 33 | +/* NOTE: based on Linux v5.8-rc7 */ |
34 | 34 | const struct arch_syscall_def mips64n32_syscall_table[] = { \ |
35 | 35 | { "_llseek", __PNR__llseek }, |
36 | 36 | { "_newselect", (__SCMP_NR_BASE + 22) }, |
@@ -96,6 +96,7 @@ const struct arch_syscall_def mips64n32_syscall_table[] = { \ |
96 | 96 | { "exit", (__SCMP_NR_BASE + 58) }, |
97 | 97 | { "exit_group", (__SCMP_NR_BASE + 205) }, |
98 | 98 | { "faccessat", (__SCMP_NR_BASE + 263) }, |
| 99 | + { "faccessat2", (__SCMP_NR_BASE + 439) }, |
99 | 100 | { "fadvise64", (__SCMP_NR_BASE + 216) }, |
100 | 101 | { "fadvise64_64", __PNR_fadvise64_64 }, |
101 | 102 | { "fallocate", (__SCMP_NR_BASE + 283) }, |
@@ -270,12 +271,14 @@ const struct arch_syscall_def mips64n32_syscall_table[] = { \ |
270 | 271 | { "open_by_handle_at", (__SCMP_NR_BASE + 304) }, |
271 | 272 | { "open_tree", (__SCMP_NR_BASE + 428) }, |
272 | 273 | { "openat", (__SCMP_NR_BASE + 251) }, |
| 274 | + { "openat2", (__SCMP_NR_BASE + 437) }, |
273 | 275 | { "pause", (__SCMP_NR_BASE + 33) }, |
274 | 276 | { "pciconfig_iobase", __PNR_pciconfig_iobase }, |
275 | 277 | { "pciconfig_read", __PNR_pciconfig_read }, |
276 | 278 | { "pciconfig_write", __PNR_pciconfig_write }, |
277 | 279 | { "perf_event_open", (__SCMP_NR_BASE + 296) }, |
278 | 280 | { "personality", (__SCMP_NR_BASE + 132) }, |
| 281 | + { "pidfd_getfd", (__SCMP_NR_BASE + 438) }, |
279 | 282 | { "pidfd_open", (__SCMP_NR_BASE + 434) }, |
280 | 283 | { "pidfd_send_signal", (__SCMP_NR_BASE + 424) }, |
281 | 284 | { "pipe", (__SCMP_NR_BASE + 21) }, |
|
0 commit comments