android_kernel_samsung_univ.../drivers/crypto/vmx
Michael Ellerman 5635242c85 crypto: vmx - Remove overly verbose printk from AES init routines
commit 1411b5218adbcf1d45ddb260db5553c52e8d917c upstream.

In the vmx AES init routines we do a printk(KERN_INFO ...) to report
the fallback implementation we're using.

However with a slow console this can significantly affect the speed of
crypto operations. Using 'cryptsetup benchmark' the removal of the
printk() leads to a ~5x speedup for aes-cbc decryption.

So remove them.

Fixes: 8676590a15 ("crypto: vmx - Adding AES routines for VMX module")
Fixes: 8c755ace35 ("crypto: vmx - Adding CBC routines for VMX module")
Fixes: 4f7f60d312 ("crypto: vmx - Adding CTR routines for VMX module")
Fixes: cc333cd68d ("crypto: vmx - Adding GHASH routines for VMX module")
Cc: stable@vger.kernel.org # v4.1+
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-06-16 09:54:27 +02:00
..
aes_cbc.c crypto: vmx - Remove overly verbose printk from AES init routines 2018-06-16 09:54:27 +02:00
aes_ctr.c crypto: vmx - Remove overly verbose printk from AES init routines 2018-06-16 09:54:27 +02:00
aes.c crypto: vmx - Remove overly verbose printk from AES init routines 2018-06-16 09:54:27 +02:00
aesp8-ppc.h
aesp8-ppc.pl
ghash.c crypto: vmx - Remove overly verbose printk from AES init routines 2018-06-16 09:54:27 +02:00
ghashp8-ppc.pl
Kconfig
Makefile
ppc-xlate.pl
vmx.c