Files
linux/drivers/crypto/intel
Herbert Xu 5b5c635e1a crypto: iaa - Do not clobber req->base.data
[ Upstream commit cc98d8ce93 ]

The req->base.data field is for the user and must not be touched by
the driver, unless you save it first.

The iaa driver doesn't seem to be using the req->base.data value
so just remove the assignment.

Fixes: 09646c98d0 ("crypto: iaa - Add irq support for the crypto async interface")
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-06-19 15:39:15 +02:00
..
2025-03-21 17:33:39 +08:00