projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cece76
)
kunit: configs: Enable CONFIG_DAMON_DBGFS_DEPRECATED for --alltests
author
David Gow
<davidgow@google.com>
Tue, 26 Mar 2024 10:07:38 +0000
(18:07 +0800)
committer
Shuah Khan
<skhan@linuxfoundation.org>
Thu, 28 Mar 2024 17:47:30 +0000
(11:47 -0600)
This is required, as CONFIG_DAMON_DEBUGFS is enabled, and --alltests UML
builds will fail due to the missing config option otherwise.
Fixes: f4cba4bf6777 ("mm/damon: rename CONFIG_DAMON_DBGFS to DAMON_DBGFS_DEPRECATED")
Signed-off-by: David Gow <davidgow@google.com>
Reviewed-by: Rae Moar <rmoar@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/kunit/configs/all_tests.config
patch
|
blob
|
history
diff --git
a/tools/testing/kunit/configs/all_tests.config
b/tools/testing/kunit/configs/all_tests.config
index aa5ec149f96c16e1e4736264b735201f93b5a9f5..f388742cf26606559f255d07f419642c50fc6d7b 100644
(file)
--- a/
tools/testing/kunit/configs/all_tests.config
+++ b/
tools/testing/kunit/configs/all_tests.config
@@
-38,6
+38,7
@@
CONFIG_DAMON_VADDR=y
CONFIG_DAMON_PADDR=y
CONFIG_DEBUG_FS=y
CONFIG_DAMON_DBGFS=y
+CONFIG_DAMON_DBGFS_DEPRECATED=y
CONFIG_REGMAP_BUILD=y