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

2020-06-29 Thread Laurent Vivier
Le 19/06/2020 à 14:33, Filip Bozuta a écrit : > From: Filip Bozuta > > This series covers strace support for printing arguments of following > syscalls: > > *acct() *lgetxattr() *removexattr() *lchown() > *fsync() *fgetxattr() *lremovexattr() *f

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

2020-06-19 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200619123331.17387-1-filip.boz...@syrmia.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash

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

2020-06-19 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200619123331.17387-1-filip.boz...@syrmia.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH v5 0/6] Add strace support for printing arguments of selected syscalls Type: series Message

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

2020-06-19 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200619123331.17387-1-filip.boz...@syrmia.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash

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

2020-06-19 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200619123331.17387-1-filip.boz...@syrmia.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH v5 0/6] Add strace support for printing arguments of selected syscalls Type: series Message

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

2020-06-19 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200619123331.17387-1-filip.boz...@syrmia.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH v5 0/6] Add strace support for printing arguments of selected syscalls Type: series Message

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

2020-06-19 Thread Filip Bozuta
From: Filip Bozuta This series covers strace support for printing arguments of following syscalls: *acct() *lgetxattr() *removexattr() *lchown() *fsync() *fgetxattr() *lremovexattr() *fallocate() *fdatasync() *listxattr() *fremovex