commit | 9552389c465ed1ded39edf4a5642a861b53c2955 | [log] [tgz] |
---|---|---|
author | Gilad Ben-Yossef <gilad@benyossef.com> | Tue Jul 02 14:39:20 2019 +0300 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jul 26 14:51:57 2019 +1000 |
tree | 38fd9580bdd5495075e63e950eda864aabaea16f | |
parent | 76a95bd8f9e10cade9c4c8df93b5c20ff45dc0f5 [diff] |
crypto: fips - add FIPS test failure notification chain Crypto test failures in FIPS mode cause an immediate panic, but on some system the cryptographic boundary extends beyond just the Linux controlled domain. Add a simple atomic notification chain to allow interested parties to register to receive notification prior to us kicking the bucket. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>