[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20081112130105.430c47e4.randy.dunlap@oracle.com>
Date: Wed, 12 Nov 2008 13:01:05 -0800
From: Randy Dunlap <randy.dunlap@...cle.com>
To: Stephen Rothwell <sfr@...b.auug.org.au>,
akpm <akpm@...ux-foundation.org>, linux-crypto@...r.kernel.org
Cc: linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>,
herbert@...dor.apana.org.au, davem@...emloft.net
Subject: [PATCH linux-next] : Tree for November 12 (libcrc32c)
From: Randy Dunlap <randy.dunlap@...cle.com>
libcrc32c uses CRYPTO interfaces so it should depend on CRYPTO.
crypto/built-in.o: In function `crc32c_mod_init':
crc32c.c:(.init.text+0xc): undefined reference to `crypto_register_shash'
crypto/built-in.o: In function `crc32c_mod_fini':
crc32c.c:(.exit.text+0xc): undefined reference to `crypto_unregister_shash'
lib/built-in.o: In function `crc32c':
(.text+0xfcf9): undefined reference to `crypto_shash_update'
lib/built-in.o: In function `libcrc32c_mod_init':
libcrc32c.c:(.init.text+0x666): undefined reference to `crypto_alloc_shash'
lib/built-in.o: In function `libcrc32c_mod_fini':
libcrc32c.c:(.exit.text+0xc): undefined reference to `crypto_free_tfm'
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
---
lib/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- linux-next-20081112.orig/lib/Kconfig
+++ linux-next-20081112/lib/Kconfig
@@ -64,6 +64,7 @@ config CRC7
config LIBCRC32C
tristate "CRC32c (Castagnoli, et al) Cyclic Redundancy-Check"
+ depends on CRYPTO
select CRYPTO_CRC32C
help
This option is provided for the case where no in-kernel-tree
Download attachment "config-old" of type "application/octet-stream" (31420 bytes)
Powered by blists - more mailing lists