[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <201611241608.SkL20sAj%fengguang.wu@intel.com>
Date: Thu, 24 Nov 2016 16:25:11 +0800
From: kbuild test robot <lkp@...el.com>
To: Phil Sutter <phil@....cc>
Cc: kbuild-all@...org, David Miller <davem@...emloft.net>,
netdev@...r.kernel.org, Sabrina Dubroca <sd@...asysnail.net>
Subject: Re: [net-next PATCH v4] net: dummy: Introduce dummy virtual functions
Hi Phil,
[auto build test ERROR on net-next/master]
url: https://github.com/0day-ci/linux/commits/Phil-Sutter/net-dummy-Introduce-dummy-virtual-functions/20161124-040435
config: x86_64-randconfig-a0-11241529 (attached as .config)
compiler: gcc-4.4 (Debian 4.4.7-8) 4.4.7
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All errors (new ones prefixed by >>):
>> drivers/net/dummy.c:54: error: unknown field 'sriov' specified in initializer
drivers/net/dummy.c:54: warning: initialization makes integer from pointer without a cast
>> drivers/net/dummy.c:54: error: initializer element is not computable at load time
drivers/net/dummy.c:54: error: (near initialization for 'pci_pdev.is_virtfn')
cc1: warning: unrecognized command line option "-Wno-maybe-uninitialized"
vim +/sriov +54 drivers/net/dummy.c
48
49 static struct pci_sriov pdev_sriov;
50
51 static struct pci_dev pci_pdev = {
52 .is_physfn = 0,
53 #ifdef CONFIG_PCI_ATS
> 54 .sriov = &pdev_sriov,
55 #endif
56 #ifdef CONFIG_PCI
57 .dev.bus = &pci_bus_type,
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/gzip" (32096 bytes)
Powered by blists - more mailing lists