]> git.baikalelectronics.ru Git - kernel.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)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 23 Jul 2015 10:09:18 +0000 (18:09 +0800)
commit6d87bc6b5c379f05d8a304c8ea128b9fa68a614e
tree043d31965a058333edbeacb5ee3627c3baa0dce9
parentd09b6f26e50747262ce2e8cb743adaa6cc4de3c0
crypto: ixp4xx - Remove bogus BUG_ON on scattered dst buffer

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.

Cc: stable@vger.kernel.org
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/ixp4xx_crypto.c