Revision 25c0a7b83297f10186a7a1ee5c563f005dfabc44 authored by Benjamin Herrenschmidt on 12 March 2008, 06:23:56 UTC, committed by Paul Mackerras on 12 March 2008, 23:09:28 UTC
The iSeries viodasd drivers does some very strange things with
scatterlists, one of these causing a BUG_ON to trigger when
scatterlist debugging is enabled due to initializing the
scatterlist with memset instead of sg_init_table().

This fixes it by using sg_init_table().  The rest of the stuff
it does to that poor list is still pretty awful but it will work.

I may look into fixing things in a nicer way some other time.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
1 parent 98cddbf
History
File Mode Size
async_tx
Kconfig -rw-r--r-- 17.0 KB
Makefile -rw-r--r-- 2.4 KB
ablkcipher.c -rw-r--r-- 8.8 KB
aead.c -rw-r--r-- 12.2 KB
aes_generic.c -rw-r--r-- 12.1 KB
algapi.c -rw-r--r-- 14.1 KB
anubis.c -rw-r--r-- 27.8 KB
api.c -rw-r--r-- 9.7 KB
arc4.c -rw-r--r-- 2.0 KB
authenc.c -rw-r--r-- 12.9 KB
blkcipher.c -rw-r--r-- 19.0 KB
blowfish.c -rw-r--r-- 17.4 KB
camellia.c -rw-r--r-- 35.2 KB
cast5.c -rw-r--r-- 34.1 KB
cast6.c -rw-r--r-- 21.5 KB
cbc.c -rw-r--r-- 7.4 KB
ccm.c -rw-r--r-- 21.5 KB
chainiv.c -rw-r--r-- 8.0 KB
cipher.c -rw-r--r-- 3.3 KB
compress.c -rw-r--r-- 1.3 KB
crc32c.c -rw-r--r-- 2.6 KB
cryptd.c -rw-r--r-- 9.2 KB
crypto_null.c -rw-r--r-- 4.6 KB
cryptomgr.c -rw-r--r-- 4.4 KB
ctr.c -rw-r--r-- 10.8 KB
deflate.c -rw-r--r-- 5.4 KB
des_generic.c -rw-r--r-- 35.3 KB
digest.c -rw-r--r-- 3.7 KB
ecb.c -rw-r--r-- 4.9 KB
eseqiv.c -rw-r--r-- 6.3 KB
fcrypt.c -rw-r--r-- 18.0 KB
gcm.c -rw-r--r-- 19.8 KB
gf128mul.c -rw-r--r-- 13.2 KB
hash.c -rw-r--r-- 2.7 KB
hmac.c -rw-r--r-- 6.8 KB
internal.h -rw-r--r-- 3.8 KB
khazad.c -rw-r--r-- 51.8 KB
lrw.c -rw-r--r-- 7.6 KB
lzo.c -rw-r--r-- 2.4 KB
md4.c -rw-r--r-- 6.2 KB
md5.c -rw-r--r-- 7.2 KB
michael_mic.c -rw-r--r-- 3.5 KB
pcbc.c -rw-r--r-- 7.7 KB
proc.c -rw-r--r-- 2.8 KB
salsa20_generic.c -rw-r--r-- 7.2 KB
scatterwalk.c -rw-r--r-- 2.9 KB
seed.c -rw-r--r-- 17.4 KB
seqiv.c -rw-r--r-- 8.2 KB
serpent.c -rw-r--r-- 19.7 KB
sha1_generic.c -rw-r--r-- 3.1 KB
sha256_generic.c -rw-r--r-- 12.1 KB
sha512.c -rw-r--r-- 9.5 KB
tcrypt.c -rw-r--r-- 45.4 KB
tcrypt.h -rw-r--r-- 343.5 KB
tea.c -rw-r--r-- 7.1 KB
tgr192.c -rw-r--r-- 31.1 KB
twofish.c -rw-r--r-- 6.2 KB
twofish_common.c -rw-r--r-- 37.7 KB
wp512.c -rw-r--r-- 60.3 KB
xcbc.c -rw-r--r-- 9.0 KB
xor.c -rw-r--r-- 3.6 KB
xts.c -rw-r--r-- 7.1 KB

back to top