[kvm:queue 85/85] arch/x86/include/asm/desc.h:91:22: error: 'irq_stack_union' undeclared

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



tree:   https://git.kernel.org/pub/scm/virt/kvm/kvm.git queue
head:   03ac207029838424efaf311924cc5fbc68cd77ff
commit: 03ac207029838424efaf311924cc5fbc68cd77ff [85/85] KVM: x86: do not read FS/GS base MSRs when saving them
config: i386-randconfig-s0-201800 (attached as .config)
compiler: gcc-6 (Debian 6.4.0-9) 6.4.0 20171026
reproduce:
        git checkout 03ac207029838424efaf311924cc5fbc68cd77ff
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   In file included from include/asm-generic/percpu.h:7:0,
                    from arch/x86/include/asm/percpu.h:543,
                    from arch/x86/include/asm/preempt.h:6,
                    from include/linux/preempt.h:81,
                    from include/linux/spinlock.h:51,
                    from include/linux/mmzone.h:8,
                    from include/linux/gfp.h:6,
                    from include/linux/slab.h:15,
                    from include/linux/crypto.h:24,
                    from arch/x86/kernel/asm-offsets.c:9:
   arch/x86/include/asm/desc.h: In function 'get_current_kernel_gs_base':
>> arch/x86/include/asm/desc.h:91:22: error: 'irq_stack_union' undeclared (first use in this function)
     return this_cpu_ptr(irq_stack_union.gs_base);
                         ^
   include/linux/percpu-defs.h:221:47: note: in definition of macro '__verify_pcpu_ptr'
     const void __percpu *__vpp_verify = (typeof((ptr) + 0))NULL; \
                                                  ^~~
   include/linux/percpu-defs.h:254:27: note: in expansion of macro 'raw_cpu_ptr'
    #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr)
                              ^~~~~~~~~~~
   arch/x86/include/asm/desc.h:91:9: note: in expansion of macro 'this_cpu_ptr'
     return this_cpu_ptr(irq_stack_union.gs_base);
            ^~~~~~~~~~~~
   arch/x86/include/asm/desc.h:91:22: note: each undeclared identifier is reported only once for each function it appears in
     return this_cpu_ptr(irq_stack_union.gs_base);
                         ^
   include/linux/percpu-defs.h:221:47: note: in definition of macro '__verify_pcpu_ptr'
     const void __percpu *__vpp_verify = (typeof((ptr) + 0))NULL; \
                                                  ^~~
   include/linux/percpu-defs.h:254:27: note: in expansion of macro 'raw_cpu_ptr'
    #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr)
                              ^~~~~~~~~~~
   arch/x86/include/asm/desc.h:91:9: note: in expansion of macro 'this_cpu_ptr'
     return this_cpu_ptr(irq_stack_union.gs_base);
            ^~~~~~~~~~~~
   make[2]: *** [arch/x86/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 +/irq_stack_union +91 arch/x86/include/asm/desc.h

    87	
    88	/* Provide the current kernel GS base.  */
    89	static inline void *get_current_kernel_gs_base(void)
    90	{
  > 91		return this_cpu_ptr(irq_stack_union.gs_base);
    92	}
    93	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachment: .config.gz
Description: application/gzip


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux