From: SeongJae Park Date: Mon, 28 Oct 2024 23:30:57 +0000 (-0700) Subject: mm/damon/Kconfig: update DBGFS_KUNIT prompt copy for SYSFS_KUNIT X-Git-Tag: microblaze-v6.16~563^2~58 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=12d021659c7aa5059835e671e57c4a163a64d2e9;p=linux-2.6-microblaze.git mm/damon/Kconfig: update DBGFS_KUNIT prompt copy for SYSFS_KUNIT CONFIG_DAMON_SYSFS_KUNIT_TEST prompt is copied from that for DAMON debugfs interface kunit tests, and not correctly updated. Fix it. Link: https://lkml.kernel.org/r/20241028233058.283381-6-sj@kernel.org Fixes: b8ee5575f763 ("mm/damon/sysfs-test: add a unit test for damon_sysfs_set_targets()") Signed-off-by: SeongJae Park Cc: Andrew Paniakin Cc: Brendan Higgins Cc: David Gow Cc: Shuah Khan Signed-off-by: Andrew Morton --- diff --git a/mm/damon/Kconfig b/mm/damon/Kconfig index 35b72f88983a..d0357f3e9372 100644 --- a/mm/damon/Kconfig +++ b/mm/damon/Kconfig @@ -60,7 +60,7 @@ config DAMON_SYSFS the interface for arbitrary data access monitoring. config DAMON_SYSFS_KUNIT_TEST - bool "Test for damon debugfs interface" if !KUNIT_ALL_TESTS + bool "Test for damon sysfs interface" if !KUNIT_ALL_TESTS depends on DAMON_SYSFS && KUNIT=y default KUNIT_ALL_TESTS help