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

2017-07-14 Thread no-reply
Hi, This series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Type: series Message-id: 20170714113700.21319-1-ot...@redhat.com Subject: [Qemu-devel] [PATCH 0/6] seccomp: feature

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

2017-07-14 Thread no-reply
Hi, This series failed build test on s390x host. Please find the details below. Type: series Subject: [Qemu-devel] [PATCH 0/6] seccomp: feature refactoring Message-id: 20170714113700.21319-1-ot...@redhat.com === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be invoked under the git

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

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

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

2017-07-14 Thread Eduardo Otubo
v2: * The semantics of the options "allow/deny" instead of booleans "on/off" remains. * Added option 'children' to elevateprivileges * Added documentation to docs/ v1: * First version based on the discussion https://lists.gnu.org/archive/html/qemu-devel/2017-02/msg03348.htm