]> granicus.if.org Git - strace/commit
Implement decoding of fsconfig syscall
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 27 Jun 2019 16:51:33 +0000 (16:51 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 29 Jun 2019 17:38:25 +0000 (17:38 +0000)
commitb9bcc23a401fa82f8d76011c78d9a183971e5054
tree72fec42473a321cab601492ef78f9f83cf9cafb3
parent714eb514284252f302e6d0a7b27690eaeaf61e5b
Implement decoding of fsconfig syscall

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

* fsconfig.c: New file.
* Makefile.am (strace_SOURCES): Add it.
* pathtrace.c (pathtrace_match_set): Add SEN_fsconfig.
* xlat/fsconfig_cmds.in: New file.
* linux/syscallent-common.h [BASE_NR + 431]: Wire up fsconfig.
* NEWS: Mention this change.
* tests/fsconfig.c: New file.
* tests/fsconfig-P.c: Likewise.
* tests/gen_tests.in (fsconfig, fsconfig-P): New entries.
* tests/pure_executables.list: Add fsconfig and fsconfig-P.
* tests/.gitignore: Likewise.
Makefile.am
NEWS
fsconfig.c [new file with mode: 0644]
linux/syscallent-common.h
pathtrace.c
tests/.gitignore
tests/fsconfig-P.c [new file with mode: 0644]
tests/fsconfig.c [new file with mode: 0644]
tests/gen_tests.in
tests/pure_executables.list
xlat/fsconfig_cmds.in [new file with mode: 0644]