All of lore.kernel.org
 help / color / mirror / Atom feed
* [Linux-kernel-mentees] [PATCH v2] selftests: kvm: Add files generated when compiled to .gitignore
@ 2019-05-12  4:44   ` Kelsey Skunberg
  0 siblings, 0 replies; 10+ messages in thread
From: skunberg.kelsey @ 2019-05-12  4:44 UTC (permalink / raw)


The following files are generated in /selftests/kvm/ after compiling and
should be added to /selftests/kvm/.gitignore:

        - /x86_64/hyperv_cpuid
	- /x86_64/smm_test
	- /clear_dirty_log_test

Signed-off-by: Kelsey Skunberg <skunberg.kelsey at gmail.com>
---
Changes since v1:
        - Included /clear_dirty_log_test to .gitignore
        - Updated commit log to reflect file added

 tools/testing/selftests/kvm/.gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
index 2689d1ea6d7a..391a19231618 100644
--- a/tools/testing/selftests/kvm/.gitignore
+++ b/tools/testing/selftests/kvm/.gitignore
@@ -6,4 +6,7 @@
 /x86_64/vmx_close_while_nested_test
 /x86_64/vmx_tsc_adjust_test
 /x86_64/state_test
+/x86_64/hyperv_cpuid
+/x86_64/smm_test
+/clear_dirty_log_test
 /dirty_log_test
--
2.20.1

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

* [Linux-kernel-mentees] [PATCH v2] selftests: kvm: Add files generated when compiled to .gitignore
@ 2019-05-12  4:44   ` Kelsey Skunberg
  0 siblings, 0 replies; 10+ messages in thread
From: Kelsey Skunberg @ 2019-05-12  4:44 UTC (permalink / raw)


The following files are generated in /selftests/kvm/ after compiling and
should be added to /selftests/kvm/.gitignore:

        - /x86_64/hyperv_cpuid
	- /x86_64/smm_test
	- /clear_dirty_log_test

Signed-off-by: Kelsey Skunberg <skunberg.kelsey at gmail.com>
---
Changes since v1:
        - Included /clear_dirty_log_test to .gitignore
        - Updated commit log to reflect file added

 tools/testing/selftests/kvm/.gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
index 2689d1ea6d7a..391a19231618 100644
--- a/tools/testing/selftests/kvm/.gitignore
+++ b/tools/testing/selftests/kvm/.gitignore
@@ -6,4 +6,7 @@
 /x86_64/vmx_close_while_nested_test
 /x86_64/vmx_tsc_adjust_test
 /x86_64/state_test
+/x86_64/hyperv_cpuid
+/x86_64/smm_test
+/clear_dirty_log_test
 /dirty_log_test
--
2.20.1

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

* [PATCH v2] selftests: kvm: Add files generated when compiled to .gitignore
@ 2019-05-12  4:44   ` Kelsey Skunberg
  0 siblings, 0 replies; 10+ messages in thread
From: skunberg.kelsey @ 2019-05-12  4:44 UTC (permalink / raw)


The following files are generated in /selftests/kvm/ after compiling and
should be added to /selftests/kvm/.gitignore:

        - /x86_64/hyperv_cpuid
	- /x86_64/smm_test
	- /clear_dirty_log_test

Signed-off-by: Kelsey Skunberg <skunberg.kelsey at gmail.com>
---
Changes since v1:
        - Included /clear_dirty_log_test to .gitignore
        - Updated commit log to reflect file added

 tools/testing/selftests/kvm/.gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
index 2689d1ea6d7a..391a19231618 100644
--- a/tools/testing/selftests/kvm/.gitignore
+++ b/tools/testing/selftests/kvm/.gitignore
@@ -6,4 +6,7 @@
 /x86_64/vmx_close_while_nested_test
 /x86_64/vmx_tsc_adjust_test
 /x86_64/state_test
+/x86_64/hyperv_cpuid
+/x86_64/smm_test
+/clear_dirty_log_test
 /dirty_log_test
--
2.20.1

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

* [PATCH v2] selftests: kvm: Add files generated when compiled to .gitignore
@ 2019-05-12  4:44   ` Kelsey Skunberg
  0 siblings, 0 replies; 10+ messages in thread
From: Kelsey Skunberg @ 2019-05-12  4:44 UTC (permalink / raw)


The following files are generated in /selftests/kvm/ after compiling and
should be added to /selftests/kvm/.gitignore:

        - /x86_64/hyperv_cpuid
	- /x86_64/smm_test
	- /clear_dirty_log_test

Signed-off-by: Kelsey Skunberg <skunberg.kelsey at gmail.com>
---
Changes since v1:
        - Included /clear_dirty_log_test to .gitignore
        - Updated commit log to reflect file added

 tools/testing/selftests/kvm/.gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
index 2689d1ea6d7a..391a19231618 100644
--- a/tools/testing/selftests/kvm/.gitignore
+++ b/tools/testing/selftests/kvm/.gitignore
@@ -6,4 +6,7 @@
 /x86_64/vmx_close_while_nested_test
 /x86_64/vmx_tsc_adjust_test
 /x86_64/state_test
+/x86_64/hyperv_cpuid
+/x86_64/smm_test
+/clear_dirty_log_test
 /dirty_log_test
--
2.20.1

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

* [PATCH v2] selftests: kvm: Add files generated when compiled to .gitignore
@ 2019-05-12  4:44   ` Kelsey Skunberg
  0 siblings, 0 replies; 10+ messages in thread
From: Kelsey Skunberg @ 2019-05-12  4:44 UTC (permalink / raw)
  To: shuah, pbonzini, rkrcmar, linux-kselftest, kvm, linux-kernel,
	skhan, linux-kernel-mentees
  Cc: Kelsey Skunberg

The following files are generated in /selftests/kvm/ after compiling and
should be added to /selftests/kvm/.gitignore:

        - /x86_64/hyperv_cpuid
	- /x86_64/smm_test
	- /clear_dirty_log_test

Signed-off-by: Kelsey Skunberg <skunberg.kelsey@gmail.com>
---
Changes since v1:
        - Included /clear_dirty_log_test to .gitignore
        - Updated commit log to reflect file added

 tools/testing/selftests/kvm/.gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
index 2689d1ea6d7a..391a19231618 100644
--- a/tools/testing/selftests/kvm/.gitignore
+++ b/tools/testing/selftests/kvm/.gitignore
@@ -6,4 +6,7 @@
 /x86_64/vmx_close_while_nested_test
 /x86_64/vmx_tsc_adjust_test
 /x86_64/state_test
+/x86_64/hyperv_cpuid
+/x86_64/smm_test
+/clear_dirty_log_test
 /dirty_log_test
--
2.20.1


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

* [Linux-kernel-mentees] [PATCH v2] selftests: kvm: Add files generated when compiled to .gitignore
@ 2019-05-13 14:03     ` Sean Christopherson
  0 siblings, 0 replies; 10+ messages in thread
From: sean.j.christopherson @ 2019-05-13 14:03 UTC (permalink / raw)


On Sat, May 11, 2019 at 10:44:34PM -0600, Kelsey Skunberg wrote:
> The following files are generated in /selftests/kvm/ after compiling and
> should be added to /selftests/kvm/.gitignore:
> 
>         - /x86_64/hyperv_cpuid
> 	- /x86_64/smm_test
> 	- /clear_dirty_log_test
> 
> Signed-off-by: Kelsey Skunberg <skunberg.kelsey at gmail.com>
> ---

An equivalent patch has already been queued.

https://patchwork.kernel.org/patch/10931115/

> Changes since v1:
>         - Included /clear_dirty_log_test to .gitignore
>         - Updated commit log to reflect file added
> 
>  tools/testing/selftests/kvm/.gitignore | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
> index 2689d1ea6d7a..391a19231618 100644
> --- a/tools/testing/selftests/kvm/.gitignore
> +++ b/tools/testing/selftests/kvm/.gitignore
> @@ -6,4 +6,7 @@
>  /x86_64/vmx_close_while_nested_test
>  /x86_64/vmx_tsc_adjust_test
>  /x86_64/state_test
> +/x86_64/hyperv_cpuid
> +/x86_64/smm_test
> +/clear_dirty_log_test
>  /dirty_log_test
> --
> 2.20.1
> 

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

* [Linux-kernel-mentees] [PATCH v2] selftests: kvm: Add files generated when compiled to .gitignore
@ 2019-05-13 14:03     ` Sean Christopherson
  0 siblings, 0 replies; 10+ messages in thread
From: Sean Christopherson @ 2019-05-13 14:03 UTC (permalink / raw)


On Sat, May 11, 2019 at 10:44:34PM -0600, Kelsey Skunberg wrote:
> The following files are generated in /selftests/kvm/ after compiling and
> should be added to /selftests/kvm/.gitignore:
> 
>         - /x86_64/hyperv_cpuid
> 	- /x86_64/smm_test
> 	- /clear_dirty_log_test
> 
> Signed-off-by: Kelsey Skunberg <skunberg.kelsey at gmail.com>
> ---

An equivalent patch has already been queued.

https://patchwork.kernel.org/patch/10931115/

> Changes since v1:
>         - Included /clear_dirty_log_test to .gitignore
>         - Updated commit log to reflect file added
> 
>  tools/testing/selftests/kvm/.gitignore | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
> index 2689d1ea6d7a..391a19231618 100644
> --- a/tools/testing/selftests/kvm/.gitignore
> +++ b/tools/testing/selftests/kvm/.gitignore
> @@ -6,4 +6,7 @@
>  /x86_64/vmx_close_while_nested_test
>  /x86_64/vmx_tsc_adjust_test
>  /x86_64/state_test
> +/x86_64/hyperv_cpuid
> +/x86_64/smm_test
> +/clear_dirty_log_test
>  /dirty_log_test
> --
> 2.20.1
> 

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

* [PATCH v2] selftests: kvm: Add files generated when compiled to .gitignore
@ 2019-05-13 14:03     ` Sean Christopherson
  0 siblings, 0 replies; 10+ messages in thread
From: sean.j.christopherson @ 2019-05-13 14:03 UTC (permalink / raw)


On Sat, May 11, 2019 at 10:44:34PM -0600, Kelsey Skunberg wrote:
> The following files are generated in /selftests/kvm/ after compiling and
> should be added to /selftests/kvm/.gitignore:
> 
>         - /x86_64/hyperv_cpuid
> 	- /x86_64/smm_test
> 	- /clear_dirty_log_test
> 
> Signed-off-by: Kelsey Skunberg <skunberg.kelsey at gmail.com>
> ---

An equivalent patch has already been queued.

https://patchwork.kernel.org/patch/10931115/

> Changes since v1:
>         - Included /clear_dirty_log_test to .gitignore
>         - Updated commit log to reflect file added
> 
>  tools/testing/selftests/kvm/.gitignore | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
> index 2689d1ea6d7a..391a19231618 100644
> --- a/tools/testing/selftests/kvm/.gitignore
> +++ b/tools/testing/selftests/kvm/.gitignore
> @@ -6,4 +6,7 @@
>  /x86_64/vmx_close_while_nested_test
>  /x86_64/vmx_tsc_adjust_test
>  /x86_64/state_test
> +/x86_64/hyperv_cpuid
> +/x86_64/smm_test
> +/clear_dirty_log_test
>  /dirty_log_test
> --
> 2.20.1
> 

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

* [PATCH v2] selftests: kvm: Add files generated when compiled to .gitignore
@ 2019-05-13 14:03     ` Sean Christopherson
  0 siblings, 0 replies; 10+ messages in thread
From: Sean Christopherson @ 2019-05-13 14:03 UTC (permalink / raw)


On Sat, May 11, 2019@10:44:34PM -0600, Kelsey Skunberg wrote:
> The following files are generated in /selftests/kvm/ after compiling and
> should be added to /selftests/kvm/.gitignore:
> 
>         - /x86_64/hyperv_cpuid
> 	- /x86_64/smm_test
> 	- /clear_dirty_log_test
> 
> Signed-off-by: Kelsey Skunberg <skunberg.kelsey at gmail.com>
> ---

An equivalent patch has already been queued.

https://patchwork.kernel.org/patch/10931115/

> Changes since v1:
>         - Included /clear_dirty_log_test to .gitignore
>         - Updated commit log to reflect file added
> 
>  tools/testing/selftests/kvm/.gitignore | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
> index 2689d1ea6d7a..391a19231618 100644
> --- a/tools/testing/selftests/kvm/.gitignore
> +++ b/tools/testing/selftests/kvm/.gitignore
> @@ -6,4 +6,7 @@
>  /x86_64/vmx_close_while_nested_test
>  /x86_64/vmx_tsc_adjust_test
>  /x86_64/state_test
> +/x86_64/hyperv_cpuid
> +/x86_64/smm_test
> +/clear_dirty_log_test
>  /dirty_log_test
> --
> 2.20.1
> 

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

* Re: [PATCH v2] selftests: kvm: Add files generated when compiled to .gitignore
@ 2019-05-13 14:03     ` Sean Christopherson
  0 siblings, 0 replies; 10+ messages in thread
From: Sean Christopherson @ 2019-05-13 14:03 UTC (permalink / raw)
  To: Kelsey Skunberg
  Cc: shuah, pbonzini, rkrcmar, linux-kselftest, kvm, linux-kernel,
	skhan, linux-kernel-mentees

On Sat, May 11, 2019 at 10:44:34PM -0600, Kelsey Skunberg wrote:
> The following files are generated in /selftests/kvm/ after compiling and
> should be added to /selftests/kvm/.gitignore:
> 
>         - /x86_64/hyperv_cpuid
> 	- /x86_64/smm_test
> 	- /clear_dirty_log_test
> 
> Signed-off-by: Kelsey Skunberg <skunberg.kelsey@gmail.com>
> ---

An equivalent patch has already been queued.

https://patchwork.kernel.org/patch/10931115/

> Changes since v1:
>         - Included /clear_dirty_log_test to .gitignore
>         - Updated commit log to reflect file added
> 
>  tools/testing/selftests/kvm/.gitignore | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
> index 2689d1ea6d7a..391a19231618 100644
> --- a/tools/testing/selftests/kvm/.gitignore
> +++ b/tools/testing/selftests/kvm/.gitignore
> @@ -6,4 +6,7 @@
>  /x86_64/vmx_close_while_nested_test
>  /x86_64/vmx_tsc_adjust_test
>  /x86_64/state_test
> +/x86_64/hyperv_cpuid
> +/x86_64/smm_test
> +/clear_dirty_log_test
>  /dirty_log_test
> --
> 2.20.1
> 

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

end of thread, other threads:[~2019-05-13 14:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <5d60e7126803e9a11b51618e65966ba047eff7df>
2019-05-12  4:44 ` [Linux-kernel-mentees] [PATCH v2] selftests: kvm: Add files generated when compiled to .gitignore skunberg.kelsey
2019-05-12  4:44   ` Kelsey Skunberg
2019-05-12  4:44   ` Kelsey Skunberg
2019-05-12  4:44   ` skunberg.kelsey
2019-05-12  4:44   ` [Linux-kernel-mentees] " Kelsey Skunberg
2019-05-13 14:03   ` sean.j.christopherson
2019-05-13 14:03     ` Sean Christopherson
2019-05-13 14:03     ` Sean Christopherson
2019-05-13 14:03     ` sean.j.christopherson
2019-05-13 14:03     ` [Linux-kernel-mentees] " Sean Christopherson

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.