Re: [Qemu-devel] [PATCHv4 0/6] seccomp: feature refactoring

2017-09-01 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20170901105818.31956-1-ot...@redhat.com Subject: [Qemu-devel] [PATCHv4 0/6] seccomp: feature refactoring Type: series === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log

[Qemu-devel] [PATCHv4 0/6] seccomp: feature refactoring

2017-09-01 Thread Eduardo Otubo
v4: * include another field on the struct for the modes * remove priority * fixed typos * error handling for prctl * add allow|deny values for all options * error hanlding for wrong values for all options * change how binary values are treated * reformat help text v