Re: [PATCH 3/5] PCI: Move pci_dev_is/assign_added() to pci.h
From: Niklas Schnelle <schnelle@linux.ibm.com>
Date: 2021-09-07 08:15:17
Also in:
linux-s390, lkml, oe-kbuild-all
On Tue, 2021-09-07 at 10:51 +0300, Andy Shevchenko wrote:
On Tue, Sep 7, 2021 at 3:26 AM kernel test robot [off-list ref] wrote:quoted
Hi Niklas, I love your patch! Yet something to improve: [auto build test ERROR on s390/features] [also build test ERROR on next-20210906] [cannot apply to pci/next powerpc/next v5.14] [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] url: https://github.com/0day-ci/linux/commits/Niklas-Schnelle/s390-pci-automatic-error-recovery/20210906-175309 base: https://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git features config: i386-allyesconfig (attached as .config) compiler: gcc-9 (Debian 9.3.0-22) 9.3.0 reproduce (this is a W=1 build): # https://github.com/0day-ci/linux/commit/404ed8c00a612e7ae31c50557c80c6726c464863 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Niklas-Schnelle/s390-pci-automatic-error-recovery/20210906-175309 git checkout 404ed8c00a612e7ae31c50557c80c6726c464863 # save the attached .config to linux build tree make W=1 ARCH=i386 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <redacted> All errors (new ones prefixed by >>):Obviously drivers/pci/pci.h is not only for the above. When play with headers always do two test builds: allyesconfig and allmodconfig.
You're right and additionally have to built on some other architectures as well because allyesconfig and allmodconfig both run through fine on s390. I'll look into it but at first glance it looks like I was over reaching removing the include from drivers/pci/hotplug/acpiphp_glue.c in addition it's not even the same kind of awkward relative include from drivers into arch code. Sorry about that.