From: Bjorn Helgaas <helgaas@kernel.org>
To: Nathan Chancellor <nathan@kernel.org>
Cc: kernel test robot <lkp@intel.com>,
YueHaibing <yuehaibing@huawei.com>,
kbuild-all@lists.01.org, linux-pci@vger.kernel.org
Subject: Re: [helgaas-pci:for-linus 4/4] drivers/pci/controller/pci-hyperv.c:1486:9: error: implicit declaration of function 'hv_set_msi_entry_from_desc'
Date: Thu, 31 Mar 2022 10:18:39 -0500 [thread overview]
Message-ID: <20220331151839.GA10149@bhelgaas> (raw)
In-Reply-To: <YkTeyaGRutWCrZoE@thelio-3990X>
On Wed, Mar 30, 2022 at 03:50:49PM -0700, Nathan Chancellor wrote:
> On Thu, Mar 31, 2022 at 06:43:32AM +0800, kernel test robot wrote:
> > tree: https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git for-linus
> > head: 18146f25ac6695ce2ed09503de46dafd2b1f36a6
> > commit: 18146f25ac6695ce2ed09503de46dafd2b1f36a6 [4/4] PCI: hv: Remove unused hv_set_msi_entry_from_desc()
> > config: arm64-allyesconfig (https://download.01.org/0day-ci/archive/20220331/202203310629.C8KmndLW-lkp@intel.com/config)
> > compiler: aarch64-linux-gcc (GCC) 11.2.0
> > reproduce (this is a W=1 build):
> > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
> > chmod +x ~/bin/make.cross
> > # https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git/commit/?id=18146f25ac6695ce2ed09503de46dafd2b1f36a6
> > git remote add helgaas-pci https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
> > git fetch --no-tags helgaas-pci for-linus
> > git checkout 18146f25ac6695ce2ed09503de46dafd2b1f36a6
> > # save the config file to linux build tree
> > mkdir build_dir
> > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=arm64 SHELL=/bin/bash
> >
> > 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 >>):
> >
> > drivers/pci/controller/pci-hyperv.c: In function 'hv_irq_unmask':
> > >> drivers/pci/controller/pci-hyperv.c:1486:9: error: implicit declaration of function 'hv_set_msi_entry_from_desc' [-Werror=implicit-function-declaration]
> > 1486 | hv_set_msi_entry_from_desc(¶ms->int_entry.msi_entry, msi_desc);
> > | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> > cc1: some warnings being treated as errors
>
> 18146f25ac66 ("PCI: hv: Remove unused hv_set_msi_entry_from_desc()")
> does not have d06957d7a692 ("PCI: hv: Avoid the retarget interrupt
> hypercall in irq_unmask() on ARM64") as a parent, since it is only in
> mainline with no tag, whereas 18146f25ac66 is based on v5.17-rc7, which
> does not have the problem that 18146f25ac66 addresses.
>
> I think that rebasing the pending fixes on the 5.18 PCI changes would
> properly resolve this.
Yep, sorry, I blew it. I rebased my for-linus branch to 148a65047695
("Merge tag 'pci-v5.18-changes' of
git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci"), which
does have d06957d7a692, and added this fix (PCI: hv: Remove unused
hv_set_msi_entry_from_desc()).
prev parent reply other threads:[~2022-03-31 15:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-30 22:43 [helgaas-pci:for-linus 4/4] drivers/pci/controller/pci-hyperv.c:1486:9: error: implicit declaration of function 'hv_set_msi_entry_from_desc' kernel test robot
2022-03-30 22:50 ` Nathan Chancellor
2022-03-31 15:18 ` Bjorn Helgaas [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=20220331151839.GA10149@bhelgaas \
--to=helgaas@kernel.org \
--cc=kbuild-all@lists.01.org \
--cc=linux-pci@vger.kernel.org \
--cc=lkp@intel.com \
--cc=nathan@kernel.org \
--cc=yuehaibing@huawei.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).