[PATCH 0/8] Some futex parser tweaks and futex test
Eugene Syromyatnikov
evgsyr at gmail.com
Mon Aug 29 15:10:03 UTC 2016
Hello.
This patchset contains some initial proposal for the futex syscall test
along with some syscall parser formatting tweaks that appeared sensible
to me during the test's realisation.
Eugene Syromyatnikov (8):
Fix FUTEX_WAKE_OP compare function mask
futex: Add handling of FUTEX_FD command.
futex: Some refinement to unknown command argument formatting
Add xlat values for FUTEX_WAIT commands with FUTEX_CLOCK_REALTIME bit
set
futex: Use alternate form for val3 presented in hex
futex: Avoid printing val2 when it is not used by the command
futex: Avoid printing val when it is not used by the command
tests: Add test for the futex syscall
futex.c | 32 ++-
tests/Makefile.am | 2 +
tests/futex.c | 655 +++++++++++++++++++++++++++++++++++++++++++++++++++++
tests/futex.test | 8 +
xlat/futexops.in | 2 +
5 files changed, 690 insertions(+), 9 deletions(-)
create mode 100644 tests/futex.c
create mode 100755 tests/futex.test
--
1.7.10.4
More information about the Strace-devel
mailing list