linux-kernel-mentees.lists.linuxfoundation.org archive mirror
 help / color / mirror / Atom feed
From: "Xia, Hui" <hui.xia@intel.com>
To: Bjorn Helgaas <helgaas@kernel.org>, lkp <lkp@intel.com>
Cc: "kbuild-all@lists.01.org" <kbuild-all@lists.01.org>,
	Vaibhav Gupta <vaibhavgupta40@gmail.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-ide@vger.kernel.org" <linux-ide@vger.kernel.org>,
	"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
	"linux-kernel-mentees@lists.linuxfoundation.org"
	<linux-kernel-mentees@lists.linuxfoundation.org>,
	"David S. Miller" <davem@davemloft.net>
Subject: Re: [Linux-kernel-mentees] [kbuild-all] Re: [PATCH v1 1/4] ide: use generic power management
Date: Mon, 29 Jun 2020 13:53:49 +0000	[thread overview]
Message-ID: <MN2PR11MB4064B8C29026DD76FA1B1998E56E0@MN2PR11MB4064.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20200626153500.GA2895752@bjorn-Precision-5520>



>-----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
_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

  reply	other threads:[~2020-06-29 13:53 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-24 17:28 [Linux-kernel-mentees] [PATCH v1 0/4] drivers: ide: use generic power management Vaibhav Gupta
2020-06-24 17:28 ` [Linux-kernel-mentees] [PATCH v1 1/4] " Vaibhav Gupta
2020-06-24 22:14   ` kernel test robot
2020-06-26 15:35     ` Bjorn Helgaas
2020-06-29 13:53       ` Xia, Hui [this message]
2020-06-24 17:28 ` [Linux-kernel-mentees] [PATCH v1 2/4] ide: triflex: " Vaibhav Gupta
2020-06-24 17:28 ` [Linux-kernel-mentees] [PATCH v1 3/4] ide: sc1200: " Vaibhav Gupta
2020-06-24 17:28 ` [Linux-kernel-mentees] [PATCH v1 4/4] ide: delkin_cb: " Vaibhav Gupta

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=MN2PR11MB4064B8C29026DD76FA1B1998E56E0@MN2PR11MB4064.namprd11.prod.outlook.com \
    --to=hui.xia@intel.com \
    --cc=davem@davemloft.net \
    --cc=helgaas@kernel.org \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel-mentees@lists.linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lkp@intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=vaibhavgupta40@gmail.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).