From: kbuild test robot <lkp@intel.com>
To: Babu Moger <babu.moger@oracle.com>
Cc: kbuild-all@01.org, davem@davemloft.net, bhelgaas@google.com,
wangyijing@huawei.com, sowmini.varadhan@oracle.com,
babu.moger@oracle.com, jiang.liu@linux.intel.com,
eric.snowberg@oracle.com, yinghai@kernel.org,
dan.j.williams@intel.com, sparclinux@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org,
ethan.zhao@oracle.com
Subject: Re: [PATCH v2] sparc/PCI: Fix for panic while enabling SR-IOV
Date: Thu, 24 Mar 2016 05:10:44 +0800 [thread overview]
Message-ID: <201603240530.arYPZdv6%fengguang.wu@intel.com> (raw)
In-Reply-To: <1458761338-60155-1-git-send-email-babu.moger@oracle.com>
[-- Attachment #1: Type: text/plain, Size: 1450 bytes --]
Hi Babu,
[auto build test ERROR on sparc/master]
[also build test ERROR on v4.5 next-20160323]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]
url: https://github.com/0day-ci/linux/commits/Babu-Moger/sparc-PCI-Fix-for-panic-while-enabling-SR-IOV/20160324-033121
base: https://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git master
config: sparc64-defconfig (attached as .config)
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=sparc64
All errors (new ones prefixed by >>):
arch/sparc/kernel/pci.c: In function 'pcibios_add_device':
>> arch/sparc/kernel/pci.c:1005:13: error: 'struct pci_dev' has no member named 'physfn'
pdev = dev->physfn;
^
vim +1005 arch/sparc/kernel/pci.c
999 struct pci_dev *pdev;
1000 /*
1001 * Add sriov arch specific initialization here.
1002 * Copy dev_archdata from PF to VF
1003 */
1004 if (dev->is_virtfn) {
> 1005 pdev = dev->physfn;
1006 memcpy(&dev->dev.archdata, &pdev->dev.archdata,
1007 sizeof(struct dev_archdata));
1008 }
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 16834 bytes --]
prev parent reply other threads:[~2016-03-23 21:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-23 19:28 Babu Moger
2016-03-23 21:10 ` kbuild test robot [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201603240530.arYPZdv6%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=babu.moger@oracle.com \
--cc=bhelgaas@google.com \
--cc=dan.j.williams@intel.com \
--cc=davem@davemloft.net \
--cc=eric.snowberg@oracle.com \
--cc=ethan.zhao@oracle.com \
--cc=jiang.liu@linux.intel.com \
--cc=kbuild-all@01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=sowmini.varadhan@oracle.com \
--cc=sparclinux@vger.kernel.org \
--cc=wangyijing@huawei.com \
--cc=yinghai@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®