Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1
+1
tools/testing/kunit/configs/all_tests.config
··· 40 40 CONFIG_DAMON_PADDR=y 41 41 CONFIG_DEBUG_FS=y 42 42 CONFIG_DAMON_DBGFS=y 43 + CONFIG_DAMON_DBGFS_DEPRECATED=y 43 44 44 45 CONFIG_REGMAP_BUILD=y 45 46