linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftests: kvm: add .gitignore for generated files
@ 2018-04-10 13:48 anders.roxell
  2018-04-10 13:48 ` Anders Roxell
  2018-05-08  8:21 ` anders.roxell
  0 siblings, 2 replies; 8+ messages in thread
From: anders.roxell @ 2018-04-10 13:48 UTC (permalink / raw)


Signed-off-by: Anders Roxell <anders.roxell at linaro.org>
---
 tools/testing/selftests/kvm/.gitignore | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 tools/testing/selftests/kvm/.gitignore

diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
new file mode 100644
index 000000000000..a546e052d19a
--- /dev/null
+++ b/tools/testing/selftests/kvm/.gitignore
@@ -0,0 +1,2 @@
+set_sregs_test
+sync_regs_test
-- 
2.16.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH] selftests: kvm: add .gitignore for generated files
  2018-04-10 13:48 [PATCH] selftests: kvm: add .gitignore for generated files anders.roxell
@ 2018-04-10 13:48 ` Anders Roxell
  2018-05-08  8:21 ` anders.roxell
  1 sibling, 0 replies; 8+ messages in thread
From: Anders Roxell @ 2018-04-10 13:48 UTC (permalink / raw)


Signed-off-by: Anders Roxell <anders.roxell at linaro.org>
---
 tools/testing/selftests/kvm/.gitignore | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 tools/testing/selftests/kvm/.gitignore

diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
new file mode 100644
index 000000000000..a546e052d19a
--- /dev/null
+++ b/tools/testing/selftests/kvm/.gitignore
@@ -0,0 +1,2 @@
+set_sregs_test
+sync_regs_test
-- 
2.16.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH] selftests: kvm: add .gitignore for generated files
  2018-04-10 13:48 [PATCH] selftests: kvm: add .gitignore for generated files anders.roxell
  2018-04-10 13:48 ` Anders Roxell
@ 2018-05-08  8:21 ` anders.roxell
  2018-05-08  8:21   ` Anders Roxell
  2018-05-08 15:33   ` shuah
  1 sibling, 2 replies; 8+ messages in thread
From: anders.roxell @ 2018-05-08  8:21 UTC (permalink / raw)


On 10 April 2018 at 15:48, Anders Roxell <anders.roxell at linaro.org> wrote:
> Signed-off-by: Anders Roxell <anders.roxell at linaro.org>
> ---
>  tools/testing/selftests/kvm/.gitignore | 2 ++
>  1 file changed, 2 insertions(+)
>  create mode 100644 tools/testing/selftests/kvm/.gitignore
>
> diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
> new file mode 100644
> index 000000000000..a546e052d19a
> --- /dev/null
> +++ b/tools/testing/selftests/kvm/.gitignore
> @@ -0,0 +1,2 @@
> +set_sregs_test
> +sync_regs_test
> --
> 2.16.3
>

ping.
--
To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH] selftests: kvm: add .gitignore for generated files
  2018-05-08  8:21 ` anders.roxell
@ 2018-05-08  8:21   ` Anders Roxell
  2018-05-08 15:33   ` shuah
  1 sibling, 0 replies; 8+ messages in thread
From: Anders Roxell @ 2018-05-08  8:21 UTC (permalink / raw)


On 10 April 2018@15:48, Anders Roxell <anders.roxell@linaro.org> wrote:
> Signed-off-by: Anders Roxell <anders.roxell at linaro.org>
> ---
>  tools/testing/selftests/kvm/.gitignore | 2 ++
>  1 file changed, 2 insertions(+)
>  create mode 100644 tools/testing/selftests/kvm/.gitignore
>
> diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
> new file mode 100644
> index 000000000000..a546e052d19a
> --- /dev/null
> +++ b/tools/testing/selftests/kvm/.gitignore
> @@ -0,0 +1,2 @@
> +set_sregs_test
> +sync_regs_test
> --
> 2.16.3
>

ping.
--
To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH] selftests: kvm: add .gitignore for generated files
  2018-05-08  8:21 ` anders.roxell
  2018-05-08  8:21   ` Anders Roxell
@ 2018-05-08 15:33   ` shuah
  2018-05-08 15:33     ` Shuah Khan
  2018-05-10 17:27     ` shuah
  1 sibling, 2 replies; 8+ messages in thread
From: shuah @ 2018-05-08 15:33 UTC (permalink / raw)


On 05/08/2018 02:21 AM, Anders Roxell wrote:
> On 10 April 2018 at 15:48, Anders Roxell <anders.roxell at linaro.org> wrote:
>> Signed-off-by: Anders Roxell <anders.roxell at linaro.org>
>> ---
>>  tools/testing/selftests/kvm/.gitignore | 2 ++
>>  1 file changed, 2 insertions(+)
>>  create mode 100644 tools/testing/selftests/kvm/.gitignore
>>
>> diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
>> new file mode 100644
>> index 000000000000..a546e052d19a
>> --- /dev/null
>> +++ b/tools/testing/selftests/kvm/.gitignore
>> @@ -0,0 +1,2 @@
>> +set_sregs_test
>> +sync_regs_test
>> --
>> 2.16.3
>>
> 
> ping.
> 

I plan to get this to inot 4.18-rc1.

thabks,
-- Shuah
--
To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH] selftests: kvm: add .gitignore for generated files
  2018-05-08 15:33   ` shuah
@ 2018-05-08 15:33     ` Shuah Khan
  2018-05-10 17:27     ` shuah
  1 sibling, 0 replies; 8+ messages in thread
From: Shuah Khan @ 2018-05-08 15:33 UTC (permalink / raw)


On 05/08/2018 02:21 AM, Anders Roxell wrote:
> On 10 April 2018@15:48, Anders Roxell <anders.roxell@linaro.org> wrote:
>> Signed-off-by: Anders Roxell <anders.roxell at linaro.org>
>> ---
>>  tools/testing/selftests/kvm/.gitignore | 2 ++
>>  1 file changed, 2 insertions(+)
>>  create mode 100644 tools/testing/selftests/kvm/.gitignore
>>
>> diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
>> new file mode 100644
>> index 000000000000..a546e052d19a
>> --- /dev/null
>> +++ b/tools/testing/selftests/kvm/.gitignore
>> @@ -0,0 +1,2 @@
>> +set_sregs_test
>> +sync_regs_test
>> --
>> 2.16.3
>>
> 
> ping.
> 

I plan to get this to inot 4.18-rc1.

thabks,
-- Shuah
--
To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH] selftests: kvm: add .gitignore for generated files
  2018-05-08 15:33   ` shuah
  2018-05-08 15:33     ` Shuah Khan
@ 2018-05-10 17:27     ` shuah
  2018-05-10 17:27       ` Shuah Khan
  1 sibling, 1 reply; 8+ messages in thread
From: shuah @ 2018-05-10 17:27 UTC (permalink / raw)


On 05/08/2018 09:33 AM, Shuah Khan wrote:
> On 05/08/2018 02:21 AM, Anders Roxell wrote:
>> On 10 April 2018 at 15:48, Anders Roxell <anders.roxell at linaro.org> wrote:
>>> Signed-off-by: Anders Roxell <anders.roxell at linaro.org>
>>> ---
>>>  tools/testing/selftests/kvm/.gitignore | 2 ++
>>>  1 file changed, 2 insertions(+)
>>>  create mode 100644 tools/testing/selftests/kvm/.gitignore
>>>
>>> diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
>>> new file mode 100644
>>> index 000000000000..a546e052d19a
>>> --- /dev/null
>>> +++ b/tools/testing/selftests/kvm/.gitignore
>>> @@ -0,0 +1,2 @@
>>> +set_sregs_test
>>> +sync_regs_test
>>> --
>>> 2.16.3
>>>
>>
>> ping.
>>
> 
> I plan to get this to inot 4.18-rc1.
> 
> thabks,
> -- Shuah
> 

Applied to linux-kselftest next for 4.18-rc1

thanks,
-- Shuah
--
To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH] selftests: kvm: add .gitignore for generated files
  2018-05-10 17:27     ` shuah
@ 2018-05-10 17:27       ` Shuah Khan
  0 siblings, 0 replies; 8+ messages in thread
From: Shuah Khan @ 2018-05-10 17:27 UTC (permalink / raw)


On 05/08/2018 09:33 AM, Shuah Khan wrote:
> On 05/08/2018 02:21 AM, Anders Roxell wrote:
>> On 10 April 2018@15:48, Anders Roxell <anders.roxell@linaro.org> wrote:
>>> Signed-off-by: Anders Roxell <anders.roxell at linaro.org>
>>> ---
>>>  tools/testing/selftests/kvm/.gitignore | 2 ++
>>>  1 file changed, 2 insertions(+)
>>>  create mode 100644 tools/testing/selftests/kvm/.gitignore
>>>
>>> diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
>>> new file mode 100644
>>> index 000000000000..a546e052d19a
>>> --- /dev/null
>>> +++ b/tools/testing/selftests/kvm/.gitignore
>>> @@ -0,0 +1,2 @@
>>> +set_sregs_test
>>> +sync_regs_test
>>> --
>>> 2.16.3
>>>
>>
>> ping.
>>
> 
> I plan to get this to inot 4.18-rc1.
> 
> thabks,
> -- Shuah
> 

Applied to linux-kselftest next for 4.18-rc1

thanks,
-- Shuah
--
To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2018-05-10 17:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-10 13:48 [PATCH] selftests: kvm: add .gitignore for generated files anders.roxell
2018-04-10 13:48 ` Anders Roxell
2018-05-08  8:21 ` anders.roxell
2018-05-08  8:21   ` Anders Roxell
2018-05-08 15:33   ` shuah
2018-05-08 15:33     ` Shuah Khan
2018-05-10 17:27     ` shuah
2018-05-10 17:27       ` Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).