mirror of
https://github.com/torvalds/linux.git
synced 2024-12-10 05:01:26 +00:00
7b1798ec98
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: b348eb7abd
("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>
8 lines
146 B
Plaintext
8 lines
146 B
Plaintext
CONFIG_DAMON=y
|
|
CONFIG_DAMON_SYSFS=y
|
|
CONFIG_DAMON_DBGFS=y
|
|
CONFIG_DAMON_PADDR=y
|
|
CONFIG_DAMON_VADDR=y
|
|
CONFIG_DAMON_RECLAIM=y
|
|
CONFIG_DAMON_LRU_SORT=y
|