linux-yocto/drivers/crypto/allwinner
Ovidiu Panait 5810e9d402 crypto: sun8i-ce - move fallback ahash_request to the end of the struct
[ Upstream commit c822831b42 ]

'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: 56f6d5aee8 ("crypto: sun8i-ce - support hash algorithms")
Signed-off-by: Ovidiu Panait <ovidiu.panait.oss@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-06-19 15:28:03 +02:00
..
sun4i-ss crypto: drivers - Explicitly include correct DT includes 2023-08-23 11:04:23 +08:00
sun8i-ce crypto: sun8i-ce - move fallback ahash_request to the end of the struct 2025-06-19 15:28:03 +02:00
sun8i-ss crypto: sun8i-ss - do not use sg_dma_len before calling DMA functions 2025-06-19 15:28:02 +02:00
Kconfig
Makefile