diff options
-rw-r--r-- | src/basic/syscall-list.txt | 2 | ||||
-rw-r--r-- | src/basic/syscalls-alpha.txt | 2 | ||||
-rw-r--r-- | src/basic/syscalls-arc.txt | 2 | ||||
-rw-r--r-- | src/basic/syscalls-arm.txt | 2 | ||||
-rw-r--r-- | src/basic/syscalls-arm64.txt | 2 | ||||
-rw-r--r-- | src/basic/syscalls-i386.txt | 2 | ||||
-rw-r--r-- | src/basic/syscalls-ia64.txt | 2 | ||||
-rw-r--r-- | src/basic/syscalls-loongarch64.txt | 2 | ||||
-rw-r--r-- | src/basic/syscalls-m68k.txt | 2 | ||||
-rw-r--r-- | src/basic/syscalls-mips64.txt | 2 | ||||
-rw-r--r-- | src/basic/syscalls-mips64n32.txt | 2 | ||||
-rw-r--r-- | src/basic/syscalls-mipso32.txt | 2 | ||||
-rw-r--r-- | src/basic/syscalls-parisc.txt | 2 | ||||
-rw-r--r-- | src/basic/syscalls-powerpc.txt | 2 | ||||
-rw-r--r-- | src/basic/syscalls-powerpc64.txt | 2 | ||||
-rw-r--r-- | src/basic/syscalls-riscv32.txt | 2 | ||||
-rw-r--r-- | src/basic/syscalls-riscv64.txt | 2 | ||||
-rw-r--r-- | src/basic/syscalls-s390.txt | 2 | ||||
-rw-r--r-- | src/basic/syscalls-s390x.txt | 2 | ||||
-rw-r--r-- | src/basic/syscalls-sparc.txt | 2 | ||||
-rw-r--r-- | src/basic/syscalls-x86_64.txt | 2 |
21 files changed, 42 insertions, 0 deletions
diff --git a/src/basic/syscall-list.txt b/src/basic/syscall-list.txt index d6d4b065a8..56f3f8aec5 100644 --- a/src/basic/syscall-list.txt +++ b/src/basic/syscall-list.txt @@ -79,6 +79,7 @@ fanotify_mark fchdir fchmod fchmodat +fchmodat2 fchown fchown32 fchownat @@ -202,6 +203,7 @@ lsetxattr lstat lstat64 madvise +map_shadow_stack mbind membarrier memfd_create diff --git a/src/basic/syscalls-alpha.txt b/src/basic/syscalls-alpha.txt index b83350b9b7..c98df53aff 100644 --- a/src/basic/syscalls-alpha.txt +++ b/src/basic/syscalls-alpha.txt @@ -79,6 +79,7 @@ fanotify_mark 495 fchdir 13 fchmod 124 fchmodat 461 +fchmodat2 562 fchown 123 fchown32 fchownat 453 @@ -202,6 +203,7 @@ lsetxattr 383 lstat 68 lstat64 426 madvise 75 +map_shadow_stack mbind 429 membarrier 517 memfd_create 512 diff --git a/src/basic/syscalls-arc.txt b/src/basic/syscalls-arc.txt index 171fe48731..cbfaceb26a 100644 --- a/src/basic/syscalls-arc.txt +++ b/src/basic/syscalls-arc.txt @@ -79,6 +79,7 @@ fanotify_mark 263 fchdir 50 fchmod 52 fchmodat 53 +fchmodat2 452 fchown 55 fchown32 fchownat 54 @@ -202,6 +203,7 @@ lsetxattr 6 lstat lstat64 madvise 233 +map_shadow_stack mbind 235 membarrier 283 memfd_create 279 diff --git a/src/basic/syscalls-arm.txt b/src/basic/syscalls-arm.txt index b1d7d23e17..513f53a601 100644 --- a/src/basic/syscalls-arm.txt +++ b/src/basic/syscalls-arm.txt @@ -79,6 +79,7 @@ fanotify_mark 368 fchdir 133 fchmod 94 fchmodat 333 +fchmodat2 452 fchown 95 fchown32 207 fchownat 325 @@ -202,6 +203,7 @@ lsetxattr 227 lstat 107 lstat64 196 madvise 220 +map_shadow_stack mbind 319 membarrier 389 memfd_create 385 diff --git a/src/basic/syscalls-arm64.txt b/src/basic/syscalls-arm64.txt index c910a39ef3..00c48cfb02 100644 --- a/src/basic/syscalls-arm64.txt +++ b/src/basic/syscalls-arm64.txt @@ -79,6 +79,7 @@ fanotify_mark 263 fchdir 50 fchmod 52 fchmodat 53 +fchmodat2 452 fchown 55 fchown32 fchownat 54 @@ -202,6 +203,7 @@ lsetxattr 6 lstat lstat64 madvise 233 +map_shadow_stack mbind 235 membarrier 283 memfd_create 279 diff --git a/src/basic/syscalls-i386.txt b/src/basic/syscalls-i386.txt index 4c71bb30f9..d57abc2247 100644 --- a/src/basic/syscalls-i386.txt +++ b/src/basic/syscalls-i386.txt @@ -79,6 +79,7 @@ fanotify_mark 339 fchdir 133 fchmod 94 fchmodat 306 +fchmodat2 452 fchown 95 fchown32 207 fchownat 298 @@ -202,6 +203,7 @@ lsetxattr 227 lstat 107 lstat64 196 madvise 219 +map_shadow_stack mbind 274 membarrier 375 memfd_create 356 diff --git a/src/basic/syscalls-ia64.txt b/src/basic/syscalls-ia64.txt index 2a4534a950..851cef0e9b 100644 --- a/src/basic/syscalls-ia64.txt +++ b/src/basic/syscalls-ia64.txt @@ -79,6 +79,7 @@ fanotify_mark 1324 fchdir 1035 fchmod 1099 fchmodat 1292 +fchmodat2 1476 fchown 1100 fchown32 fchownat 1284 @@ -202,6 +203,7 @@ lsetxattr 1218 lstat 1211 lstat64 madvise 1209 +map_shadow_stack mbind 1259 membarrier 1344 memfd_create 1340 diff --git a/src/basic/syscalls-loongarch64.txt b/src/basic/syscalls-loongarch64.txt index 7f1a0b85cb..6ed4242010 100644 --- a/src/basic/syscalls-loongarch64.txt +++ b/src/basic/syscalls-loongarch64.txt @@ -79,6 +79,7 @@ fanotify_mark 263 fchdir 50 fchmod 52 fchmodat 53 +fchmodat2 452 fchown 55 fchown32 fchownat 54 @@ -202,6 +203,7 @@ lsetxattr 6 lstat lstat64 madvise 233 +map_shadow_stack mbind 235 membarrier 283 memfd_create 279 diff --git a/src/basic/syscalls-m68k.txt b/src/basic/syscalls-m68k.txt index c84b45ddff..b9af39b7a3 100644 --- a/src/basic/syscalls-m68k.txt +++ b/src/basic/syscalls-m68k.txt @@ -79,6 +79,7 @@ fanotify_mark 338 fchdir 133 fchmod 94 fchmodat 299 +fchmodat2 452 fchown 95 fchown32 207 fchownat 291 @@ -202,6 +203,7 @@ lsetxattr 224 lstat 107 lstat64 196 madvise 238 +map_shadow_stack mbind 268 membarrier 374 memfd_create 353 diff --git a/src/basic/syscalls-mips64.txt b/src/basic/syscalls-mips64.txt index 3a88ca09a7..d3a43817ea 100644 --- a/src/basic/syscalls-mips64.txt +++ b/src/basic/syscalls-mips64.txt @@ -79,6 +79,7 @@ fanotify_mark 5296 fchdir 5079 fchmod 5089 fchmodat 5258 +fchmodat2 5452 fchown 5091 fchown32 fchownat 5250 @@ -202,6 +203,7 @@ lsetxattr 5181 lstat 5006 lstat64 madvise 5027 +map_shadow_stack mbind 5227 membarrier 5318 memfd_create 5314 diff --git a/src/basic/syscalls-mips64n32.txt b/src/basic/syscalls-mips64n32.txt index 84b91a0279..c4ffda7779 100644 --- a/src/basic/syscalls-mips64n32.txt +++ b/src/basic/syscalls-mips64n32.txt @@ -79,6 +79,7 @@ fanotify_mark 6301 fchdir 6079 fchmod 6089 fchmodat 6262 +fchmodat2 6452 fchown 6091 fchown32 fchownat 6254 @@ -202,6 +203,7 @@ lsetxattr 6181 lstat 6006 lstat64 madvise 6027 +map_shadow_stack mbind 6231 membarrier 6322 memfd_create 6318 diff --git a/src/basic/syscalls-mipso32.txt b/src/basic/syscalls-mipso32.txt index 6c1d8d338e..2d689a1583 100644 --- a/src/basic/syscalls-mipso32.txt +++ b/src/basic/syscalls-mipso32.txt @@ -79,6 +79,7 @@ fanotify_mark 4337 fchdir 4133 fchmod 4094 fchmodat 4299 +fchmodat2 4452 fchown 4095 fchown32 fchownat 4291 @@ -202,6 +203,7 @@ lsetxattr 4225 lstat 4107 lstat64 4214 madvise 4218 +map_shadow_stack mbind 4268 membarrier 4358 memfd_create 4354 diff --git a/src/basic/syscalls-parisc.txt b/src/basic/syscalls-parisc.txt index f0ba6a26a0..1491179f98 100644 --- a/src/basic/syscalls-parisc.txt +++ b/src/basic/syscalls-parisc.txt @@ -79,6 +79,7 @@ fanotify_mark 323 fchdir 133 fchmod 94 fchmodat 286 +fchmodat2 452 fchown 95 fchown32 fchownat 278 @@ -202,6 +203,7 @@ lsetxattr 239 lstat 84 lstat64 198 madvise 119 +map_shadow_stack mbind 260 membarrier 343 memfd_create 340 diff --git a/src/basic/syscalls-powerpc.txt b/src/basic/syscalls-powerpc.txt index 1c14ac06dc..7bdc0c23f8 100644 --- a/src/basic/syscalls-powerpc.txt +++ b/src/basic/syscalls-powerpc.txt @@ -79,6 +79,7 @@ fanotify_mark 324 fchdir 133 fchmod 94 fchmodat 297 +fchmodat2 452 fchown 95 fchown32 fchownat 289 @@ -202,6 +203,7 @@ lsetxattr 210 lstat 107 lstat64 196 madvise 205 +map_shadow_stack mbind 259 membarrier 365 memfd_create 360 diff --git a/src/basic/syscalls-powerpc64.txt b/src/basic/syscalls-powerpc64.txt index 7c9c691434..db7c7b5a10 100644 --- a/src/basic/syscalls-powerpc64.txt +++ b/src/basic/syscalls-powerpc64.txt @@ -79,6 +79,7 @@ fanotify_mark 324 fchdir 133 fchmod 94 fchmodat 297 +fchmodat2 452 fchown 95 fchown32 fchownat 289 @@ -202,6 +203,7 @@ lsetxattr 210 lstat 107 lstat64 madvise 205 +map_shadow_stack mbind 259 membarrier 365 memfd_create 360 diff --git a/src/basic/syscalls-riscv32.txt b/src/basic/syscalls-riscv32.txt index b5cf60afaf..7a0f0171c2 100644 --- a/src/basic/syscalls-riscv32.txt +++ b/src/basic/syscalls-riscv32.txt @@ -79,6 +79,7 @@ fanotify_mark 263 fchdir 50 fchmod 52 fchmodat 53 +fchmodat2 452 fchown 55 fchown32 fchownat 54 @@ -202,6 +203,7 @@ lsetxattr 6 lstat lstat64 madvise 233 +map_shadow_stack mbind 235 membarrier 283 memfd_create 279 diff --git a/src/basic/syscalls-riscv64.txt b/src/basic/syscalls-riscv64.txt index f6a8142c96..171b209e2d 100644 --- a/src/basic/syscalls-riscv64.txt +++ b/src/basic/syscalls-riscv64.txt @@ -79,6 +79,7 @@ fanotify_mark 263 fchdir 50 fchmod 52 fchmodat 53 +fchmodat2 452 fchown 55 fchown32 fchownat 54 @@ -202,6 +203,7 @@ lsetxattr 6 lstat lstat64 madvise 233 +map_shadow_stack mbind 235 membarrier 283 memfd_create 279 diff --git a/src/basic/syscalls-s390.txt b/src/basic/syscalls-s390.txt index cbae37c0c8..73bfb30900 100644 --- a/src/basic/syscalls-s390.txt +++ b/src/basic/syscalls-s390.txt @@ -79,6 +79,7 @@ fanotify_mark 333 fchdir 133 fchmod 94 fchmodat 299 +fchmodat2 452 fchown 95 fchown32 207 fchownat 291 @@ -202,6 +203,7 @@ lsetxattr 225 lstat 107 lstat64 196 madvise 219 +map_shadow_stack mbind 268 membarrier 356 memfd_create 350 diff --git a/src/basic/syscalls-s390x.txt b/src/basic/syscalls-s390x.txt index 0ffc720945..12b60a955f 100644 --- a/src/basic/syscalls-s390x.txt +++ b/src/basic/syscalls-s390x.txt @@ -79,6 +79,7 @@ fanotify_mark 333 fchdir 133 fchmod 94 fchmodat 299 +fchmodat2 452 fchown 207 fchown32 fchownat 291 @@ -202,6 +203,7 @@ lsetxattr 225 lstat 107 lstat64 madvise 219 +map_shadow_stack mbind 268 membarrier 356 memfd_create 350 diff --git a/src/basic/syscalls-sparc.txt b/src/basic/syscalls-sparc.txt index 9ecd646da4..d59eba017d 100644 --- a/src/basic/syscalls-sparc.txt +++ b/src/basic/syscalls-sparc.txt @@ -79,6 +79,7 @@ fanotify_mark 330 fchdir 176 fchmod 124 fchmodat 295 +fchmodat2 452 fchown 123 fchown32 32 fchownat 287 @@ -202,6 +203,7 @@ lsetxattr 170 lstat 40 lstat64 132 madvise 75 +map_shadow_stack mbind 303 membarrier 351 memfd_create 348 diff --git a/src/basic/syscalls-x86_64.txt b/src/basic/syscalls-x86_64.txt index 1f95ea1f6f..6b708c83bf 100644 --- a/src/basic/syscalls-x86_64.txt +++ b/src/basic/syscalls-x86_64.txt @@ -79,6 +79,7 @@ fanotify_mark 301 fchdir 81 fchmod 91 fchmodat 268 +fchmodat2 452 fchown 93 fchown32 fchownat 260 @@ -202,6 +203,7 @@ lsetxattr 189 lstat 6 lstat64 madvise 28 +map_shadow_stack 453 mbind 237 membarrier 324 memfd_create 319 |