]> git.ipfire.org Git - thirdparty/linux.git/commit
selftests: damon: add config file
authorAnders Roxell <anders.roxell@linaro.org>
Wed, 12 Apr 2023 09:28:54 +0000 (11:28 +0200)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 19 Jun 2023 23:19:11 +0000 (16:19 -0700)
commit7b1798ec9836670d221dcc162dc18f8b64e959e5
tree178ae2ae77fe86d9214270e99f907ae35dd82665
parent0e4bc271110e0c58c010071a9bbf150f39851dac
selftests: damon: add config file

Building and running the subsuite 'damon' of kselftest, shows the
following issues:
 selftests: damon: debugfs_attrs.sh
  /sys/kernel/debug/damon not found

By creating a config file enabling DAMON fragments in the
selftests/damon/ directory the tests pass.

Link: https://lkml.kernel.org/r/20230412092854.3306197-1-anders.roxell@linaro.org
Fixes: b348eb7abd09 ("mm/damon: add user space selftests")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Reviewed-by: SeongJae Park <sj@kernel.org>
Acked-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
tools/testing/selftests/damon/config [new file with mode: 0644]