Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit a2ad5d9

Browse files
committed
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
2 parents 4535e1a + cfedfb2 commit a2ad5d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/testing/kunit/configs/all_tests.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ CONFIG_DAMON_VADDR=y
4040
CONFIG_DAMON_PADDR=y
4141
CONFIG_DEBUG_FS=y
4242
CONFIG_DAMON_DBGFS=y
43+
CONFIG_DAMON_DBGFS_DEPRECATED=y
4344

4445
CONFIG_REGMAP_BUILD=y
4546

0 commit comments

Comments
 (0)