From: kernel test robot <lkp@intel.com>
To: Ilkka Koskinen <ilkka@os.amperecomputing.com>,
Shuai Xue <xueshuai@linux.alibaba.com>,
Jing Zhang <renyu.zj@linux.alibaba.com>,
Will Deacon <will@kernel.org>
Cc: oe-kbuild-all@lists.linux.dev,
Mark Rutland <mark.rutland@arm.com>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
Ilkka Koskinen <ilkka@os.amperecomputing.com>
Subject: Re: [PATCH 2/3] perf/dwc_pcie: Load DesignWare PCIe PMU driver automatically on Ampere SoCs
Date: Thu, 10 Oct 2024 05:53:29 +0800 [thread overview]
Message-ID: <202410100508.l5fTQewL-lkp@intel.com> (raw)
In-Reply-To: <20241008231824.5102-3-ilkka@os.amperecomputing.com>
Hi Ilkka,
kernel test robot noticed the following build warnings:
[auto build test WARNING on linus/master]
[also build test WARNING on v6.12-rc2 next-20241009]
[cannot apply to arm-perf/for-next/perf]
[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#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Ilkka-Koskinen/perf-dwc_pcie-Add-support-for-Ampere-SoCs/20241009-072027
base: linus/master
patch link: https://lore.kernel.org/r/20241008231824.5102-3-ilkka%40os.amperecomputing.com
patch subject: [PATCH 2/3] perf/dwc_pcie: Load DesignWare PCIe PMU driver automatically on Ampere SoCs
config: arc-randconfig-001-20241010 (https://download.01.org/0day-ci/archive/20241010/202410100508.l5fTQewL-lkp@intel.com/config)
compiler: arceb-elf-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241010/202410100508.l5fTQewL-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202410100508.l5fTQewL-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/perf/dwc_pcie_pmu.c:785:35: warning: 'dwc_pcie_pmu_table' defined but not used [-Wunused-const-variable=]
785 | static const struct pci_device_id dwc_pcie_pmu_table[] = {
| ^~~~~~~~~~~~~~~~~~
vim +/dwc_pcie_pmu_table +785 drivers/perf/dwc_pcie_pmu.c
784
> 785 static const struct pci_device_id dwc_pcie_pmu_table[] = {
786 {
787 PCI_DEVICE(PCI_VENDOR_ID_AMPERE, PCI_ANY_ID),
788 .class = PCI_CLASS_BRIDGE_PCI_NORMAL,
789 .class_mask = ~0,
790 },
791 { }
792 };
793 MODULE_DEVICE_TABLE(pci, dwc_pcie_pmu_table);
794
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2024-10-09 22:03 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-08 23:18 [PATCH 0/3] perf/dwc_pcie: Enable DesignWare PCIe PMU on Ampere SoCs Ilkka Koskinen
2024-10-08 23:18 ` [PATCH 1/3] perf/dwc_pcie: Add support for " Ilkka Koskinen
2024-10-09 1:30 ` Shuai Xue
2024-10-08 23:18 ` [PATCH 2/3] perf/dwc_pcie: Load DesignWare PCIe PMU driver automatically on " Ilkka Koskinen
2024-10-09 1:42 ` Shuai Xue
2024-10-09 20:07 ` Ilkka Koskinen
2024-10-09 21:53 ` kernel test robot [this message]
2024-10-09 22:14 ` kernel test robot
2024-10-24 11:32 ` Will Deacon
2024-10-24 22:19 ` Ilkka Koskinen
2024-10-28 17:31 ` Will Deacon
2024-10-29 3:27 ` Ilkka Koskinen
2024-10-29 13:00 ` Will Deacon
2024-10-29 15:39 ` Jonathan Cameron
2024-10-08 23:18 ` [PATCH 3/3] perf/dwc_pcie: Fix typos in event names Ilkka Koskinen
2024-10-09 1:44 ` Shuai Xue
2024-10-09 9:07 ` Jing Zhang
2024-10-29 16:15 ` [PATCH 0/3] perf/dwc_pcie: Enable DesignWare PCIe PMU on Ampere SoCs Will Deacon
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=202410100508.l5fTQewL-lkp@intel.com \
--to=lkp@intel.com \
--cc=ilkka@os.amperecomputing.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=renyu.zj@linux.alibaba.com \
--cc=will@kernel.org \
--cc=xueshuai@linux.alibaba.com \
/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;
as well as URLs for NNTP newsgroup(s).