From: kbuild test robot <lkp@intel.com>
To: Johannes Thumshirn <jthumshirn@suse.de>
Cc: kbuild-all@01.org, Bjorn Helgaas <bhelgaas@google.com>,
linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org,
Christoph Hellwig <hch@infradead.org>,
Johannes Thumshirn <jthumshirn@suse.de>
Subject: Re: [PATCH v2 1/6] PCI: Add helpers to request/release memory and I/O regions
Date: Sun, 5 Jun 2016 07:32:13 +0800 [thread overview]
Message-ID: <201606050757.3lyBOdJT%fengguang.wu@intel.com> (raw)
In-Reply-To: <2a5ab5c7cdf2d068395a2c97c934c258ae8d58c0.1464795082.git.jthumshirn@suse.de>
[-- Attachment #1: Type: text/plain, Size: 2543 bytes --]
Hi,
[auto build test ERROR on jkirsher-next-queue/dev-queue]
[also build test ERROR on v4.7-rc1 next-20160603]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
url: https://github.com/0day-ci/linux/commits/Johannes-Thumshirn/Introduce-pci_-request-release-_-mem-io-_regions/20160602-153400
base: https://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git dev-queue
config: mips-rt305x_defconfig (attached as .config)
compiler: mips-linux-gnu-gcc (Debian 5.3.1-8) 5.3.1 20160205
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=mips
All errors (new ones prefixed by >>):
In file included from lib/pci_iomap.c:6:0:
include/linux/pci.h: In function 'pci_request_io_regions':
>> include/linux/pci.h:2021:9: error: implicit declaration of function 'pci_request_selected_regions' [-Werror=implicit-function-declaration]
return pci_request_selected_regions(pdev,
^
>> include/linux/pci.h:2022:8: error: implicit declaration of function 'pci_select_bars' [-Werror=implicit-function-declaration]
pci_select_bars(pdev, IORESOURCE_IO), name);
^
include/linux/pci.h: In function 'pci_release_io_regions':
include/linux/pci.h:2028:9: error: implicit declaration of function 'pci_release_selected_regions' [-Werror=implicit-function-declaration]
return pci_release_selected_regions(pdev,
^
include/linux/pci.h:2028:9: warning: 'return' with a value, in function returning void
include/linux/pci.h: In function 'pci_release_mem_regions':
include/linux/pci.h:2042:9: warning: 'return' with a value, in function returning void
return pci_release_selected_regions(pdev,
^
cc1: some warnings being treated as errors
vim +/pci_request_selected_regions +2021 include/linux/pci.h
2015 return (pdev->dev_flags & PCI_DEV_FLAGS_ASSIGNED) == PCI_DEV_FLAGS_ASSIGNED;
2016 }
2017
2018 static inline int
2019 pci_request_io_regions(struct pci_dev *pdev, const char *name)
2020 {
> 2021 return pci_request_selected_regions(pdev,
> 2022 pci_select_bars(pdev, IORESOURCE_IO), name);
2023 }
2024
2025 static inline void
---
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: 7189 bytes --]
next prev parent reply other threads:[~2016-06-04 23:33 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-02 7:30 [PATCH v2 0/6] Introduce pci_(request|release)_(mem|io)_regions Johannes Thumshirn
2016-06-02 7:30 ` [PATCH v2 1/6] PCI: Add helpers to request/release memory and I/O regions Johannes Thumshirn
2016-06-04 23:11 ` kbuild test robot
2016-06-04 23:32 ` kbuild test robot [this message]
2016-06-06 8:14 ` Johannes Thumshirn
2016-06-02 7:30 ` [PATCH v2 2/6] NVMe: Use pci_(request|release)_mem_regions Johannes Thumshirn
2016-06-02 7:30 ` [PATCH v2 3/6] lpfc: " Johannes Thumshirn
[not found] ` <CAGx+d6eHPKvOM_aYgv9qJvA1siJ89PzwHtK07U9tKs3yG7=O9w@mail.gmail.com>
2016-06-06 8:12 ` Johannes Thumshirn
2016-06-02 7:30 ` [PATCH v2 4/6] GenWQE: " Johannes Thumshirn
2016-06-02 7:30 ` [PATCH v2 5/6] ethernet/intel: " Johannes Thumshirn
2016-06-02 21:01 ` Jeff Kirsher
2016-06-02 7:30 ` [PATCH v2 6/6] alx: " Johannes Thumshirn
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=201606050757.3lyBOdJT%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=bhelgaas@google.com \
--cc=hch@infradead.org \
--cc=jthumshirn@suse.de \
--cc=kbuild-all@01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.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®