diff mbox

[3/4] xen/test/livepatch: Add xen_nop.livepatch to .gitignore

Message ID 1496847092-18838-4-git-send-email-ian.jackson@eu.citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Ian Jackson June 7, 2017, 2:51 p.m. UTC
CC: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Konrad Rzeszutek Wilk June 7, 2017, 3:06 p.m. UTC | #1
On Wed, Jun 07, 2017 at 03:51:31PM +0100, Ian Jackson wrote:
> CC: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>

Oh yes!

Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index 74747cb..5cae740 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -300,6 +300,7 @@ xen/test/livepatch/config.h
>  xen/test/livepatch/xen_bye_world.livepatch
>  xen/test/livepatch/xen_hello_world.livepatch
>  xen/test/livepatch/xen_replace_world.livepatch
> +xen/test/livepatch/xen_nop.livepatch
>  xen/tools/kconfig/.tmp_gtkcheck
>  xen/tools/kconfig/.tmp_qtcheck
>  xen/tools/symbols
> -- 
> 2.1.4
>
Jan Beulich June 7, 2017, 3:20 p.m. UTC | #2
>>> On 07.06.17 at 16:51, <ian.jackson@eu.citrix.com> wrote:
> --- a/.gitignore
> +++ b/.gitignore
> @@ -300,6 +300,7 @@ xen/test/livepatch/config.h
>  xen/test/livepatch/xen_bye_world.livepatch
>  xen/test/livepatch/xen_hello_world.livepatch
>  xen/test/livepatch/xen_replace_world.livepatch
> +xen/test/livepatch/xen_nop.livepatch

Please move your addition one line up to respect alphabetical
ordering.

Jan
Ian Jackson June 7, 2017, 3:53 p.m. UTC | #3
Wei Liu writes ("Re: [PATCH for-4.9 0/4] Makefiles: Provide way to ship livepatch tests"):
> Acked-by: Wei Liu <wei.liu2@citrix.com>

Thanks to everyone for the review and acks.

> +1 for this to go into 4.9 and be backported to 4.8.

Thanks.

Jan Beulich writes ("Re: [PATCH 3/4] xen/test/livepatch: Add xen_nop.livepatch to .gitignore"):
> On 07.06.17 at 16:51, <ian.jackson@eu.citrix.com> wrote:
> > +xen/test/livepatch/xen_nop.livepatch
> 
> Please move your addition one line up to respect alphabetical
> ordering.

Of course.  Done.

Thanks,
Ian.
diff mbox

Patch

diff --git a/.gitignore b/.gitignore
index 74747cb..5cae740 100644
--- a/.gitignore
+++ b/.gitignore
@@ -300,6 +300,7 @@  xen/test/livepatch/config.h
 xen/test/livepatch/xen_bye_world.livepatch
 xen/test/livepatch/xen_hello_world.livepatch
 xen/test/livepatch/xen_replace_world.livepatch
+xen/test/livepatch/xen_nop.livepatch
 xen/tools/kconfig/.tmp_gtkcheck
 xen/tools/kconfig/.tmp_qtcheck
 xen/tools/symbols