]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
crypto: ixp4xx - Remove bogus BUG_ON on scattered dst buffer
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 22 Jul 2015 10:05:35 +0000 (18:05 +0800)
committerZefan Li <lizefan@huawei.com>
Mon, 21 Mar 2016 01:17:48 +0000 (09:17 +0800)
commitdb30e3004d3e9f5ade5b531f6df3e5ee5b841b43
tree6ec13a530308dd30ecc8191b777af5825146d210
parent2908d41798415ec9561186c0fd667d6bf282ae31
crypto: ixp4xx - Remove bogus BUG_ON on scattered dst buffer

commit f898c522f0e9ac9f3177d0762b76e2ab2d2cf9c0 upstream.

This patch removes a bogus BUG_ON in the ablkcipher path that
triggers when the destination buffer is different from the source
buffer and is scattered.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Zefan Li <lizefan@huawei.com>
drivers/crypto/ixp4xx_crypto.c