2022-03-02 18:14:25

by Muhammad Usama Anjum

[permalink] [raw]
Subject: [PATCH V2 1/3] selftests: add kselftest_install to .gitignore

Add kselftest_install directory to the .gitignore which is created while
creation of tar ball of objects:
make -C tools/testing/selftests gen_tar

Signed-off-by: Muhammad Usama Anjum <[email protected]>
---
Changes in V2:
Break up the patch in individual test patches
Remove changes related to net selftest
---
tools/testing/selftests/.gitignore | 1 +
1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/.gitignore b/tools/testing/selftests/.gitignore
index 055a5019b13c..cb24124ac5b9 100644
--- a/tools/testing/selftests/.gitignore
+++ b/tools/testing/selftests/.gitignore
@@ -3,6 +3,7 @@ gpiogpio-event-mon
gpiogpio-hammer
gpioinclude/
gpiolsgpio
+kselftest_install/
tpm2/SpaceTest.log

# Python bytecode and cache
--
2.30.2


2022-03-02 18:25:04

by Muhammad Usama Anjum

[permalink] [raw]
Subject: [PATCH V2 2/3] selftests/exec: add generated files to .gitignore

Add generated files non-regular and null-argv to .gitignore file.

Signed-off-by: Muhammad Usama Anjum <[email protected]>
---
tools/testing/selftests/exec/.gitignore | 2 ++
1 file changed, 2 insertions(+)

diff --git a/tools/testing/selftests/exec/.gitignore b/tools/testing/selftests/exec/.gitignore
index 9e2f00343f15..90c238ba6a4b 100644
--- a/tools/testing/selftests/exec/.gitignore
+++ b/tools/testing/selftests/exec/.gitignore
@@ -7,6 +7,8 @@ execveat.moved
execveat.path.ephemeral
execveat.ephemeral
execveat.denatured
+non-regular
+null-argv
/load_address_*
/recursion-depth
xxxxxxxx*
--
2.30.2

2022-03-02 23:58:41

by Muhammad Usama Anjum

[permalink] [raw]
Subject: [PATCH V2 3/3] selftests: kvm: add generated file to the .gitignore

Add hyperv_svm_test to the .gitignore file.

Signed-off-by: Muhammad Usama Anjum <[email protected]>
---
tools/testing/selftests/kvm/.gitignore | 1 +
1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
index 7903580a48ac..4d11adeac214 100644
--- a/tools/testing/selftests/kvm/.gitignore
+++ b/tools/testing/selftests/kvm/.gitignore
@@ -21,6 +21,7 @@
/x86_64/hyperv_clock
/x86_64/hyperv_cpuid
/x86_64/hyperv_features
+/x86_64/hyperv_svm_test
/x86_64/mmio_warning_test
/x86_64/mmu_role_test
/x86_64/platform_info_test
--
2.30.2

2022-03-03 23:33:43

by Shuah Khan

[permalink] [raw]
Subject: Re: [PATCH V2 2/3] selftests/exec: add generated files to .gitignore

On 3/2/22 11:01 AM, Muhammad Usama Anjum wrote:
> Add generated files non-regular and null-argv to .gitignore file.
>
> Signed-off-by: Muhammad Usama Anjum <[email protected]>
> ---
> tools/testing/selftests/exec/.gitignore | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/tools/testing/selftests/exec/.gitignore b/tools/testing/selftests/exec/.gitignore
> index 9e2f00343f15..90c238ba6a4b 100644
> --- a/tools/testing/selftests/exec/.gitignore
> +++ b/tools/testing/selftests/exec/.gitignore
> @@ -7,6 +7,8 @@ execveat.moved
> execveat.path.ephemeral
> execveat.ephemeral
> execveat.denatured
> +non-regular
> +null-argv
> /load_address_*
> /recursion-depth
> xxxxxxxx*
>

Applied to linux-kselftest next for Linux 5.18-rc1

thanks,
-- Shuah

2022-03-04 00:23:03

by Shuah Khan

[permalink] [raw]
Subject: Re: [PATCH V2 1/3] selftests: add kselftest_install to .gitignore

On 3/2/22 11:01 AM, Muhammad Usama Anjum wrote:
> Add kselftest_install directory to the .gitignore which is created while
> creation of tar ball of objects:
> make -C tools/testing/selftests gen_tar
>
> Signed-off-by: Muhammad Usama Anjum <[email protected]>
> ---
> Changes in V2:
> Break up the patch in individual test patches
> Remove changes related to net selftest
> ---
> tools/testing/selftests/.gitignore | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/tools/testing/selftests/.gitignore b/tools/testing/selftests/.gitignore
> index 055a5019b13c..cb24124ac5b9 100644
> --- a/tools/testing/selftests/.gitignore
> +++ b/tools/testing/selftests/.gitignore
> @@ -3,6 +3,7 @@ gpiogpio-event-mon
> gpiogpio-hammer
> gpioinclude/
> gpiolsgpio
> +kselftest_install/
> tpm2/SpaceTest.log
>
> # Python bytecode and cache
>

Applied to linux-kselftest next for Linux 5.18-rc1

thanks,
-- Shuah

2022-03-04 20:15:02

by Shuah Khan

[permalink] [raw]
Subject: Re: [PATCH V2 3/3] selftests: kvm: add generated file to the .gitignore

On 3/2/22 11:01 AM, Muhammad Usama Anjum wrote:
> Add hyperv_svm_test to the .gitignore file.
>
> Signed-off-by: Muhammad Usama Anjum <[email protected]>
> ---
> tools/testing/selftests/kvm/.gitignore | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
> index 7903580a48ac..4d11adeac214 100644
> --- a/tools/testing/selftests/kvm/.gitignore
> +++ b/tools/testing/selftests/kvm/.gitignore
> @@ -21,6 +21,7 @@
> /x86_64/hyperv_clock
> /x86_64/hyperv_cpuid
> /x86_64/hyperv_features
> +/x86_64/hyperv_svm_test
> /x86_64/mmio_warning_test
> /x86_64/mmu_role_test
> /x86_64/platform_info_test
>

Applied to linux-kselftest next for Linux 5.18-rc1

thanks,
-- Shuah