mbox series

[-next,0/4] crypto: starfive - Minor fixes for AES and RSA

Message ID 20240429060640.2451685-1-jiajie.ho@starfivetech.com
Headers show
Series crypto: starfive - Minor fixes for AES and RSA | expand

Message

Jia Jie Ho April 29, 2024, 6:06 a.m. UTC
This patch series fix a bug caused by freeing a stack buffer in RSA
module and skip some unneeded steps in StarFive crypto driver.

Jia Jie Ho (4):
  crypto: starfive - Skip dma setup for zeroed message
  crypto: starfive: Skip unneeded fallback allocation
  crypto: starfive: Do not free stack buffer
  crypto: starfive: Use fallback for unaligned dma access

 drivers/crypto/starfive/jh7110-aes.c | 16 +++++++++++-----
 drivers/crypto/starfive/jh7110-rsa.c | 11 ++++-------
 2 files changed, 15 insertions(+), 12 deletions(-)

Comments

Herbert Xu May 10, 2024, 9:18 a.m. UTC | #1
On Mon, Apr 29, 2024 at 02:06:36PM +0800, Jia Jie Ho wrote:
> This patch series fix a bug caused by freeing a stack buffer in RSA
> module and skip some unneeded steps in StarFive crypto driver.
> 
> Jia Jie Ho (4):
>   crypto: starfive - Skip dma setup for zeroed message
>   crypto: starfive: Skip unneeded fallback allocation
>   crypto: starfive: Do not free stack buffer
>   crypto: starfive: Use fallback for unaligned dma access
> 
>  drivers/crypto/starfive/jh7110-aes.c | 16 +++++++++++-----
>  drivers/crypto/starfive/jh7110-rsa.c | 11 ++++-------
>  2 files changed, 15 insertions(+), 12 deletions(-)
> 
> -- 
> 2.40.1

All applied.  Thanks.