From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Bottomley Subject: Re: [PATCH] next-20090113 - scsi_debug fails with CONFIG_CRC_T10DIF=n Date: Tue, 13 Jan 2009 11:51:24 -0600 Message-ID: <1231869084.4519.22.camel@localhost.localdomain> References: <20090113175145.cdfa9c6a.sfr@canb.auug.org.au> <20090113130215.GD2364@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20090113130215.GD2364@linux.vnet.ibm.com> Sender: linux-scsi-owner@vger.kernel.org To: Kamalesh Babulal Cc: Stephen Rothwell , linux-next@vger.kernel.org, LKML , linux-scsi@vger.kernel.org List-Id: linux-next.vger.kernel.org On Tue, 2009-01-13 at 18:32 +0530, Kamalesh Babulal wrote: > Hi Stephen, > > next-20090113 kernel randconfig fails with > > ERROR: "crc_t10dif" [drivers/scsi/scsi_debug.ko] undefined! > make[1]: *** [__modpost] Error 1 > > Impact: Fix the dependency of scsi_debug on crc-t10dif library > > scsi_debug calls the functions exported by crc-t10dif library, > adding dependency to select CONFIG_CRC_T10DIF > > Signed-off-by: Kamalesh Babulal Already spotted by randy: http://git.kernel.org/?p=linux/kernel/git/jejb/scsi-misc-2.6.git;a=commit;h=37b1261d045f0b0be09fa1d51efac726385da105 James