Commit a2ad5d9e authored by Linus Torvalds's avatar Linus Torvalds

Merge tag 'linux_kselftest-kunit-fixes-6.9-rc2' of...

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
parents 4535e1a4 cfedfb24
...@@ -40,6 +40,7 @@ CONFIG_DAMON_VADDR=y ...@@ -40,6 +40,7 @@ CONFIG_DAMON_VADDR=y
CONFIG_DAMON_PADDR=y CONFIG_DAMON_PADDR=y
CONFIG_DEBUG_FS=y CONFIG_DEBUG_FS=y
CONFIG_DAMON_DBGFS=y CONFIG_DAMON_DBGFS=y
CONFIG_DAMON_DBGFS_DEPRECATED=y
CONFIG_REGMAP_BUILD=y CONFIG_REGMAP_BUILD=y
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment