All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v2 07/40] PCI: dwc: tegra: Use pci_ops for root config space accessors
Date: Mon, 24 Aug 2020 22:04:12 +0800	[thread overview]
Message-ID: <202008242212.GO0Adf5v%lkp@intel.com> (raw)
In-Reply-To: <20200821035420.380495-8-robh@kernel.org>

[-- Attachment #1: Type: text/plain, Size: 1825 bytes --]

Hi Rob,

I love your patch! Yet something to improve:

[auto build test ERROR on pci/next]
[also build test ERROR on v5.9-rc2 next-20200824]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/Rob-Herring/PCI-dwc-Driver-clean-ups/20200821-115909
base:   https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next
config: i386-randconfig-a002-20200824 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-15) 9.3.0
reproduce (this is a W=1 build):
        # save the attached .config to linux build tree
        make W=1 ARCH=i386 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> drivers/pci/controller/dwc/pcie-tegra194.c:604:13: error: 'dw_pcie_own_conf_map_bus' undeclared here (not in a function)
     604 |  .map_bus = dw_pcie_own_conf_map_bus,
         |             ^~~~~~~~~~~~~~~~~~~~~~~~

# https://github.com/0day-ci/linux/commit/6e0d4887cd1f9e569afcd7164a6baeb4d70e99b0
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Rob-Herring/PCI-dwc-Driver-clean-ups/20200821-115909
git checkout 6e0d4887cd1f9e569afcd7164a6baeb4d70e99b0
vim +/dw_pcie_own_conf_map_bus +604 drivers/pci/controller/dwc/pcie-tegra194.c

   602	
   603	static struct pci_ops tegra_pci_ops = {
 > 604		.map_bus = dw_pcie_own_conf_map_bus,
   605		.read = tegra_pcie_dw_rd_own_conf,
   606		.write = tegra_pcie_dw_wr_own_conf,
   607	};
   608	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 39072 bytes --]

  reply	other threads:[~2020-08-24 14:04 UTC|newest]

Thread overview: 154+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-21  3:53 [PATCH v2 00/40] PCI: dwc: Driver clean-ups Rob Herring
2020-08-21  3:53 ` Rob Herring
2020-08-21  3:53 ` Rob Herring
2020-08-21  3:53 ` [PATCH v2 01/40] PCI: Allow root and child buses to have different pci_ops Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53 ` [PATCH v2 02/40] PCI: dwc: Use DBI accessors instead of own config accessors Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53 ` [PATCH v2 03/40] PCI: dwc: Allow overriding bridge pci_ops Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53   ` Rob Herring
2021-08-08 15:13   ` Vidya Sagar
2021-08-08 15:13     ` Vidya Sagar
2021-08-08 15:13     ` Vidya Sagar
2021-08-09 14:52     ` Rob Herring
2021-08-09 14:52       ` Rob Herring
2021-08-09 14:52       ` Rob Herring
2020-08-21  3:53 ` [PATCH v2 04/40] PCI: dwc: Add a default pci_ops.map_bus for root port Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53 ` [PATCH v2 05/40] PCI: dwc: al: Use pci_ops for child config space accessors Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53 ` [PATCH v2 06/40] PCI: dwc: keystone: Use pci_ops for " Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53 ` [PATCH v2 07/40] PCI: dwc: tegra: Use pci_ops for root " Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-24 14:04   ` kernel test robot [this message]
2020-08-21  3:53 ` [PATCH v2 08/40] PCI: dwc: meson: " Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53 ` [PATCH v2 09/40] PCI: dwc: kirin: " Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53 ` [PATCH v2 10/40] PCI: dwc: exynos: " Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53 ` [PATCH v2 11/40] PCI: dwc: histb: " Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53 ` [PATCH v2 12/40] PCI: dwc: Remove dwc specific config accessor ops Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53 ` [PATCH v2 13/40] PCI: dwc: Use generic config accessors Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53 ` [PATCH v2 14/40] PCI: Also call .add_bus() callback for root bus Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53 ` [PATCH v2 15/40] PCI: dwc: keystone: Convert .scan_bus() callback to use add_bus Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53 ` [PATCH v2 16/40] PCI: dwc: Convert to use pci_host_probe() Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53 ` [PATCH v2 17/40] PCI: dwc: Remove root_bus pointer Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53 ` [PATCH v2 18/40] PCI: dwc: Remove storing of PCI resources Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53 ` [PATCH v2 19/40] PCI: dwc: Simplify config space handling Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:53   ` Rob Herring
2020-08-21  3:54 ` [PATCH v2 20/40] PCI: dwc/keystone: Drop duplicated 'num-viewport' Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54 ` [PATCH v2 21/40] PCI: dwc: Check CONFIG_PCI_MSI inside dw_pcie_msi_init() Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54 ` [PATCH v2 22/40] PCI: dwc/imx6: Remove duplicate define PCIE_LINK_WIDTH_SPEED_CONTROL Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54 ` [PATCH v2 23/40] PCI: dwc: Add a 'num_lanes' field to struct dw_pcie Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54 ` [PATCH v2 24/40] PCI: dwc: Ensure FAST_LINK_MODE is cleared Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54 ` [PATCH v2 25/40] PCI: dwc/meson: Drop the duplicate number of lanes setup Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54 ` [PATCH v2 26/40] PCI: dwc/meson: Drop unnecessary RC config space initialization Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54 ` [PATCH v2 27/40] PCI: dwc/meson: Rework PCI config and DW port logic register accesses Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54 ` [PATCH v2 28/40] PCI: dwc/imx6: Use common PCI register definitions Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54 ` [PATCH v2 29/40] PCI: dwc/qcom: " Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54 ` [PATCH v2 30/40] PCI: dwc: Remove hardcoded PCI_CAP_ID_EXP offset Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54 ` [PATCH v2 31/40] PCI: dwc/tegra: Use common Designware port logic register definitions Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54 ` [PATCH v2 32/40] PCI: dwc: Remove read_dbi2 code Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54 ` [PATCH v2 33/40] PCI: dwc: Make ATU accessors private Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54 ` [PATCH v2 34/40] PCI: dwc: Centralize link gen setting Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54 ` [PATCH v2 35/40] PCI: dwc: Set PORT_LINK_DLL_LINK_EN in common setup code Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54 ` [PATCH v2 36/40] PCI: dwc/intel-gw: Drop unnecessary checking of DT 'device_type' property Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54 ` [PATCH v2 37/40] PCI: dwc/intel-gw: Move getting PCI_CAP_ID_EXP offset to intel_pcie_link_setup() Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54 ` [PATCH v2 38/40] PCI: dwc/intel-gw: Drop unused max_width Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54 ` [PATCH v2 39/40] PCI: dwc: Move N_FTS setup to common setup Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54   ` Rob Herring
2021-08-08 15:01   ` Vidya Sagar
2021-08-08 15:01     ` Vidya Sagar
2021-08-08 15:01     ` Vidya Sagar
2021-08-09 15:02     ` Rob Herring
2021-08-09 15:02       ` Rob Herring
2021-08-09 15:02       ` Rob Herring
2020-08-21  3:54 ` [PATCH v2 40/40] PCI: dwc: Use DBI accessors Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-08-21  3:54   ` Rob Herring
2020-09-07  9:35 ` [PATCH v2 00/40] PCI: dwc: Driver clean-ups Lorenzo Pieralisi
2020-09-07  9:35   ` Lorenzo Pieralisi
2020-09-07  9:35   ` Lorenzo Pieralisi
2020-09-15  9:12 ` Michael Walle
2020-09-15  9:12   ` Michael Walle
2020-09-15  9:12   ` Michael Walle
2020-09-15 22:02   ` Rob Herring
2020-09-15 22:02     ` Rob Herring
2020-09-15 22:02     ` Rob Herring
2020-09-16  7:54     ` Michael Walle
2020-09-16  7:54       ` Michael Walle
2020-09-16  7:54       ` Michael Walle
2020-09-29  5:23       ` Kishon Vijay Abraham I
2020-09-29  5:23         ` Kishon Vijay Abraham I
2020-09-29  5:23         ` Kishon Vijay Abraham I
2020-09-29 14:32         ` Rob Herring
2020-09-29 14:32           ` Rob Herring
2020-09-29 14:32           ` Rob Herring

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=202008242212.GO0Adf5v%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.