"crypto/testmgr.c" did not exist on "f139cfa7cdccd0b315fad098889897b5fcd389b0"
crypto: tcrypt - Avoid using contiguous pages
Herbert Xu authored

If tcrypt is to be used as a run-time integrity test, it needs to be
more resilient in a hostile environment.  For a start allocating 32K
of physically contiguous memory is definitely out.

This patch teaches it to use separate pages instead.
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
f139cfa7