commit | 23ad69aafec5d3815fdbe59aea56ec4b59dcae60 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jul 08 21:40:39 2015 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Jul 14 14:56:45 2015 +0800 |
tree | 73a56dd404df53701365206f6225e09c283cf8c6 | |
parent | 2c11a3f970d143f86bff096ca84a3d3f3b5ac3c1 [diff] |
crypto: nx/842 - Fix context corruption The transform context is shared memory and must not be written to without locking. This patch adds locking to nx-842 to prevent context corruption. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>