[PATCH] crypto: sunxi-ss: Add MODULE_ALIAS to sun4i-ss

2018-02-11 Thread Peter Robinson
The MODULE_ALIAS is required to enable the sun4i-ss driver to load automatically when built at a module. Tested on a Cubietruck. Fixes: 6298e948215f ("crypto: sunxi-ss - Add Allwinner Security System crypto accelerator") Cc: Signed-off-by: Peter Robinson --- drivers/crypto/sunxi-s

Issues with initialising generic crypto implementations earlier on ARMv7

2019-05-30 Thread Peter Robinson
Hi Eric, I'm seeing the crash below on ARMv7 devices, at least the Raspberry Pi and UDoo Neo (i.MX6SX), with your "crypto: run initcalls for generic implementations earlier" patch. It's causing the boot to fail very early on across the ARMv7 devices I've tested on Fedora (I'm the Arm lead for Fedo

Re: [PATCH] crypto: ghash - fix unaligned memory access in ghash_setkey()

2019-05-31 Thread Peter Robinson
r. > > Don't fix it by setting an alignmask on the algorithm instead because > that would unnecessarily force alignment of the data too. > > Fixes: 2cdc6899a88e ("crypto: ghash - Add GHASH digest algorithm for GCM") > Reported-by: Peter Robinson Tested-by: Peter Robinson T