From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Bottomley Subject: Re: linux-next: build failure after merge of the scsi-mkp tree Date: Mon, 27 Feb 2017 07:25:41 -0800 Message-ID: <1488209141.20926.1.camel@HansenPartnership.com> References: <20170222134119.42f26068@canb.auug.org.au> <20170223080639.753ac411@canb.auug.org.au> <20170227125445.77571c8b@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20170227125445.77571c8b@canb.auug.org.au> Sender: linux-kernel-owner@vger.kernel.org To: Stephen Rothwell Cc: "Martin K. Petersen" , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, James Smart , Dick Kennedy , Hannes Reinecke List-Id: linux-next.vger.kernel.org On Mon, 2017-02-27 at 12:54 +1100, Stephen Rothwell wrote: > Hi James, > > On Thu, 23 Feb 2017 08:06:39 +1100 Stephen Rothwell < > sfr@canb.auug.org.au> wrote: > > > > On Wed, 22 Feb 2017 13:41:19 +1100 Stephen Rothwell < > > sfr@canb.auug.org.au> wrote: > > > > > > After merging the scsi-mkp tree, today's linux-next build > > > (powerpc > > > ppc64_defconfig) failed like this: > > > > > > ERROR: ".nvme_fc_unregister_remoteport" > > > [drivers/scsi/lpfc/lpfc.ko] undefined! > > > ERROR: ".nvme_fc_unregister_localport" > > > [drivers/scsi/lpfc/lpfc.ko] undefined! > > > ERROR: ".nvmet_fc_rcv_ls_req" [drivers/scsi/lpfc/lpfc.ko] > > > undefined! > > > ERROR: ".nvmet_fc_rcv_fcp_req" [drivers/scsi/lpfc/lpfc.ko] > > > undefined! > > > ERROR: ".nvme_fc_register_localport" [drivers/scsi/lpfc/lpfc.ko] > > > undefined! > > > ERROR: ".nvme_fc_register_remoteport" [drivers/scsi/lpfc/lpfc.ko] > > > undefined! > > > ERROR: ".nvmet_fc_register_targetport" > > > [drivers/scsi/lpfc/lpfc.ko] undefined! > > > ERROR: ".nvmet_fc_unregister_targetport" > > > [drivers/scsi/lpfc/lpfc.ko] undefined! > > > > > > Caused by commit > > > > > > 462896e1808c ("scsi: lpfc: NVME Initiator: bind to nvme_fc > > > api") > > > > > > # CONFIG_NVME_FC is not set > > > > > > Presumably a missing dependency. > > > > > > I have used the scsi-mkp from next-20170221 for today. > > > > Unfortunately, you have just merged this build failure into the > > scsi tree :-( > > > > James Smart has posted a fix: > > > > "[PATCH v2] lpfc: add missing Kconfig NVME dependencies" > > I am still getting this failure in the scsi tree even though a fix > has been merged into the scsi-mkp tree a few days ago. Sorry, was in meeting hell for the last part of last week. Everything should be up to date now. The final pull for all of this should go out Wed/Thu to give 0day a good run at the tree. James