map_and_copy - net-next.git - net-next plumbings
summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2016-11-21 16:26:19 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2016-11-22 15:02:25 +0800
commitc8467f7a3620698bf3c22f0e199b550fb611a8ae (patch)
treeac4aff2322676b17b409a142c1f41a77eb6678ad /crypto
parent8acf7a106326eb94e143552de81f34308149121c (diff)
crypto: scatterwalk - Remove unnecessary aliasing check in map_and_copy
The aliasing check in map_and_copy is no longer necessary because the IPsec ESP code no longer provides an IV that points into the actual request data. As this check is now triggering BUG checks due to the vmalloced stack code, I'm removing it. Reported-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')