diff mbox series

selftests/mm: run_vmtests.sh: add hugetlb test category

Message ID 20240129115246.1234253-1-leitao@debian.org (mailing list archive)
State Accepted
Commit d2d20f08e93a417199107abab795c5d40029eaae
Headers show
Series selftests/mm: run_vmtests.sh: add hugetlb test category | expand

Commit Message

Breno Leitao Jan. 29, 2024, 11:52 a.m. UTC
The usage of run_vmtests.sh does not include hugetlb, which is a valid
test category.

Add the 'hugetlb' to the usage of run_vmtests.sh.

Signed-off-by: Breno Leitao <leitao@debian.org>
---
 tools/testing/selftests/mm/run_vmtests.sh | 2 ++
 1 file changed, 2 insertions(+)

Comments

Muhammad Usama Anjum Jan. 29, 2024, 12:28 p.m. UTC | #1
On 1/29/24 4:52 PM, Breno Leitao wrote:
> The usage of run_vmtests.sh does not include hugetlb, which is a valid
> test category.
> 
> Add the 'hugetlb' to the usage of run_vmtests.sh.
> 
> Signed-off-by: Breno Leitao <leitao@debian.org>
Reviewed-by: Muhammad Usama Anjum <usama.anjum@collabora.com>

> ---
>  tools/testing/selftests/mm/run_vmtests.sh | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/tools/testing/selftests/mm/run_vmtests.sh b/tools/testing/selftests/mm/run_vmtests.sh
> index 55898d64e2eb..2ee0a1c4740f 100755
> --- a/tools/testing/selftests/mm/run_vmtests.sh
> +++ b/tools/testing/selftests/mm/run_vmtests.sh
> @@ -65,6 +65,8 @@ separated by spaces:
>  	test copy-on-write semantics
>  - thp
>  	test transparent huge pages
> +- hugetlb
> +	test hugetlbfs huge pages
>  - migration
>  	invoke move_pages(2) to exercise the migration entry code
>  	paths in the kernel
Joel Savitz Jan. 29, 2024, 9:12 p.m. UTC | #2
On Mon, Jan 29, 2024 at 6:53 AM Breno Leitao <leitao@debian.org> wrote:
>
> The usage of run_vmtests.sh does not include hugetlb, which is a valid
> test category.
>
> Add the 'hugetlb' to the usage of run_vmtests.sh.
>
> Signed-off-by: Breno Leitao <leitao@debian.org>
> ---
>  tools/testing/selftests/mm/run_vmtests.sh | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/tools/testing/selftests/mm/run_vmtests.sh b/tools/testing/selftests/mm/run_vmtests.sh
> index 55898d64e2eb..2ee0a1c4740f 100755
> --- a/tools/testing/selftests/mm/run_vmtests.sh
> +++ b/tools/testing/selftests/mm/run_vmtests.sh
> @@ -65,6 +65,8 @@ separated by spaces:
>         test copy-on-write semantics
>  - thp
>         test transparent huge pages
> +- hugetlb
> +       test hugetlbfs huge pages
>  - migration
>         invoke move_pages(2) to exercise the migration entry code
>         paths in the kernel
> --
> 2.39.3
>

Reviewed-by: Joel Savitz <jsavitz@redhat.com>
diff mbox series

Patch

diff --git a/tools/testing/selftests/mm/run_vmtests.sh b/tools/testing/selftests/mm/run_vmtests.sh
index 55898d64e2eb..2ee0a1c4740f 100755
--- a/tools/testing/selftests/mm/run_vmtests.sh
+++ b/tools/testing/selftests/mm/run_vmtests.sh
@@ -65,6 +65,8 @@  separated by spaces:
 	test copy-on-write semantics
 - thp
 	test transparent huge pages
+- hugetlb
+	test hugetlbfs huge pages
 - migration
 	invoke move_pages(2) to exercise the migration entry code
 	paths in the kernel