Re: [PATCH] getdents: fix typos in array output

2015-11-18 Thread Gabriel Laskar
On Thu, 19 Nov 2015 02:54:12 +0300 "Dmitry V. Levin" wrote: > On Thu, Nov 19, 2015 at 12:11:33AM +0100, Gabriel Laskar wrote: > > Array should be enclosed by square brakets, and elements should be > > separated by commas. > > > > * dirent.c: fix typos in array output of getdents() > > Thanks.

Re: [PATCH] getdents: fix typos in array output

2015-11-18 Thread Dmitry V. Levin
On Thu, Nov 19, 2015 at 12:11:33AM +0100, Gabriel Laskar wrote: > Array should be enclosed by square brakets, and elements should be > separated by commas. > > * dirent.c: fix typos in array output of getdents() Thanks. I suppose getdents64 has same issues. btw, we've got a test for these syscal

[PATCH] getdents: fix typos in array output

2015-11-18 Thread Gabriel Laskar
Array should be enclosed by square brakets, and elements should be separated by commas. * dirent.c: fix typos in array output of getdents() Signed-off-by: Gabriel Laskar --- dirent.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dirent.c b/dirent.c index 7b2609e..8b8

Re: IN_PKTINFO decoding

2015-11-18 Thread Dmitry V. Levin
On Wed, Nov 18, 2015 at 06:09:09PM +, Orion Poplawski wrote: > It doesn't appear that strace currently decodes IN_PKTINFO information on > recvmsg/sendto calls. Is that correct? Yes, the only cmsg decoding we have now is for cmsg_level == SOL_SOCKET types. > How hard would it be to add it?

IN_PKTINFO decoding

2015-11-18 Thread Orion Poplawski
It doesn't appear that strace currently decodes IN_PKTINFO information on recvmsg/sendto calls. Is that correct? How hard would it be to add it? -- ___ Strace-devel mailing li