On Thu, Mar 16, 2017 at 07:40:44PM +0800, kbuild test robot wrote: > [auto build test WARNING on kvm/linux-next] > [also build test WARNING on v4.11-rc2 next-20170310] > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > > url: https://github.com/0day-ci/linux/commits/James-Hogan/KVM-MIPS-Add-VZ-support/20170316-161027 > base: https://git.kernel.org/pub/scm/virt/kvm/kvm.git linux-next > config: mips-allmodconfig (attached as .config) > compiler: mips-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705 > reproduce: > wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # save the attached .config to linux build tree > make.cross ARCH=mips > > All warnings (new ones prefixed by >>): > > warning: (REMOTEPROC && RPMSG_VIRTIO) selects VIRTUALIZATION which has unmet direct dependencies (HAVE_KVM) Yes, the new "depends on HAVE_KVM" is unnecessary anyway so I'll just drop that. Thanks! James