From: kernel test robot <lkp@intel.com>
To: Yuanchu Xie <yuanchu@google.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: oe-kbuild-all@lists.linux.dev, Wei Liu <liuwe@microsoft.com>,
Rob Bradford <rbradford@rivosinc.com>,
Theodore Ts'o <tytso@mit.edu>,
Pasha Tatashin <pasha.tatashin@soleen.com>,
linux-kernel@vger.kernel.org, linux-mm@kvack.org,
virtualization@lists.linux.dev, dev@lists.cloudhypervisor.org,
Yuanchu Xie <yuanchu@google.com>
Subject: Re: [PATCH v4 1/2] virt: pvmemcontrol: control guest physical memory properties
Date: Thu, 24 Oct 2024 06:57:13 +0800 [thread overview]
Message-ID: <202410240605.Hr0JFxmp-lkp@intel.com> (raw)
In-Reply-To: <20241021204849.1580384-1-yuanchu@google.com>
Hi Yuanchu,
kernel test robot noticed the following build errors:
[auto build test ERROR on linus/master]
[also build test ERROR on v6.12-rc4 next-20241023]
[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/Yuanchu-Xie/virt-pvmemcontrol-add-Yuanchu-and-Pasha-as-maintainers/20241022-045035
base: linus/master
patch link: https://lore.kernel.org/r/20241021204849.1580384-1-yuanchu%40google.com
patch subject: [PATCH v4 1/2] virt: pvmemcontrol: control guest physical memory properties
config: powerpc-randconfig-002-20241024 (https://download.01.org/0day-ci/archive/20241024/202410240605.Hr0JFxmp-lkp@intel.com/config)
compiler: powerpc-linux-gcc (GCC) 14.1.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241024/202410240605.Hr0JFxmp-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/202410240605.Hr0JFxmp-lkp@intel.com/
All error/warnings (new ones prefixed by >>):
>> drivers/virt/pvmemcontrol/pvmemcontrol.c:455:1: warning: data definition has no type or storage class
455 | module_pci_driver(pvmemcontrol_pci_driver);
| ^~~~~~~~~~~~~~~~~
>> drivers/virt/pvmemcontrol/pvmemcontrol.c:455:1: error: type defaults to 'int' in declaration of 'module_pci_driver' [-Wimplicit-int]
>> drivers/virt/pvmemcontrol/pvmemcontrol.c:455:1: error: parameter names (without types) in function declaration [-Wdeclaration-missing-parameter-type]
>> drivers/virt/pvmemcontrol/pvmemcontrol.c:449:26: warning: 'pvmemcontrol_pci_driver' defined but not used [-Wunused-variable]
449 | static struct pci_driver pvmemcontrol_pci_driver = {
| ^~~~~~~~~~~~~~~~~~~~~~~
vim +455 drivers/virt/pvmemcontrol/pvmemcontrol.c
448
> 449 static struct pci_driver pvmemcontrol_pci_driver = {
450 .name = "pvmemcontrol",
451 .id_table = pvmemcontrol_pci_id_tbl,
452 .probe = pvmemcontrol_pci_probe,
453 .remove = pvmemcontrol_pci_remove,
454 };
> 455 module_pci_driver(pvmemcontrol_pci_driver);
456
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
prev parent reply other threads:[~2024-10-23 22:57 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-21 20:48 Yuanchu Xie
2024-10-21 20:48 ` [PATCH v4 2/2] virt: pvmemcontrol: add Yuanchu and Pasha as maintainers Yuanchu Xie
2024-10-22 5:18 ` [PATCH v4 1/2] virt: pvmemcontrol: control guest physical memory properties Greg Kroah-Hartman
2024-10-23 12:09 ` kernel test robot
2024-10-23 22:57 ` kernel 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=202410240605.Hr0JFxmp-lkp@intel.com \
--to=lkp@intel.com \
--cc=dev@lists.cloudhypervisor.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=liuwe@microsoft.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=pasha.tatashin@soleen.com \
--cc=rbradford@rivosinc.com \
--cc=tytso@mit.edu \
--cc=virtualization@lists.linux.dev \
--cc=yuanchu@google.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