[PATCH 0/2] Test and minor printf format fix for the readahead syscall

Eugene Syromyatnikov evgsyr at gmail.com
Wed Aug 31 23:42:13 UTC 2016


Hello.

There is some initial implementation of readahead syscall decoder test.
While it is implemented, it has been noticed that incorrect format is
used for printing "count" argument.

Eugene Syromyatnikov (2):
  readahead: Fix print format for the "count" argument
  tests: check decoding of readahead syscall

 readahead.c          |    2 +-
 tests/.gitignore     |    1 +
 tests/Makefile.am    |    2 ++
 tests/readahead.c    |   63 ++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/readahead.test |    6 +++++
 5 files changed, 73 insertions(+), 1 deletion(-)
 create mode 100644 tests/readahead.c
 create mode 100755 tests/readahead.test

-- 
1.7.10.4





More information about the Strace-devel mailing list