aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2024-03-29 15:35:12 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2024-03-29 15:35:12 -0700
commita2ad5d9e65474f7a06038f5a91fb4d8c973cbea2 (patch)
tree81f47a3b84dfd97a87c2f093e4fb8fff4cf9ecdb /tools
parent4535e1a4174c4111d92c5a9a21e542d232e0fcaa (diff)
parentcfedfb24c9ddee2bf1641545f6e9b6a02b924aee (diff)
downloadlinux-a2ad5d9e65474f7a06038f5a91fb4d8c973cbea2.tar.gz
Merge tag 'linux_kselftest-kunit-fixes-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Pull KUnit fixes from Shuah Khan: "One urgent fix for --alltests build failure related to renaming of CONFIG_DAMON_DBGFS to DAMON_DBGFS_DEPRECATED to the missing config option" * tag 'linux_kselftest-kunit-fixes-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: kunit: configs: Enable CONFIG_DAMON_DBGFS_DEPRECATED for --alltests
Diffstat (limited to 'tools')
-rw-r--r--tools/testing/kunit/configs/all_tests.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/kunit/configs/all_tests.config b/tools/testing/kunit/configs/all_tests.config
index c5914f4e75e1be..b3b00269a52aac 100644
--- a/tools/testing/kunit/configs/all_tests.config
+++ b/tools/testing/kunit/configs/all_tests.config
@@ -40,6 +40,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