[Qemu-devel] [PULL 0/2] seccomp branch queue

Eduardo Otubo posted 2 patches 5 years ago
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test asan passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190327121634.23952-1-otubo@redhat.com
Maintainers: Eduardo Otubo <otubo@redhat.com>
There is a newer version of this series
qemu-seccomp.c | 52 ++++++++++++++++++++++++++++++++++++++--------------
1 file changed, 38 insertions(+), 14 deletions(-)
[Qemu-devel] [PULL 0/2] seccomp branch queue
Posted by Eduardo Otubo 5 years ago
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(-)

-- 
2.17.2


Re: [Qemu-devel] [PULL 0/2] seccomp branch queue
Posted by Peter Maydell 5 years ago
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