]> granicus.if.org Git - strace/commit
Implement decoding of move_mount syscall
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 25 Jun 2019 11:32:26 +0000 (11:32 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 29 Jun 2019 17:38:25 +0000 (17:38 +0000)
commit363c347676edc07826f6320e55950e253fa33554
treef319f4650178b83873e2b47a2b73e85873177d1a
parentc32610732350c4d39911b28510f21d116d49d6d8
Implement decoding of move_mount syscall

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

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