2022-05-23 05:51:17

by Muhammad Usama Anjum

[permalink] [raw]
Subject: [PATCH] selftests: vm: add migration to the .gitignore

Add newly added migration test object to .gitignore file.

Fixes: 0c2d08728470 ("mm: add selftests for migration entries")
Signed-off-by: Muhammad Usama Anjum <[email protected]>
---
tools/testing/selftests/vm/.gitignore | 1 +
1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/vm/.gitignore b/tools/testing/selftests/vm/.gitignore
index 6c2ac4208c272..31e5eea2a9b90 100644
--- a/tools/testing/selftests/vm/.gitignore
+++ b/tools/testing/selftests/vm/.gitignore
@@ -9,6 +9,7 @@ map_hugetlb
map_populate
thuge-gen
compaction_test
+migration
mlock2-tests
mrelease_test
mremap_dontunmap
--
2.30.2



2022-05-23 07:43:47

by Alistair Popple

[permalink] [raw]
Subject: Re: [PATCH] selftests: vm: add migration to the .gitignore


Oh thanks for catching that!

Reviewed-by: Alistair Popple <[email protected]>

Muhammad Usama Anjum <[email protected]> writes:

> Add newly added migration test object to .gitignore file.
>
> Fixes: 0c2d08728470 ("mm: add selftests for migration entries")
> Signed-off-by: Muhammad Usama Anjum <[email protected]>
> ---
> tools/testing/selftests/vm/.gitignore | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/tools/testing/selftests/vm/.gitignore b/tools/testing/selftests/vm/.gitignore
> index 6c2ac4208c272..31e5eea2a9b90 100644
> --- a/tools/testing/selftests/vm/.gitignore
> +++ b/tools/testing/selftests/vm/.gitignore
> @@ -9,6 +9,7 @@ map_hugetlb
> map_populate
> thuge-gen
> compaction_test
> +migration
> mlock2-tests
> mrelease_test
> mremap_dontunmap