tree: https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git pci/hotplug head: 76ad829bc791985b4e317491e344f2129dba9933 commit: 76ad829bc791985b4e317491e344f2129dba9933 [11/11] x86/PCI/: VMD: Request userspace control of hotplug indicators config: i386-allmodconfig (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 reproduce: git checkout 76ad829bc791985b4e317491e344f2129dba9933 # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed by >>): arch/x86/pci/vmd.c: In function 'vmd_enable_domain': >> arch/x86/pci/vmd.c:599:4: error: 'struct pci_sysdata' has no member named 'vmd_domain'; did you mean 'domain'? sd->vmd_domain = true; ^~ vim +599 arch/x86/pci/vmd.c 593 .start = res->start + 0x2000, 594 .end = res->end, 595 .flags = flags, 596 .parent = res, 597 }; 598 > 599 sd->vmd_domain = true; 600 sd->domain = vmd_find_free_domain(); 601 if (sd->domain < 0) 602 return sd->domain; --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip