All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
	linux-scsi@vger.kernel.org
Subject: [PATCH] next-20090113 - scsi_debug fails with CONFIG_CRC_T10DIF=n
Date: Tue, 13 Jan 2009 18:32:15 +0530	[thread overview]
Message-ID: <20090113130215.GD2364@linux.vnet.ibm.com> (raw)
In-Reply-To: <20090113175145.cdfa9c6a.sfr@canb.auug.org.au>

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 <kamalesh@linux.vnet.ibm.com>
---
 drivers/scsi/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
old mode 100644
new mode 100755
index d25d21e..32ccf96
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -1535,6 +1535,7 @@ config SCSI_NSP32
 config SCSI_DEBUG
 	tristate "SCSI debugging host simulator"
 	depends on SCSI
+	select CRC_T10DIF
 	help
 	  This is a host adapter simulator that can simulate multiple hosts
 	  each with multiple dummy SCSI devices (disks). It defaults to one
-- 
Thanks & Regards,
Kamalesh Babulal,
Linux Technology Center,
IBM, ISTL.

  parent reply	other threads:[~2009-01-13 13:02 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-13  6:51 linux-next: Tree for January 13 Stephen Rothwell
2009-01-13 11:30 ` [BUILD-FAILURE] next-20090113 - powerpc - kernel/idle.c fails at cpu_idle() Kamalesh Babulal
2009-01-13 23:18   ` Stephen Rothwell
2009-01-13 23:18     ` Stephen Rothwell
2009-01-13 12:03 ` [BUILD-FAILURE] next-20090113 - drivers/scsi/aha1542.c builds with CONFIG_PPC=y Kamalesh Babulal
2009-01-13 17:50   ` James Bottomley
2009-01-13 23:19   ` Stephen Rothwell
2009-01-13 23:19     ` Stephen Rothwell
2009-01-13 23:19     ` Stephen Rothwell
2009-01-13 13:02 ` Kamalesh Babulal [this message]
2009-01-13 17:51   ` [PATCH] next-20090113 - scsi_debug fails with CONFIG_CRC_T10DIF=n James Bottomley
2009-01-13 21:31 ` [Cluster-devel] Re: linux-next: Tree for January 13 (gfs2 build error) Randy Dunlap
2009-01-13 21:31   ` Randy Dunlap

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090113130215.GD2364@linux.vnet.ibm.com \
    --to=kamalesh@linux.vnet.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.