]> granicus.if.org Git - strace/commit
Implement decoding of fsopen syscall
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 26 Jun 2019 08:00:39 +0000 (08:00 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 29 Jun 2019 17:38:25 +0000 (17:38 +0000)
commit7ab2b642f8f5795afe90ac857fdc64192ec15b87
treedeb59b0f3f1bb52ad54ba9df60ae8bdedf290801
parent363c347676edc07826f6320e55950e253fa33554
Implement decoding of fsopen syscall

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

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