From: Chuck Ebbert Date: Thu, 18 Jun 2009 11:24:10 +0000 (+0800) Subject: crypto: padlock-aes - work around Nano CPU errata in ECB mode X-Git-Tag: v2.6.31-rc1~84^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a76c1c23d0c33d98f2d9b36e76e7f71289fc8391;p=pandora-kernel.git 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: Chuck Ebbert Acked-by: Harald Welte Signed-off-by: Herbert Xu --- Reading git-diff-tree failed