mbox

[PULL,00/01] seccomp branch queue

Message ID 1422019306-18885-1-git-send-email-eduardo.otubo@profitbricks.com
State New
Headers show

Pull-request

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

Message

Eduardo Otubo Jan. 23, 2015, 1:21 p.m. UTC
The following changes since commit 8f970eff6e318524f189f105c236e47633759890:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20150122-1' into staging (2015-01-22 17:41:59 +0000)

are available in the git repository at:


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

for you to fetch changes up to 4b45b055491a319292beefb8080a81d96cf55cf6:

  seccomp: add mlockall to whitelist (2015-01-23 14:07:08 +0100)

----------------------------------------------------------------
seccomp branch queue

----------------------------------------------------------------
Paolo Bonzini (1):
      seccomp: add mlockall to whitelist

 qemu-seccomp.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Maydell Jan. 23, 2015, 5:09 p.m. UTC | #1
On 23 January 2015 at 13:21, Eduardo Otubo
<eduardo.otubo@profitbricks.com> wrote:
> The following changes since commit 8f970eff6e318524f189f105c236e47633759890:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20150122-1' into staging (2015-01-22 17:41:59 +0000)
>
> are available in the git repository at:
>
>
>   https://github.com/otubo/qemu.git tags/pull-seccomp-20150123
>
> for you to fetch changes up to 4b45b055491a319292beefb8080a81d96cf55cf6:
>
>   seccomp: add mlockall to whitelist (2015-01-23 14:07:08 +0100)
>
> ----------------------------------------------------------------
> seccomp branch queue
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM