Skip to content
Commit a76c1c23 authored by Chuck Ebbert's avatar Chuck Ebbert Committed by Herbert Xu
Browse files

crypto: padlock-aes - work around Nano CPU errata in ECB mode



The VIA Nano processor has a bug that makes it prefetch extra data
during encryption operations, causing spurious page faults. Extend
existing workarounds for ECB mode to copy the data to an temporary
buffer to avoid the problem.

Signed-off-by: default avatarChuck Ebbert <cebbert@redhat.com>
Acked-by: default avatarHarald Welte <HaraldWelte@viatech.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 1d89b30c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment