Skip to content

Commit

Permalink
Merge tag 'linux_kselftest-kunit-fixes-6.9-rc2' of git://git.kernel.o…
Browse files Browse the repository at this point in the history
…rg/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
  • Loading branch information
torvalds committed Mar 29, 2024
2 parents 4535e1a + cfedfb2 commit a2ad5d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/testing/kunit/configs/all_tests.config
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a2ad5d9

Please sign in to comment.