mbox series

[PULL,0/1] seccomp branch queue

Message ID 20200915110155.15362-1-otubo@redhat.com
Headers show
Series seccomp branch queue | expand

Message

Eduardo Otubo Sept. 15, 2020, 11:01 a.m. UTC
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(-)

Comments

Peter Maydell Sept. 15, 2020, 12:48 p.m. UTC | #1
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