All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] selftests: kvm: Update .gitignore with missing binaries
@ 2020-03-30 21:19 Wainer dos Santos Moschetta
  2020-03-31  7:09 ` Janosch Frank
  0 siblings, 1 reply; 4+ messages in thread
From: Wainer dos Santos Moschetta @ 2020-03-30 21:19 UTC (permalink / raw)
  To: kvm, pbonzini; +Cc: linux-kernel, frankja

Updated .gitignore to ignore x86_64/svm_vmcall_test and
s390x/resets test binaries.

Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
---
 tools/testing/selftests/kvm/.gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
index 30072c3f52fb..489b9cf9eed5 100644
--- a/tools/testing/selftests/kvm/.gitignore
+++ b/tools/testing/selftests/kvm/.gitignore
@@ -1,3 +1,4 @@
+/s390x/resets
 /s390x/sync_regs_test
 /s390x/memop
 /x86_64/cr4_cpuid_sync_test
@@ -8,6 +9,7 @@
 /x86_64/set_sregs_test
 /x86_64/smm_test
 /x86_64/state_test
+/x86_64/svm_vmcall_test
 /x86_64/sync_regs_test
 /x86_64/vmx_close_while_nested_test
 /x86_64/vmx_dirty_log_test
-- 
2.17.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] selftests: kvm: Update .gitignore with missing binaries
  2020-03-30 21:19 [PATCH] selftests: kvm: Update .gitignore with missing binaries Wainer dos Santos Moschetta
@ 2020-03-31  7:09 ` Janosch Frank
  2020-03-31  7:49   ` Andrew Jones
  0 siblings, 1 reply; 4+ messages in thread
From: Janosch Frank @ 2020-03-31  7:09 UTC (permalink / raw)
  To: Wainer dos Santos Moschetta, kvm, pbonzini; +Cc: linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 1010 bytes --]

On 3/30/20 11:19 PM, Wainer dos Santos Moschetta wrote:
> Updated .gitignore to ignore x86_64/svm_vmcall_test and
> s390x/resets test binaries.
> 
> Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>

Oh, didn't know I needed to do that...
Thanks for fixing this up.

Acked-by: Janosch Frank <frankja@linux.ibm.com>

> ---
>  tools/testing/selftests/kvm/.gitignore | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
> index 30072c3f52fb..489b9cf9eed5 100644
> --- a/tools/testing/selftests/kvm/.gitignore
> +++ b/tools/testing/selftests/kvm/.gitignore
> @@ -1,3 +1,4 @@
> +/s390x/resets
>  /s390x/sync_regs_test
>  /s390x/memop
>  /x86_64/cr4_cpuid_sync_test
> @@ -8,6 +9,7 @@
>  /x86_64/set_sregs_test
>  /x86_64/smm_test
>  /x86_64/state_test
> +/x86_64/svm_vmcall_test
>  /x86_64/sync_regs_test
>  /x86_64/vmx_close_while_nested_test
>  /x86_64/vmx_dirty_log_test
> 



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] selftests: kvm: Update .gitignore with missing binaries
  2020-03-31  7:09 ` Janosch Frank
@ 2020-03-31  7:49   ` Andrew Jones
  2020-03-31 12:27     ` Wainer dos Santos Moschetta
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Jones @ 2020-03-31  7:49 UTC (permalink / raw)
  To: Janosch Frank; +Cc: Wainer dos Santos Moschetta, kvm, pbonzini, linux-kernel

On Tue, Mar 31, 2020 at 09:09:17AM +0200, Janosch Frank wrote:
> On 3/30/20 11:19 PM, Wainer dos Santos Moschetta wrote:
> > Updated .gitignore to ignore x86_64/svm_vmcall_test and
> > s390x/resets test binaries.
> > 
> > Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
> 
> Oh, didn't know I needed to do that...
> Thanks for fixing this up.

I've already sent these, and they've been merged to kvm/queue.

> 
> Acked-by: Janosch Frank <frankja@linux.ibm.com>
> 
> > ---
> >  tools/testing/selftests/kvm/.gitignore | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
> > index 30072c3f52fb..489b9cf9eed5 100644
> > --- a/tools/testing/selftests/kvm/.gitignore
> > +++ b/tools/testing/selftests/kvm/.gitignore
> > @@ -1,3 +1,4 @@
> > +/s390x/resets
> >  /s390x/sync_regs_test
> >  /s390x/memop
> >  /x86_64/cr4_cpuid_sync_test
> > @@ -8,6 +9,7 @@
> >  /x86_64/set_sregs_test
> >  /x86_64/smm_test
> >  /x86_64/state_test
> > +/x86_64/svm_vmcall_test
> >  /x86_64/sync_regs_test
> >  /x86_64/vmx_close_while_nested_test
> >  /x86_64/vmx_dirty_log_test
> > 
> 
> 




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] selftests: kvm: Update .gitignore with missing binaries
  2020-03-31  7:49   ` Andrew Jones
@ 2020-03-31 12:27     ` Wainer dos Santos Moschetta
  0 siblings, 0 replies; 4+ messages in thread
From: Wainer dos Santos Moschetta @ 2020-03-31 12:27 UTC (permalink / raw)
  To: Andrew Jones, Janosch Frank; +Cc: kvm, pbonzini, linux-kernel


On 3/31/20 4:49 AM, Andrew Jones wrote:
> On Tue, Mar 31, 2020 at 09:09:17AM +0200, Janosch Frank wrote:
>> On 3/30/20 11:19 PM, Wainer dos Santos Moschetta wrote:
>>> Updated .gitignore to ignore x86_64/svm_vmcall_test and
>>> s390x/resets test binaries.
>>>
>>> Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
>> Oh, didn't know I needed to do that...
>> Thanks for fixing this up.
> I've already sent these, and they've been merged to kvm/queue.


Sorry, before sending mine I searched in the mailing list but did not 
find any fix. Next time I look at queued patches as well.

Thanks!

>
>> Acked-by: Janosch Frank <frankja@linux.ibm.com>
>>
>>> ---
>>>   tools/testing/selftests/kvm/.gitignore | 2 ++
>>>   1 file changed, 2 insertions(+)
>>>
>>> diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
>>> index 30072c3f52fb..489b9cf9eed5 100644
>>> --- a/tools/testing/selftests/kvm/.gitignore
>>> +++ b/tools/testing/selftests/kvm/.gitignore
>>> @@ -1,3 +1,4 @@
>>> +/s390x/resets
>>>   /s390x/sync_regs_test
>>>   /s390x/memop
>>>   /x86_64/cr4_cpuid_sync_test
>>> @@ -8,6 +9,7 @@
>>>   /x86_64/set_sregs_test
>>>   /x86_64/smm_test
>>>   /x86_64/state_test
>>> +/x86_64/svm_vmcall_test
>>>   /x86_64/sync_regs_test
>>>   /x86_64/vmx_close_while_nested_test
>>>   /x86_64/vmx_dirty_log_test
>>>
>>
>
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-31 12:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-30 21:19 [PATCH] selftests: kvm: Update .gitignore with missing binaries Wainer dos Santos Moschetta
2020-03-31  7:09 ` Janosch Frank
2020-03-31  7:49   ` Andrew Jones
2020-03-31 12:27     ` Wainer dos Santos Moschetta

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.