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

Eduardo Otubo posted 4 patches 5 years, 8 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
configure      |  7 ++-----
qemu-seccomp.c | 36 +++++++++++++++++++++++++++++++++++-
2 files changed, 37 insertions(+), 6 deletions(-)
[Qemu-devel] [PULL 0/4] seccomp branch queue
Posted by Eduardo Otubo 5 years, 8 months ago
The following changes since commit 3392fbee4e435658733bbe9aab23392660558b59:

  Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-request' into staging (2018-08-23 12:28:17 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 70dfabeaa79ba4d7a3b699abe1a047c8012db114:

  seccomp: set the seccomp filter to all threads (2018-08-23 16:45:44 +0200)

----------------------------------------------------------------
pull-seccomp-20180823

----------------------------------------------------------------
Marc-André Lureau (4):
      seccomp: use SIGSYS signal instead of killing the thread
      seccomp: prefer SCMP_ACT_KILL_PROCESS if available
      configure: require libseccomp 2.2.0
      seccomp: set the seccomp filter to all threads

 configure      |  7 ++-----
 qemu-seccomp.c | 36 +++++++++++++++++++++++++++++++++++-
 2 files changed, 37 insertions(+), 6 deletions(-)

-- 
2.17.1


Re: [Qemu-devel] [PULL 0/4] seccomp branch queue
Posted by Peter Maydell 5 years, 8 months ago
On 23 August 2018 at 15:52, Eduardo Otubo <otubo@redhat.com> wrote:
> The following changes since commit 3392fbee4e435658733bbe9aab23392660558b59:
>
>   Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-request' into staging (2018-08-23 12:28:17 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/otubo/qemu.git tags/pull-seccomp-20180823
>
> for you to fetch changes up to 70dfabeaa79ba4d7a3b699abe1a047c8012db114:
>
>   seccomp: set the seccomp filter to all threads (2018-08-23 16:45:44 +0200)
>
> ----------------------------------------------------------------
> pull-seccomp-20180823
>
> ----------------------------------------------------------------
> Marc-André Lureau (4):
>       seccomp: use SIGSYS signal instead of killing the thread
>       seccomp: prefer SCMP_ACT_KILL_PROCESS if available
>       configure: require libseccomp 2.2.0
>       seccomp: set the seccomp filter to all threads
>
>  configure      |  7 ++-----
>  qemu-seccomp.c | 36 +++++++++++++++++++++++++++++++++++-
>  2 files changed, 37 insertions(+), 6 deletions(-)


Applied, thanks.

-- PMM