mbox

[PULL,0/2] seccomp branch queue

Message ID 20190327121634.23952-1-otubo@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Eduardo Otubo March 27, 2019, 12:16 p.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 035121d23abcafcc2f346627d48132073d2e71d7:

  seccomp: report more useful errors from seccomp (2019-03-27 13:11:38 +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 28, 2019, 12:39 p.m. UTC | #1
On Wed, 27 Mar 2019 at 12:16, 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 035121d23abcafcc2f346627d48132073d2e71d7:
>
>   seccomp: report more useful errors from seccomp (2019-03-27 13:11:38 +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(-)
>

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM