]> granicus.if.org Git - strace/commit
Implement decoding of fsmount syscall
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 28 Jun 2019 09:30:54 +0000 (09:30 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 29 Jun 2019 17:38:25 +0000 (17:38 +0000)
commitbd2e4cfc74519981926c668580ce4dfc080b81f2
treecaa9132fff76065d615e285cf1afe9d3bdcc8826
parentb9bcc23a401fa82f8d76011c78d9a183971e5054
Implement decoding of fsmount syscall

... introduced by Linux kernel commits v5.2-rc1~141^2~2,
v5.2-rc1~20^2~1, and v5.2-rc1~20^2.

* fsmount.c: New file.
* Makefile.am (strace_SOURCES): Add it.
* pathtrace.c (pathtrace_match_set): Add SEN_fsmount.
* xlat/fsmount_cmds.in: New file.
* xlat/mount_attr_atime.in: Likewise.
* xlat/mount_attr_flags.in: Likewise.
* linux/syscallent-common.h [BASE_NR + 432]: Wire up fsmount.
* NEWS: Mention this change.
* tests/fsmount.c: New file.
* tests/gen_tests.in (fsmount): New entry.
* tests/pure_executables.list: Add fsmount.
* tests/.gitignore: Likewise.
Makefile.am
NEWS
fsmount.c [new file with mode: 0644]
linux/syscallent-common.h
pathtrace.c
tests/.gitignore
tests/fsmount.c [new file with mode: 0644]
tests/gen_tests.in
tests/pure_executables.list
xlat/fsmount_flags.in [new file with mode: 0644]
xlat/mount_attr_flags.in [new file with mode: 0644]