On Fri, Mar 09, 2018 at 02:45:05AM +0800, kbuild test robot wrote: > tree: git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git testing > head: 1fd7ad4be77160c4a6c6deca62c3b9c728836b7d > commit: 1fd7ad4be77160c4a6c6deca62c3b9c728836b7d [6/6] platform/x86: dell-smbios: Resolve dependency error on DCDBAS > config: sh-allmodconfig (attached as .config) > compiler: sh4-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0 > reproduce: > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > git checkout 1fd7ad4be77160c4a6c6deca62c3b9c728836b7d > # save the attached .config to linux build tree > make.cross ARCH=sh > > All errors (new ones prefixed by >>): > > >> drivers/platform/x86/Kconfig:128:error: recursive dependency detected! > >> drivers/platform/x86/Kconfig:128: symbol DELL_SMBIOS_USING_DCDBAS is selected by DELL_SMBIOS_SMM > >> drivers/platform/x86/Kconfig:145: symbol DELL_SMBIOS_SMM depends on DELL_SMBIOS > >> drivers/platform/x86/Kconfig:114: symbol DELL_SMBIOS depends on DELL_SMBIOS_USING_DCDBAS > For a resolution refer to Documentation/kbuild/kconfig-language.txt > subsection "Kconfig recursive dependency limitations" > > vim +128 drivers/platform/x86/Kconfig Well, apparently this needs more work. I don't know why I didn't see this recursive error with this version of my patch. I'll see if there is anything I can do... Andy, this means we'll probably have to break testing and roll this back. -- Darren Hart VMware Open Source Technology Center