From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751518AbdB0PqK (ORCPT ); Mon, 27 Feb 2017 10:46:10 -0500 Received: from bedivere.hansenpartnership.com ([66.63.167.143]:35612 "EHLO bedivere.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751441AbdB0PqJ (ORCPT ); Mon, 27 Feb 2017 10:46:09 -0500 Message-ID: <1488209141.20926.1.camel@HansenPartnership.com> Subject: Re: linux-next: build failure after merge of the scsi-mkp tree From: James Bottomley To: Stephen Rothwell Cc: "Martin K. Petersen" , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, James Smart , Dick Kennedy , Hannes Reinecke Date: Mon, 27 Feb 2017 07:25:41 -0800 In-Reply-To: <20170227125445.77571c8b@canb.auug.org.au> References: <20170222134119.42f26068@canb.auug.org.au> <20170223080639.753ac411@canb.auug.org.au> <20170227125445.77571c8b@canb.auug.org.au> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.16.5 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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