[PATCH] crypto: sun8i-ce - move fallback ahash_request to the end of the struct

Herbert Xu herbert at gondor.apana.org.au
Sun May 18 23:03:02 PDT 2025


On Fri, May 16, 2025 at 03:06:56PM +0300, Ovidiu Panait wrote:
> 'struct ahash_request' has a flexible array at the end, so it must be the
> last member in a struct, to avoid overwriting other struct members.
> 
> Therefore, move 'fallback_req' to the end of the 'sun8i_ce_hash_reqctx'
> struct.
> 
> Fixes: 56f6d5aee88d ("crypto: sun8i-ce - support hash algorithms")
> Signed-off-by: Ovidiu Panait <ovidiu.panait.oss at gmail.com>
> ---
>  drivers/crypto/allwinner/sun8i-ce/sun8i-ce.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herbert at gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt



More information about the linux-arm-kernel mailing list