* kernel test robot <lkp@xxxxxxxxx> [221031 22:41]: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > head: 6fbda10ec6f8d70d0f4446f861f7db726c2f2e7c > commit: d9c0ca7c6a02830de65fbc684cf0be7e6510737c [3768/4356] maple_tree: reorganize testing to restore module testing > config: x86_64-kismet-CONFIG_DEBUG_MAPLE_TREE-CONFIG_TEST_MAPLE_TREE-0-0 > reproduce: > # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=d9c0ca7c6a02830de65fbc684cf0be7e6510737c > git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git > git fetch --no-tags linux-next master > git checkout d9c0ca7c6a02830de65fbc684cf0be7e6510737c > # 1. reproduce by kismet > # install kmax per https://github.com/paulgazz/kmax/blob/master/README.md > kismet --linux-ksrc=linux --selectees CONFIG_DEBUG_MAPLE_TREE --selectors CONFIG_TEST_MAPLE_TREE -a=x86_64 > # 2. reproduce by make > # save the config file to linux source tree > cd linux > make ARCH=x86_64 olddefconfig > > If you fix the issue, kindly add following tag where applicable > | Reported-by: kernel test robot <lkp@xxxxxxxxx> > > kismet warnings: (new ones prefixed by >>) > >> kismet: WARNING: unmet direct dependencies detected for DEBUG_MAPLE_TREE when selected by TEST_MAPLE_TREE > > WARNING: unmet direct dependencies detected for DEBUG_MAPLE_TREE > Depends on [n]: DEBUG_KERNEL [=n] > Selected by [y]: > - TEST_MAPLE_TREE [=y] && RUNTIME_TESTING_MENU [=y] Thank you. This is already on its way upstream by v2 of the testing patch: +config TEST_MAPLE_TREE + select DEBUG_MAPLE_TREE + tristate "Test the Maple Tree code at runtime" + Regards, Liam