mbox

[PULL,0/1] seccomp branch queue

Message ID 20180914130644.15292-1-otubo@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Eduardo Otubo Sept. 14, 2018, 1:06 p.m. UTC
The following changes since commit 19b599f7664b2ebfd0f405fb79c14dd241557452:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-08-27-v2' into staging (2018-08-27 16:44:20 +0100)

are available in the Git repository at:

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

for you to fetch changes up to d3228ed3829981047138bbaff332026f9d64f337:

  seccomp: check TSYNC host capability (2018-09-14 15:01:55 +0200)

----------------------------------------------------------------
pull-seccomp-20180914

----------------------------------------------------------------
Marc-André Lureau (1):
      seccomp: check TSYNC host capability

 qemu-seccomp.c | 19 ++++++++++++++++++-
 vl.c           |  4 ++--
 2 files changed, 20 insertions(+), 3 deletions(-)

Comments

Peter Maydell Sept. 25, 2018, 9:25 a.m. UTC | #1
On 14 September 2018 at 14:06, Eduardo Otubo <otubo@redhat.com> wrote:
> The following changes since commit 19b599f7664b2ebfd0f405fb79c14dd241557452:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-08-27-v2' into staging (2018-08-27 16:44:20 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/otubo/qemu.git tags/pull-seccomp-20180914
>
> for you to fetch changes up to d3228ed3829981047138bbaff332026f9d64f337:
>
>   seccomp: check TSYNC host capability (2018-09-14 15:01:55 +0200)
>
> ----------------------------------------------------------------
> pull-seccomp-20180914
>
> ----------------------------------------------------------------
> Marc-André Lureau (1):
>       seccomp: check TSYNC host capability
>
>  qemu-seccomp.c | 19 ++++++++++++++++++-
>  vl.c           |  4 ++--
>  2 files changed, 20 insertions(+), 3 deletions(-)

Hi. This pullreq is OK content-wise (it passed my build tests), but the
patch is missing your Signed-off-by: line as the maintainer. Could you
add that and respin, please?

thanks
-- PMM
Eduardo Otubo Sept. 25, 2018, 11:51 a.m. UTC | #2
On 25/09/2018 - 10:25:47, Peter Maydell wrote:
> On 14 September 2018 at 14:06, Eduardo Otubo <otubo@redhat.com> wrote:
> > The following changes since commit 19b599f7664b2ebfd0f405fb79c14dd241557452:
> >
> >   Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-08-27-v2' into staging (2018-08-27 16:44:20 +0100)
> >
> > are available in the Git repository at:
> >
> >   https://github.com/otubo/qemu.git tags/pull-seccomp-20180914
> >
> > for you to fetch changes up to d3228ed3829981047138bbaff332026f9d64f337:
> >
> >   seccomp: check TSYNC host capability (2018-09-14 15:01:55 +0200)
> >
> > ----------------------------------------------------------------
> > pull-seccomp-20180914
> >
> > ----------------------------------------------------------------
> > Marc-André Lureau (1):
> >       seccomp: check TSYNC host capability
> >
> >  qemu-seccomp.c | 19 ++++++++++++++++++-
> >  vl.c           |  4 ++--
> >  2 files changed, 20 insertions(+), 3 deletions(-)
> 
> Hi. This pullreq is OK content-wise (it passed my build tests), but the
> patch is missing your Signed-off-by: line as the maintainer. Could you
> add that and respin, please?
> 

Guess I forgot to do that this time.
I'll send it right away.
Sorry about that.