diff options
author | Pascal van Leeuwen <pvanleeuwen@rambus.com> | 2020-09-08 08:10:45 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2020-09-18 09:20:10 +0200 |
commit | bd03b0214ad426c078d46c2b54a3b14f81b97f6b (patch) | |
tree | 2fba28b5a9e607da605b6c654aa567e71cca8c96 /tools/debugging | |
parent | crypto: sun4i-ss - Fix sparse endianness markers (diff) | |
download | linux-bd03b0214ad426c078d46c2b54a3b14f81b97f6b.tar.xz linux-bd03b0214ad426c078d46c2b54a3b14f81b97f6b.zip |
crypto: inside-secure - Prevent missing of processing errors
On systems with coherence issues, packet processed could succeed while
it should have failed, e.g. because of an authentication fail.
This is because the driver would read stale status information that had
all error bits initialised to zero = no error.
Since this is potential a security risk, we want to prevent it from being
a possibility at all. So initialize all error bits to error state, so
that reading stale status information will always result in errors.
Signed-off-by: Pascal van Leeuwen <pvanleeuwen@rambus.com>
Acked-by: Antoine Tenart <antoine.tenart@bootlin.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'tools/debugging')
0 files changed, 0 insertions, 0 deletions