tree: https://kernel.googlesource.com/pub/scm/linux/kernel/git/efi/efi.git next head: 2af9ef2e77c10897c5767b42e7bc09ac387af947 commit: a2b67b33dee5c8c4b9933ecc04e48755a3a87cae [2/3] efi/x86: move UV_SYSTAB handling into arch/x86 config: i386-allmodconfig (attached as .config) compiler: gcc-7 (Debian 7.4.0-9) 7.4.0 reproduce: git checkout a2b67b33dee5c8c4b9933ecc04e48755a3a87cae # save the attached .config to linux build tree make ARCH=i386 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): >> arch/x86/platform/efi/efi.c:77:3: error: 'uv_systab_phys' undeclared here (not in a function); did you mean 'uv_system_init'? &uv_systab_phys, ^~~~~~~~~~~~~~ uv_system_init vim +77 arch/x86/platform/efi/efi.c 66 67 static const unsigned long * const efi_tables[] = { 68 &efi.mps, 69 &efi.acpi, 70 &efi.acpi20, 71 &efi.smbios, 72 &efi.smbios3, 73 &efi.sal_systab, 74 &efi.boot_info, 75 &efi.hcdp, 76 &efi.uga, > 77 &uv_systab_phys, 78 &efi.fw_vendor, 79 &efi.runtime, 80 &efi.config_table, 81 &efi.esrt, 82 &efi.properties_table, 83 &efi.mem_attr_table, 84 }; 85 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation