* Re: [PATCH v1 1/4] ide: use generic power management [not found] <20200624172857.60915-2-vaibhavgupta40@gmail.com> @ 2020-06-24 22:14 ` kernel test robot 2020-06-26 15:35 ` Bjorn Helgaas 0 siblings, 1 reply; 3+ messages in thread From: kernel test robot @ 2020-06-24 22:14 UTC (permalink / raw) To: Vaibhav Gupta, Bjorn Helgaas, bjorn, Vaibhav Gupta, David S. Miller Cc: kbuild-all, netdev, linux-kernel, linux-kernel-mentees, skhan, linux-ide [-- Attachment #1: Type: text/plain, Size: 1434 bytes --] Hi Vaibhav, Thank you for the patch! Yet something to improve: [auto build test ERROR on ide/master] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use as documented in https://git-scm.com/docs/git-format-patch] url: https://github.com/0day-ci/linux/commits/Vaibhav-Gupta/drivers-ide-use-generic-power-management/20200625-013242 base: https://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git master config: x86_64-randconfig-a004-20200624 (attached as .config) compiler: gcc-9 (Debian 9.3.0-13) 9.3.0 reproduce (this is a W=1 build): # save the attached .config to linux build tree make W=1 ARCH=x86_64 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 >>, old ones prefixed by <<): >> ERROR: modpost: "ide_pci_pm_ops" [drivers/ide/ide-pci-generic.ko] undefined! >> ERROR: modpost: "ide_pci_pm_ops" [drivers/ide/serverworks.ko] undefined! >> ERROR: modpost: "ide_pci_pm_ops" [drivers/ide/piix.ko] undefined! >> ERROR: modpost: "ide_pci_pm_ops" [drivers/ide/pdc202xx_old.ko] undefined! >> ERROR: modpost: "ide_pci_pm_ops" [drivers/ide/ns87415.ko] undefined! >> ERROR: modpost: "ide_pci_pm_ops" [drivers/ide/hpt366.ko] undefined! --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org [-- Attachment #2: .config.gz --] [-- Type: application/gzip, Size: 32219 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v1 1/4] ide: use generic power management 2020-06-24 22:14 ` [PATCH v1 1/4] ide: use generic power management kernel test robot @ 2020-06-26 15:35 ` Bjorn Helgaas 2020-06-29 13:53 ` [kbuild-all] " Xia, Hui 0 siblings, 1 reply; 3+ messages in thread From: Bjorn Helgaas @ 2020-06-26 15:35 UTC (permalink / raw) To: kernel test robot Cc: Vaibhav Gupta, bjorn, Vaibhav Gupta, David S. Miller, kbuild-all, netdev, linux-kernel, linux-kernel-mentees, skhan, linux-ide On Thu, Jun 25, 2020 at 06:14:09AM +0800, kernel test robot wrote: > Hi Vaibhav, > > Thank you for the patch! Yet something to improve: > > [auto build test ERROR on ide/master] > [If your patch is applied to the wrong git tree, kindly drop us a note. > And when submitting patch, we suggest to use as documented in > https://git-scm.com/docs/git-format-patch] > > url: https://github.com/0day-ci/linux/commits/Vaibhav-Gupta/drivers-ide-use-generic-power-management/20200625-013242 > base: https://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git master > config: x86_64-randconfig-a004-20200624 (attached as .config) This auto build testing is a great service, but is there any way to tweak the info above to make it easier to reproduce the problem? I tried to checkout the source that caused these errors, but failed. This is probably because I'm not a git expert, but maybe others are in the same boat. For example, I tried: $ git remote add kbuild https://github.com/0day-ci/linux/commits/Vaibhav-Gupta/drivers-ide-use-generic-power-management/20200625-013242 $ git fetch kbuild fatal: repository 'https://github.com/0day-ci/linux/commits/Vaibhav-Gupta/drivers-ide-use-generic-power-management/20200625-013242/' not found I also visited the github URL in a browser, and I'm sure there must be information there that would let me fetch the source, but I don't know enough about github to find it. The report doesn't include a SHA1, so even if I *did* manage to fetch the sources, I wouldn't be able to validate they were the *correct* ones. > compiler: gcc-9 (Debian 9.3.0-13) 9.3.0 > reproduce (this is a W=1 build): > # save the attached .config to linux build tree > make W=1 ARCH=x86_64 > > 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 >>, old ones prefixed by <<): > > >> ERROR: modpost: "ide_pci_pm_ops" [drivers/ide/ide-pci-generic.ko] undefined! > >> ERROR: modpost: "ide_pci_pm_ops" [drivers/ide/serverworks.ko] undefined! > >> ERROR: modpost: "ide_pci_pm_ops" [drivers/ide/piix.ko] undefined! > >> ERROR: modpost: "ide_pci_pm_ops" [drivers/ide/pdc202xx_old.ko] undefined! > >> ERROR: modpost: "ide_pci_pm_ops" [drivers/ide/ns87415.ko] undefined! > >> ERROR: modpost: "ide_pci_pm_ops" [drivers/ide/hpt366.ko] undefined! > > --- > 0-DAY CI Kernel Test Service, Intel Corporation > https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org ^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [kbuild-all] Re: [PATCH v1 1/4] ide: use generic power management 2020-06-26 15:35 ` Bjorn Helgaas @ 2020-06-29 13:53 ` Xia, Hui 0 siblings, 0 replies; 3+ messages in thread From: Xia, Hui @ 2020-06-29 13:53 UTC (permalink / raw) To: Bjorn Helgaas, lkp Cc: Vaibhav Gupta, bjorn@helgaas.com, Vaibhav Gupta, David S. Miller, kbuild-all@lists.01.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kernel-mentees@lists.linuxfoundation.org, skhan@linuxfoundation.org, linux-ide@vger.kernel.org >-----Original Message----- >From: Bjorn Helgaas <helgaas@kernel.org> >Sent: 2020年6月26日 23:35 >To: lkp <lkp@intel.com> >Cc: Vaibhav Gupta <vaibhavgupta40@gmail.com>; bjorn@helgaas.com; Vaibhav >Gupta <vaibhav.varodek@gmail.com>; David S. Miller <davem@davemloft.net>; >kbuild-all@lists.01.org; netdev@vger.kernel.org; linux-kernel@vger.kernel.org; >linux-kernel-mentees@lists.linuxfoundation.org; skhan@linuxfoundation.org; >linux-ide@vger.kernel.org >Subject: [kbuild-all] Re: [PATCH v1 1/4] ide: use generic power management > >On Thu, Jun 25, 2020 at 06:14:09AM +0800, kernel test robot wrote: >> Hi Vaibhav, >> >> Thank you for the patch! Yet something to improve: >> >> [auto build test ERROR on ide/master] >> [If your patch is applied to the wrong git tree, kindly drop us a note. >> And when submitting patch, we suggest to use as documented in >> https://git-scm.com/docs/git-format-patch] >> >> url: https://github.com/0day-ci/linux/commits/Vaibhav-Gupta/drivers-ide- >use-generic-power-management/20200625-013242 >> base: https://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git master >> config: x86_64-randconfig-a004-20200624 (attached as .config) > >This auto build testing is a great service, but is there any way to tweak the info >above to make it easier to reproduce the problem? > >I tried to checkout the source that caused these errors, but failed. >This is probably because I'm not a git expert, but maybe others are in the same >boat. For example, I tried: > > $ git remote add kbuild https://github.com/0day-ci/linux/commits/Vaibhav- >Gupta/drivers-ide-use-generic-power-management/20200625-013242 > $ git fetch kbuild > fatal: repository 'https://github.com/0day-ci/linux/commits/Vaibhav- >Gupta/drivers-ide-use-generic-power-management/20200625-013242/' not >found > >I also visited the github URL in a browser, and I'm sure there must be information >there that would let me fetch the source, but I don't know enough about github >to find it. > >The report doesn't include a SHA1, so even if I *did* manage to fetch the sources, >I wouldn't be able to validate they were the *correct* ones. Hi Bjorn, Please try: $ git remote add kbuild https://github.com/0day-ci/linux.git $ git fetch kbuild $ git checkout 1835cfb6a85a52c4c7459e163d2c850e8b71ce9f The commit sha1 1835cfb6a85a52c4c7459e163d2c850e8b71ce9f could be found in web page at https://github.com/0day-ci/linux/commits/Vaibhav-Gupta/drivers-ide-use-generic-power-management/20200625-013242 We will enhance the report information to make it easier to fetch the source code. Thanks for reporting. > >> compiler: gcc-9 (Debian 9.3.0-13) 9.3.0 reproduce (this is a W=1 >> build): >> # save the attached .config to linux build tree >> make W=1 ARCH=x86_64 >> >> 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 >>, old ones prefixed by <<): >> >> >> ERROR: modpost: "ide_pci_pm_ops" [drivers/ide/ide-pci-generic.ko] >undefined! >> >> ERROR: modpost: "ide_pci_pm_ops" [drivers/ide/serverworks.ko] undefined! >> >> ERROR: modpost: "ide_pci_pm_ops" [drivers/ide/piix.ko] undefined! >> >> ERROR: modpost: "ide_pci_pm_ops" [drivers/ide/pdc202xx_old.ko] >undefined! >> >> ERROR: modpost: "ide_pci_pm_ops" [drivers/ide/ns87415.ko] undefined! >> >> ERROR: modpost: "ide_pci_pm_ops" [drivers/ide/hpt366.ko] undefined! >> >> --- >> 0-DAY CI Kernel Test Service, Intel Corporation >> https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org > >_______________________________________________ >kbuild-all mailing list -- kbuild-all@lists.01.org To unsubscribe send an email to >kbuild-all-leave@lists.01.org ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-06-29 19:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20200624172857.60915-2-vaibhavgupta40@gmail.com>
2020-06-24 22:14 ` [PATCH v1 1/4] ide: use generic power management kernel test robot
2020-06-26 15:35 ` Bjorn Helgaas
2020-06-29 13:53 ` [kbuild-all] " Xia, Hui
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox