public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
To: linux-scsi <linux-scsi@vger.kernel.org>
Cc: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>,
	Mike Christie <michaelc@cs.wisc.edu>,
	Boaz Harrosh <bharrosh@panasas.com>,
	Christoph Hellwig <hch@lst.de>,
	Nicholas Bellinger <nab@linux-iscsi.org>
Subject: [PATCH 2/2] iscsi: select CRYPTO and CRYPTO_CRC32C* by default
Date: Sun, 16 Jan 2011 00:06:39 -0800	[thread overview]
Message-ID: <1295165199-28464-2-git-send-email-nab@linux-iscsi.org> (raw)
In-Reply-To: <1295165199-28464-1-git-send-email-nab@linux-iscsi.org>

From: Nicholas Bellinger <nab@linux-iscsi.org>

This patch changes LIO_TARGET to select CRYPTO, CRYPTO_CRC32C and
CRYPTO_CRC32C_INTEL by default to ensure that the crypto_alloc_hash()
calls in iscsi_login_setup_crypto() are able to function as expected.

Signed-off-by: Nicholas A. Bellinger <nab@linux-iscsi.org>
---
 drivers/target/lio-target/Kconfig |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/target/lio-target/Kconfig b/drivers/target/lio-target/Kconfig
index 1998ba3..5cbd9e3 100644
--- a/drivers/target/lio-target/Kconfig
+++ b/drivers/target/lio-target/Kconfig
@@ -1,5 +1,8 @@
 config LIO_TARGET
 	tristate "Linux-iSCSI.org iSCSI Target Mode Stack"
+	select CRYPTO
+	select CRYPTO_CRC32C
+	select CRYPTO_CRC32C_INTEL
 	help
 	Say Y here to enable the ConfigFS enabled Linux-iSCSI.org iSCSI
 	Target Mode Stack.
-- 
1.5.6.5


      reply	other threads:[~2011-01-16  8:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-16  8:06 [PATCH 1/2] iscsi: Fix OOPs in crypto_free_hash() exception path Nicholas A. Bellinger
2011-01-16  8:06 ` Nicholas A. Bellinger [this message]

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=1295165199-28464-2-git-send-email-nab@linux-iscsi.org \
    --to=nab@linux-iscsi.org \
    --cc=bharrosh@panasas.com \
    --cc=fujita.tomonori@lab.ntt.co.jp \
    --cc=hch@lst.de \
    --cc=linux-scsi@vger.kernel.org \
    --cc=michaelc@cs.wisc.edu \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox