From: Philip Li <philip.li@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [RFC PATCH linux-stable-rc] scsi: lpfc: lpfc_defer_pt2pt_acc can be static
Date: Wed, 25 Nov 2020 07:15:50 +0800 [thread overview]
Message-ID: <20201124231550.GA1231@intel.com> (raw)
In-Reply-To: <X70+Gh34uU8mZwT/@kroah.com>
[-- Attachment #1: Type: text/plain, Size: 1863 bytes --]
On Tue, Nov 24, 2020 at 06:08:42PM +0100, Greg Kroah-Hartman wrote:
> On Tue, Nov 24, 2020 at 06:37:55AM -0800, James Smart wrote:
> > On 11/22/2020 12:40 PM, kernel test robot wrote:
> > >
> > > Fixes: 6b8fbd9b2db0 ("scsi: lpfc: Fix pt2pt discovery on SLI3 HBAs")
> > > Reported-by: kernel test robot <lkp@intel.com>
> > > Signed-off-by: kernel test robot <lkp@intel.com>
> > > ---
> > > lpfc_nportdisc.c | 2 +-
> > > 1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/drivers/scsi/lpfc/lpfc_nportdisc.c b/drivers/scsi/lpfc/lpfc_nportdisc.c
> > > index 2a340624bfc99b..0bd7b2048ec065 100644
> > > --- a/drivers/scsi/lpfc/lpfc_nportdisc.c
> > > +++ b/drivers/scsi/lpfc/lpfc_nportdisc.c
> > > @@ -286,7 +286,7 @@ lpfc_els_abort(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp)
> > > * This routine is only called if we are SLI3, direct connect pt2pt
> > > * mode and the remote NPort issues the PLOGI after link up.
> > > */
> > > -void
> > > +static void
> > > lpfc_defer_pt2pt_acc(struct lpfc_hba *phba, LPFC_MBOXQ_t *link_mbox)
> > > {
> > > LPFC_MBOXQ_t *login_mbox;
> > >
> >
> > Patch was already accepted:
> >
> > f7cb0d0945eb scsi: lpfc: Make function lpfc_defer_pt2pt_acc static
> >
> > Please merge.
>
> Foolish sparse warnings like this are not needed in stable, I have no
> idea why the kernel test bot keeps trying to do stuff like this.
Got it, Greg, we will avoid reporting this type sparse warning on stable.
If any other sparse warnings are also not that meaningful for stable, kindly
let us know and we will continue improve the testing.
Thanks for your feedback.
>
> greg k-h
> _______________________________________________
> kbuild-all mailing list -- kbuild-all(a)lists.01.org
> To unsubscribe send an email to kbuild-all-leave(a)lists.01.org
prev parent reply other threads:[~2020-11-24 23:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-22 20:40 [linux-stable-rc:linux-5.4.y 1860/3341] drivers/scsi/lpfc/lpfc_nportdisc.c:290:1: sparse: sparse: symbol 'lpfc_defer_pt2pt_acc' was not declared. Should it be kernel test robot
2020-11-22 20:40 ` [RFC PATCH linux-stable-rc] scsi: lpfc: lpfc_defer_pt2pt_acc can be static kernel test robot
2020-11-24 14:37 ` James Smart
2020-11-24 17:08 ` Greg Kroah-Hartman
2020-11-24 23:15 ` Philip Li [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=20201124231550.GA1231@intel.com \
--to=philip.li@intel.com \
--cc=kbuild-all@lists.01.org \
/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.