On 13/06/2018 15:56, Linus Torvalds wrote: > On Wed, Jun 13, 2018 at 3:09 AM Paolo Bonzini <pbonzini@xxxxxxxxxx> wrote: >> >> On 13/06/2018 04:18, Linus Torvalds wrote: >>> >>> Hmm? And why was this not found before it hit my tree? >> >> Because I should do more "make randconfig"s, probably. > > Well, being in linux-next should have found it too. I know linux-next > had a lot of kvm stuff in it, was this not there? It was, I suppose that's how Arnd found it. I also checked my reflog in case I force-pushed something by mistake (kvm/next doesn't rebase, but you never know) and that didn't happen either. I'll fix the "no virt stuff" build in my pre-pull-request routine. I already have KVM-but-no-CONFIG_KVM_GUEST build---and the other way round---I'll remove CONFIG_HYPERV too from the former. Paolo