Skip to content

Commit

Permalink
update syscalls tables for kernel 6.11.0-rc3.
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
hrw committed Aug 13, 2024
1 parent 66b502e commit 41500fd
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions data/tables/syscalls-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ fsetxattr 7
fsmount 432
fsopen 430
fspick 433
fstat
fstat 80
fstat64
fstatat
fstatat64
Expand Down Expand Up @@ -247,7 +247,7 @@ munlockall 231
munmap 215
name_to_handle_at 264
nanosleep 101
newfstat 80
newfstat
newfstatat 79
nice
old_adjtimex
Expand Down
4 changes: 2 additions & 2 deletions data/tables/syscalls-loongarch64
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ fsetxattr 7
fsmount 432
fsopen 430
fspick 433
fstat
fstat 80
fstat64
fstatat
fstatat64
Expand Down Expand Up @@ -247,7 +247,7 @@ munlockall 231
munmap 215
name_to_handle_at 264
nanosleep 101
newfstat 80
newfstat
newfstatat 79
nice
old_adjtimex
Expand Down
4 changes: 2 additions & 2 deletions data/tables/syscalls-riscv64
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ fsetxattr 7
fsmount 432
fsopen 430
fspick 433
fstat
fstat 80
fstat64
fstatat
fstatat64
Expand Down Expand Up @@ -247,7 +247,7 @@ munlockall 231
munmap 215
name_to_handle_at 264
nanosleep 101
newfstat 80
newfstat
newfstatat 79
nice
old_adjtimex
Expand Down
2 changes: 1 addition & 1 deletion system_calls/linux_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
linux_version = "6.11.0-rc2"
linux_version = "6.11.0-rc3"
2 changes: 1 addition & 1 deletion system_calls/tables/arm64.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"fsmount": 432,
"fsopen": 430,
"fspick": 433,
"fstat": 80,
"fstatfs": 44,
"fsync": 82,
"ftruncate": 46,
Expand Down Expand Up @@ -170,7 +171,6 @@
"munmap": 215,
"name_to_handle_at": 264,
"nanosleep": 101,
"newfstat": 80,
"newfstatat": 79,
"open_by_handle_at": 265,
"open_tree": 428,
Expand Down
2 changes: 1 addition & 1 deletion system_calls/tables/loongarch64.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"fsmount": 432,
"fsopen": 430,
"fspick": 433,
"fstat": 80,
"fstatfs": 44,
"fsync": 82,
"ftruncate": 46,
Expand Down Expand Up @@ -168,7 +169,6 @@
"munmap": 215,
"name_to_handle_at": 264,
"nanosleep": 101,
"newfstat": 80,
"newfstatat": 79,
"open_by_handle_at": 265,
"open_tree": 428,
Expand Down
2 changes: 1 addition & 1 deletion system_calls/tables/riscv64.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"fsmount": 432,
"fsopen": 430,
"fspick": 433,
"fstat": 80,
"fstatfs": 44,
"fsync": 82,
"ftruncate": 46,
Expand Down Expand Up @@ -170,7 +171,6 @@
"munmap": 215,
"name_to_handle_at": 264,
"nanosleep": 101,
"newfstat": 80,
"newfstatat": 79,
"open_by_handle_at": 265,
"open_tree": 428,
Expand Down

0 comments on commit 41500fd

Please sign in to comment.