mbox

[PULL,00/02] seccomp branch queue

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

Pull-request

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

Message

Eduardo Otubo Dec. 19, 2014, 4:56 p.m. UTC
The following changes since commit b574f602680d41c4cf4a9c106e3e2244bed01cdd:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20141216-1' into staging (2014-12-17 19:22:42 +0000)

are available in the git repository at:


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

for you to fetch changes up to 670c7aced3d4e5aabc257ec51182806e4090a848:

  seccomp: add mbind() to the syscall whitelist (2014-12-19 17:16:55 +0100)

----------------------------------------------------------------
seccomp: typo in configure error message
seccomp: add mbind() to the syscall whitelist
----------------------------------------------------------------
Eduardo Otubo (1):
      seccomp: typo in configure error message

Paul Moore (1):
      seccomp: add mbind() to the syscall whitelist

 configure      | 2 +-
 qemu-seccomp.c | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

Comments

Peter Maydell Dec. 22, 2014, 1:15 p.m. UTC | #1
On 19 December 2014 at 16:56, Eduardo Otubo
<eduardo.otubo@profitbricks.com> wrote:
> The following changes since commit b574f602680d41c4cf4a9c106e3e2244bed01cdd:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20141216-1' into staging (2014-12-17 19:22:42 +0000)
>
> are available in the git repository at:
>
>
>   https://github.com/otubo/qemu.git tags/pull-seccomp-20141219
>
> for you to fetch changes up to 670c7aced3d4e5aabc257ec51182806e4090a848:
>
>   seccomp: add mbind() to the syscall whitelist (2014-12-19 17:16:55 +0100)
>
> ----------------------------------------------------------------
> seccomp: typo in configure error message
> seccomp: add mbind() to the syscall whitelist
> ----------------------------------------------------------------
> Eduardo Otubo (1):
>       seccomp: typo in configure error message
>
> Paul Moore (1):
>       seccomp: add mbind() to the syscall whitelist

Reminder: when you send a pullreq then all of the patches
in it need to have your signed-off-by as well as that of
the original author. This patch from Paul is missing your Sob.
Could you respin to add it, please?

thanks
-- PMM