commit | f139cfa7cdccd0b315fad098889897b5fcd389b0 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jul 31 12:23:53 2008 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Aug 29 15:48:57 2008 +1000 |
tree | 365985f84f6dade6125f7d9a0e8cffcf30b87fa0 | |
parent | a7581a01fbc69771a2b391de4220ba670c0aa261 [diff] |
crypto: tcrypt - Avoid using contiguous pages 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: Herbert Xu <herbert@gondor.apana.org.au>