Hi Christoffer, [auto build test ERROR on kvmarm/next] [also build test ERROR on v4.10-rc5 next-20170124] [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/Christoffer-Dall/KVM-arm-arm64-vgic-Add-debugfs-vgic-state-file/20170124-234016 base: https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git next config: arm64-defconfig (attached as .config) compiler: aarch64-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=arm64 All errors (new ones prefixed by >>): arch/arm64/kvm/../../../virt/kvm/arm/vgic/vgic-debug.c: In function 'print_irq_state': >> arch/arm64/kvm/../../../virt/kvm/arm/vgic/vgic-debug.c:195:7: error: 'struct vgic_irq' has no member named 'pending_latch'; did you mean 'pending'? irq->pending_latch, ^~ vim +195 arch/arm64/kvm/../../../virt/kvm/arm/vgic/vgic-debug.c 189 " %2x " 190 " %2x " 191 " %2d " 192 "\n", 193 type, irq->intid, 194 (irq->target_vcpu) ? irq->target_vcpu->vcpu_id : -1, > 195 irq->pending_latch, 196 irq->line_level, 197 irq->active, 198 irq->enabled, --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip