From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757566AbZAMRvm (ORCPT ); Tue, 13 Jan 2009 12:51:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752910AbZAMRv3 (ORCPT ); Tue, 13 Jan 2009 12:51:29 -0500 Received: from accolon.hansenpartnership.com ([76.243.235.52]:49406 "EHLO accolon.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751900AbZAMRv1 (ORCPT ); Tue, 13 Jan 2009 12:51:27 -0500 Subject: Re: [PATCH] next-20090113 - scsi_debug fails with CONFIG_CRC_T10DIF=n From: James Bottomley To: Kamalesh Babulal Cc: Stephen Rothwell , linux-next@vger.kernel.org, LKML , linux-scsi@vger.kernel.org In-Reply-To: <20090113130215.GD2364@linux.vnet.ibm.com> References: <20090113175145.cdfa9c6a.sfr@canb.auug.org.au> <20090113130215.GD2364@linux.vnet.ibm.com> Content-Type: text/plain Date: Tue, 13 Jan 2009 11:51:24 -0600 Message-Id: <1231869084.4519.22.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 (2.22.3.1-1.fc9) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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