Re: [PATCH 0/5] Add strace support for printing arguments of selected syscalls

2020-06-03 Thread Alex Bennée
Filip Bozuta writes: > From: Filip Bozuta > > This series covers strace support for printing arguments of following > syscalls: > > *acct() *lgetxattr()*lseek() > *fsync()*fgetxattr()*chown() > *fdatasync()*listxattr()*lchown() >

Re: [PATCH 0/5] Add strace support for printing arguments of selected syscalls

2020-06-02 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200602115331.1659-1-filip.boz...@syrmia.com/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20200602115331.1659-1-filip.boz...@syrmia.com Subject: [PATCH 0/5] Add strace support for printing

[PATCH 0/5] Add strace support for printing arguments of selected syscalls

2020-06-02 Thread Filip Bozuta
From: Filip Bozuta This series covers strace support for printing arguments of following syscalls: *acct() *lgetxattr()*lseek() *fsync()*fgetxattr()*chown() *fdatasync()*listxattr()*lchown() *listen() *llistxattr()