linux_dsm_epyc7002/drivers/crypto/marvell/cesa
Herbert Xu 326644a0ed crypto: marvel/cesa - Fix tdma descriptor on 64-bit
commit 4f6543f28bb05433d87b6de6c21e9c14c35ecf33 upstream.

The patch that added src_dma/dst_dma to struct mv_cesa_tdma_desc
is broken on 64-bit systems as the size of the descriptor has been
changed.  This patch fixes it by using u32 instead of dma_addr_t.

Fixes: e62291c1d9 ("crypto: marvell/cesa - Fix sparse warnings")
Cc: <stable@vger.kernel.org>
Reported-by: Sven Auhagen <sven.auhagen@voleatech.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-02-03 23:28:40 +01:00
..
cesa.c crypto: marvell/cesa - use devm_platform_ioremap_resource_byname 2020-09-25 17:48:15 +10:00
cesa.h crypto: marvel/cesa - Fix tdma descriptor on 64-bit 2021-02-03 23:28:40 +01:00
cipher.c crypto: marvell/cesa - Fix sparse warnings 2020-08-21 14:45:27 +10:00
hash.c crypto: marvell/cesa - Fix sparse warnings 2020-08-21 14:45:27 +10:00
Makefile crypto: marvell - create common Kconfig and Makefile for Marvell 2020-03-20 14:36:51 +11:00
tdma.c crypto: marvell/cesa - Fix sparse warnings 2020-08-21 14:45:27 +10:00