2022-05-04 01:49:48

by Yuanchu Xie

[permalink] [raw]
Subject: [PATCH v2 2/2] selftests/damon: add damon to selftests root Makefile

Currently the damon selftests are not built with the rest of the
selftests. We add damon to the list of targets.

Fixes: b348eb7abd09 ("mm/damon: add user space selftests")
Signed-off-by: Yuanchu Xie <[email protected]>
---
tools/testing/selftests/Makefile | 1 +
1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile
index 2319ec87f53d..bd2ac8b3bf1f 100644
--- a/tools/testing/selftests/Makefile
+++ b/tools/testing/selftests/Makefile
@@ -9,6 +9,7 @@ TARGETS += clone3
TARGETS += core
TARGETS += cpufreq
TARGETS += cpu-hotplug
+TARGETS += damon
TARGETS += drivers/dma-buf
TARGETS += efivarfs
TARGETS += exec
--
2.36.0.464.gb9c8b46e94-goog


2022-05-04 09:37:12

by SeongJae Park

[permalink] [raw]
Subject: Re: [PATCH v2 2/2] selftests/damon: add damon to selftests root Makefile

On Wed, 4 May 2022 00:03:58 +0000 Yuanchu Xie <[email protected]> wrote:

> Currently the damon selftests are not built with the rest of the
> selftests. We add damon to the list of targets.
>
> Fixes: b348eb7abd09 ("mm/damon: add user space selftests")
> Signed-off-by: Yuanchu Xie <[email protected]>

Reviewed-by: SeongJae Park <[email protected]>


Thanks,
SJ

> ---
> tools/testing/selftests/Makefile | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile
> index 2319ec87f53d..bd2ac8b3bf1f 100644
> --- a/tools/testing/selftests/Makefile
> +++ b/tools/testing/selftests/Makefile
> @@ -9,6 +9,7 @@ TARGETS += clone3
> TARGETS += core
> TARGETS += cpufreq
> TARGETS += cpu-hotplug
> +TARGETS += damon
> TARGETS += drivers/dma-buf
> TARGETS += efivarfs
> TARGETS += exec
> --
> 2.36.0.464.gb9c8b46e94-goog

2022-05-09 04:47:46

by David Rientjes

[permalink] [raw]
Subject: Re: [PATCH v2 2/2] selftests/damon: add damon to selftests root Makefile

On Wed, 4 May 2022, Yuanchu Xie wrote:

> Currently the damon selftests are not built with the rest of the
> selftests. We add damon to the list of targets.
>
> Fixes: b348eb7abd09 ("mm/damon: add user space selftests")
> Signed-off-by: Yuanchu Xie <[email protected]>

Acked-by: David Rientjes <[email protected]>