tree: https://git.kernel.org/pub/scm/virt/kvm/kvm.git queue head: 518e7b75da962757d5966bbd1437776e2d5acce5 commit: f2fed5e29a9c45b095ff3658ca6ade2cfc092c1b [58/68] KVM: move architecture-dependent requests to arch/ config: mips-allyesconfig (attached as .config) reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout f2fed5e29a9c45b095ff3658ca6ade2cfc092c1b # save the attached .config to linux build tree make.cross ARCH=mips All errors (new ones prefixed by >>): In file included from arch/mips/kernel/asm-offsets.c:22:0: include/linux/kvm_host.h: In function 'kvm_migrate_timers': >> include/linux/kvm_host.h:982:10: error: 'KVM_REQ_MIGRATE_TIMER' undeclared (first use in this function) set_bit(KVM_REQ_MIGRATE_TIMER, &vcpu->requests); ^ include/linux/kvm_host.h:982:10: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [arch/mips/kernel/asm-offsets.s] Error 1 make[2]: Target '__build' not remade because of errors. make[1]: *** [prepare0] Error 2 make[1]: Target 'prepare' not remade because of errors. make: *** [sub-make] Error 2 vim +/KVM_REQ_MIGRATE_TIMER +982 include/linux/kvm_host.h dfeec843 include/linux/kvm_host.h Heiko Carstens 2014-01-01 976 dfeec843 include/linux/kvm_host.h Heiko Carstens 2014-01-01 977 return kvm_is_error_hva(hva); dfeec843 include/linux/kvm_host.h Heiko Carstens 2014-01-01 978 } dfeec843 include/linux/kvm_host.h Heiko Carstens 2014-01-01 979 2f599714 include/linux/kvm_host.h Marcelo Tosatti 2008-05-27 980 static inline void kvm_migrate_timers(struct kvm_vcpu *vcpu) 2f52d58c include/linux/kvm_host.h Avi Kivity 2008-01-16 981 { 2f52d58c include/linux/kvm_host.h Avi Kivity 2008-01-16 @982 set_bit(KVM_REQ_MIGRATE_TIMER, &vcpu->requests); 2f52d58c include/linux/kvm_host.h Avi Kivity 2008-01-16 983 } 2f52d58c include/linux/kvm_host.h Avi Kivity 2008-01-16 984 ba1389b7 drivers/kvm/kvm.h Avi Kivity 2007-11-18 985 enum kvm_stat_kind { :::::: The code at line 982 was first introduced by commit :::::: 2f52d58c92d971bf421f461ad06eb93fb4f34981 KVM: Move apic timer migration away from critical section :::::: TO: Avi Kivity <avi@xxxxxxxxxxxx> :::::: CC: Avi Kivity <avi@xxxxxxxxxxxx> --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: Binary data