[PATCH 3/3] tests: add strace-S.test

2016-05-05 Thread Fei Jie
* tests/strace-S.test: New test. * tests/Makefile.am (MISC_TESTS): Add it. --- tests/Makefile.am | 1 + tests/strace-S.test | 52 2 files changed, 53 insertions(+) create mode 100755 tests/strace-S.test diff --git a/tests/Makefile.am b/test

[PATCH 2/3] tests: add strace-V.test

2016-05-05 Thread Fei Jie
* tests/strace-V.test: New test. * tests/Makefile.am (MISC_TESTS): Add it. --- tests/Makefile.am | 1 + tests/strace-V.test | 15 +++ 2 files changed, 16 insertions(+) create mode 100755 tests/strace-V.test diff --git a/tests/Makefile.am b/tests/Makefile.am index 41f03fb..25afb99

[PATCH 1/3] tests: add strace-ff.test

2016-05-05 Thread Fei Jie
* tests/strace-ff.test: New test. * tests/Makefile.am (MISC_TESTS): Add it. --- tests/Makefile.am| 1 + tests/strace-ff.test | 18 ++ 2 files changed, 19 insertions(+) create mode 100755 tests/strace-ff.test diff --git a/tests/Makefile.am b/tests/Makefile.am index f13f897..4

Netlink header decoding

2016-05-05 Thread Fabien Siron
Hi list, I did a quick netlink header parser for sendmsg/recvmsg which does the following: $ strace -qq -erecvmsg tests/netlink_inet_diag > /dev/null recvmsg(1, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=}, \ msg_iov(1)={len=96, type=20, flags=2, seq=0, pid=26615}, \ msg_control

Re: [RFC v2] Decode UFFDIO_* ioctls

2016-05-05 Thread Dmitry V. Levin
On Wed, May 04, 2016 at 06:42:52PM +0100, Dr. David Alan Gilbert wrote: > * Dmitry V. Levin (l...@altlinux.org) wrote: > > On Wed, May 04, 2016 at 06:00:58PM +0100, Dr. David Alan Gilbert wrote: > > > * Dmitry V. Levin (l...@altlinux.org) wrote: > > > > On Tue, May 03, 2016 at 08:23:43PM +0100, Dr.

Re: Netlink header decoding

2016-05-05 Thread Dmitry V. Levin
Hi, On Thu, May 05, 2016 at 10:04:51PM +, Fabien Siron wrote: > Hi list, > > I did a quick netlink header parser for sendmsg/recvmsg which does the > following: > > $ strace -qq -erecvmsg tests/netlink_inet_diag > /dev/null > recvmsg(1, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00

Re: Netlink header decoding

2016-05-05 Thread Masatake YAMATO
On Thu, May 05, 2016 at 10:04:51PM +, Fabien Siron wrote: > Hi list, > > I did a quick netlink header parser for sendmsg/recvmsg which does the > following: > > $ strace -qq -erecvmsg tests/netlink_inet_diag > /dev/null > recvmsg(1, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=000