From: kbuild test robot <lkp@intel.com>
To: Yicong Yang <yangyicong@hisilicon.com>
Cc: kbuild-all@lists.01.org, helgaas@kernel.org,
linux-pci@vger.kernel.org, f.fangjian@huawei.com
Subject: Re: [PATCH] PCI: Improve link speed presentation process
Date: Thu, 16 Jan 2020 15:45:53 +0800 [thread overview]
Message-ID: <202001161542.CdWrJ2ZG%lkp@intel.com> (raw)
In-Reply-To: <1578989494-20583-1-git-send-email-yangyicong@hisilicon.com>
[-- Attachment #1: Type: text/plain, Size: 1666 bytes --]
Hi Yicong,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on pci/next]
[also build test ERROR on v5.5-rc6 next-20200110]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system. BTW, we also suggest to use '--base' option to specify the
base tree in git format-patch, please see https://stackoverflow.com/a/37406982]
url: https://github.com/0day-ci/linux/commits/Yicong-Yang/PCI-Improve-link-speed-presentation-process/20200114-163536
base: https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next
config: ia64-allnoconfig (attached as .config)
compiler: ia64-linux-gcc (GCC) 7.5.0
reproduce:
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
GCC_VERSION=7.5.0 make.cross ARCH=ia64
If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
drivers/pci/pci-sysfs.o: In function `max_link_speed_show':
>> pci-sysfs.c:(.text+0x1e01): undefined reference to `pci_bus_speed_strings'
pci-sysfs.c:(.text+0x1e10): undefined reference to `pci_bus_speed_strings'
drivers/pci/pci-sysfs.o: In function `current_link_speed_show':
pci-sysfs.c:(.text+0x2070): undefined reference to `pci_bus_speed_strings'
pci-sysfs.c:(.text+0x2080): undefined reference to `pci_bus_speed_strings'
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 6389 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: kbuild test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH] PCI: Improve link speed presentation process
Date: Thu, 16 Jan 2020 15:45:53 +0800 [thread overview]
Message-ID: <202001161542.CdWrJ2ZG%lkp@intel.com> (raw)
In-Reply-To: <1578989494-20583-1-git-send-email-yangyicong@hisilicon.com>
[-- Attachment #1: Type: text/plain, Size: 1703 bytes --]
Hi Yicong,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on pci/next]
[also build test ERROR on v5.5-rc6 next-20200110]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system. BTW, we also suggest to use '--base' option to specify the
base tree in git format-patch, please see https://stackoverflow.com/a/37406982]
url: https://github.com/0day-ci/linux/commits/Yicong-Yang/PCI-Improve-link-speed-presentation-process/20200114-163536
base: https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next
config: ia64-allnoconfig (attached as .config)
compiler: ia64-linux-gcc (GCC) 7.5.0
reproduce:
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
GCC_VERSION=7.5.0 make.cross ARCH=ia64
If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
drivers/pci/pci-sysfs.o: In function `max_link_speed_show':
>> pci-sysfs.c:(.text+0x1e01): undefined reference to `pci_bus_speed_strings'
pci-sysfs.c:(.text+0x1e10): undefined reference to `pci_bus_speed_strings'
drivers/pci/pci-sysfs.o: In function `current_link_speed_show':
pci-sysfs.c:(.text+0x2070): undefined reference to `pci_bus_speed_strings'
pci-sysfs.c:(.text+0x2080): undefined reference to `pci_bus_speed_strings'
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org Intel Corporation
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 6389 bytes --]
next prev parent reply other threads:[~2020-01-16 7:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-14 8:11 [PATCH] PCI: Improve link speed presentation process Yicong Yang
2020-01-14 22:49 ` Bjorn Helgaas
2020-01-16 7:45 ` kbuild test robot [this message]
2020-01-16 7:45 ` kbuild test robot
2020-01-16 9:42 ` Yicong Yang
2020-01-16 9:42 ` Yicong Yang
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=202001161542.CdWrJ2ZG%lkp@intel.com \
--to=lkp@intel.com \
--cc=f.fangjian@huawei.com \
--cc=helgaas@kernel.org \
--cc=kbuild-all@lists.01.org \
--cc=linux-pci@vger.kernel.org \
--cc=yangyicong@hisilicon.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 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.