mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
mm/damon/tests/.kunitconifg: enable DAMON_DEBUG_SANITY
CONFIG_DAMON_DEBUG_SANITY is recommended for DAMON development and test setups. Enable it on the default configurations for DAMON kunit test run. Link: https://lkml.kernel.org/r/20260306152914.86303-10-sj@kernel.org Signed-off-by: SeongJae Park <sj@kernel.org> Cc: Brendan Higgins <brendan.higgins@linux.dev> Cc: David Gow <davidgow@google.com> Cc: Shuah Khan <shuah@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
c556187b6e
commit
09cbdf7dbe
|
|
@ -13,3 +13,6 @@ CONFIG_DAMON_VADDR_KUNIT_TEST=y
|
|||
CONFIG_SYSFS=y
|
||||
CONFIG_DAMON_SYSFS=y
|
||||
CONFIG_DAMON_SYSFS_KUNIT_TEST=y
|
||||
|
||||
# enable DAMON_DEBUG_SANITY to catch any bug
|
||||
CONFIG_DAMON_DEBUG_SANITY=y
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user