From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fengguang Wu Subject: Re: ERROR: "target_emulate_set_target_port_groups" [drivers/target/target_core_pscsi.ko] undefined! Date: Wed, 13 Jun 2012 12:24:29 +0800 Message-ID: <20120613042429.GB25842@localhost> References: <20120613023816.GA24955@localhost> <1339560582.13709.234.camel@haakon2.linux-iscsi.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mga11.intel.com ([192.55.52.93]:33253 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750717Ab2FMEYf (ORCPT ); Wed, 13 Jun 2012 00:24:35 -0400 Content-Disposition: inline In-Reply-To: <1339560582.13709.234.camel@haakon2.linux-iscsi.org> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: "Nicholas A. Bellinger" Cc: Christoph Hellwig , linux-scsi@vger.kernel.org, target-devel@vger.kernel.org On Tue, Jun 12, 2012 at 09:09:42PM -0700, Nicholas A. Bellinger wrote: > Hi Wu! > > On Wed, 2012-06-13 at 10:38 +0800, wfg@linux.intel.com wrote: > > FYI, kernel build failed on > > > > tree: git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git for-next > > head: 414e7417f737b31a8e442214bcd6b2e9333761fd > > commit: e6baaa4223317089ac1f35d476a42976f01fe375 [5/15] target: add a pase_cdb method to the backend drivers > > config: i386-allmodconfig (attached as .config) > > > > All related error/warning messages are: > > > > ERROR: "target_emulate_set_target_port_groups" [drivers/target/target_core_pscsi.ko] undefined! > > ERROR: "target_emulate_report_target_port_groups" [drivers/target/target_core_pscsi.ko] undefined! > > > > --- > > 0-DAY kernel build testing backend Open Source Technology Centre > > Fengguang Wu Intel Corporation > > So the code in question ends up getting removed in the next patch: > > [6/15] pscsi: stop parsing most commands > > but as you've noticed this series is not cleanly bisectable.. Right. I'm build testing every single commit to make linux more bisectable ;-) > I'll go ahead and drop this problematic piece of code from patch #5 and > respin target-pending/for-next shortly. Great, thank you for fixing it! Fengguang