Hi Balbir, [auto build test ERROR on kvm/linux-next] [also build test ERROR on v4.9-rc7 next-20161129] [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/Balbir-Singh/KVM-PPC-Patch-for-KVM-issue-in-real-mode/20161129-233307 base: https://git.kernel.org/pub/scm/virt/kvm/kvm.git linux-next config: powerpc-ppa8548_defconfig (attached as .config) compiler: powerpc-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705 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 # save the attached .config to linux build tree make.cross ARCH=powerpc All errors (new ones prefixed by >>): In file included from arch/powerpc/include/asm/kvm_ppc.h:30:0, from arch/powerpc/kernel/dbell.c:20: >> include/linux/kvm_host.h:807:21: error: redefinition of 'kvm_arch_vzalloc' static inline void *kvm_arch_vzalloc(unsigned long size) ^~~~~~~~~~~~~~~~ In file included from include/linux/kvm_host.h:37:0, from arch/powerpc/include/asm/kvm_ppc.h:30, from arch/powerpc/kernel/dbell.c:20: arch/powerpc/include/asm/kvm_host.h:725:21: note: previous definition of 'kvm_arch_vzalloc' was here static inline void *kvm_arch_vzalloc(unsigned long size) ^~~~~~~~~~~~~~~~ vim +/kvm_arch_vzalloc +807 include/linux/kvm_host.h 801 } 802 #endif 803 804 #ifdef __KVM_HAVE_ARCH_VZALLOC_OVERRIDE 805 static void *kvm_arch_vzalloc(unsigned long size); 806 #else > 807 static inline void *kvm_arch_vzalloc(unsigned long size) 808 { 809 return vzalloc(size); 810 } --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip