On Thu, Nov 16, 2023 at 10:17:52AM +0800, Jia Jie Ho wrote: > > diff --git a/drivers/crypto/starfive/jh7110-aes.c b/drivers/crypto/starfive/jh7110-aes.c > index 9378e6682f0e..e0fe599f8192 100644 > --- a/drivers/crypto/starfive/jh7110-aes.c > +++ b/drivers/crypto/starfive/jh7110-aes.c > @@ -500,7 +500,7 @@ static int starfive_aes_prepare_req(struct skcipher_request *req, > scatterwalk_start(&cryp->out_walk, rctx->out_sg); > > if (cryp->assoclen) { > - rctx->adata = kzalloc(ALIGN(cryp->assoclen, AES_BLOCK_SIZE), GFP_KERNEL); > + rctx->adata = kzalloc(cryp->assoclen + AES_BLOCK_SIZE, GFP_KERNEL); Please explain why you're changing the allocation size here. This needs to go into the patch description. Thanks, -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt