mbox

[PULL,0/2] seccomp branch queue

Message ID 20190327095904.18595-1-otubo@redhat.com
State New
Headers show

Pull-request

https://github.com/otubo/qemu.git tags/pull-seccomp-20190327

Message

Eduardo Otubo March 27, 2019, 9:59 a.m. UTC
The following changes since commit 49fc899f8d673dd9e73f3db0d9e9ea60b77c331b:

  Update version for v4.0.0-rc1 release (2019-03-26 17:02:29 +0000)

are available in the Git repository at:

  https://github.com/otubo/qemu.git tags/pull-seccomp-20190327

for you to fetch changes up to 9d6951a9463e0fb8d39cc546f9c37756aed5b19d:

  seccomp: report more useful errors from seccomp (2019-03-27 10:55:13 +0100)

----------------------------------------------------------------
pull-seccomp-20190327

----------------------------------------------------------------
Daniel P. Berrangé (2):
      seccomp: don't kill process for resource control syscalls
      seccomp: report more useful errors from seccomp

 qemu-seccomp.c | 52 ++++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 38 insertions(+), 14 deletions(-)

Comments

Peter Maydell March 27, 2019, 11:39 a.m. UTC | #1
On Wed, 27 Mar 2019 at 09:59, Eduardo Otubo <otubo@redhat.com> wrote:
>
> The following changes since commit 49fc899f8d673dd9e73f3db0d9e9ea60b77c331b:
>
>   Update version for v4.0.0-rc1 release (2019-03-26 17:02:29 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/otubo/qemu.git tags/pull-seccomp-20190327
>
> for you to fetch changes up to 9d6951a9463e0fb8d39cc546f9c37756aed5b19d:
>
>   seccomp: report more useful errors from seccomp (2019-03-27 10:55:13 +0100)
>
> ----------------------------------------------------------------
> pull-seccomp-20190327
>
> ----------------------------------------------------------------
> Daniel P. Berrangé (2):
>       seccomp: don't kill process for resource control syscalls
>       seccomp: report more useful errors from seccomp

As Daniel points out, you've forgotten your signed-off-by
line as the maintainer here -- could you fix up and resend,
please?

thanks
-- PMM