[PULL 0/1] seccomp branch queue

Eduardo Otubo posted 1 patch 3 years, 7 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200915110155.15362-1-otubo@redhat.com
qemu-seccomp.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[PULL 0/1] seccomp branch queue
Posted by Eduardo Otubo 3 years, 7 months ago
The following changes since commit 2d2c73d0e3d504a61f868e46e6abd5643f38091b:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200914-1' into staging (2020-09-14 16:03:08 +0100)

are available in the Git repository at:

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

for you to fetch changes up to e474e3aacf4276eb0781d11c45e2fab996f9dc56:

  seccomp: fix killing of whole process instead of thread (2020-09-15 12:56:26 +0200)

----------------------------------------------------------------
pull-seccomp-20200915

----------------------------------------------------------------
Daniel P. Berrangé (1):
      seccomp: fix killing of whole process instead of thread

 qemu-seccomp.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.18.1


Re: [PULL 0/1] seccomp branch queue
Posted by Peter Maydell 3 years, 7 months ago
On Tue, 15 Sep 2020 at 12:02, Eduardo Otubo <otubo@redhat.com> wrote:
>
> The following changes since commit 2d2c73d0e3d504a61f868e46e6abd5643f38091b:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200914-1' into staging (2020-09-14 16:03:08 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/otubo/qemu.git tags/pull-seccomp-20200915
>
> for you to fetch changes up to e474e3aacf4276eb0781d11c45e2fab996f9dc56:
>
>   seccomp: fix killing of whole process instead of thread (2020-09-15 12:56:26 +0200)
>
> ----------------------------------------------------------------
> pull-seccomp-20200915
>
> ----------------------------------------------------------------
> Daniel P. Berrangé (1):
>       seccomp: fix killing of whole process instead of thread
>
>  qemu-seccomp.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Strictly speaking patches you send in a pullreq should have your
signed-off-by, but I figured in this case the acked-by was
close enough and it's only one patch.


Applied, thanks.

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

-- PMM