Commit 7269198
committed
crypto: iaa - Do not clobber req->base.data
JIRA: https://issues.redhat.com/browse/RHEL-87766
Upstream Status: merged into herbert/crypto-2.6.git
Conflicts: missing 02c9742 ("crypto: iaa - Remove dst_null support")
which is a part of a bigger patchset which was not backported. A result
is small context differences.
commit cc98d8c
Author: Herbert Xu <herbert@gondor.apana.org.au>
Date: Mon Mar 24 12:04:18 2025 +0800
crypto: iaa - Do not clobber req->base.data
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: 09646c9 ("crypto: iaa - Add irq support for the crypto async interface")
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Vladis Dronov <vdronov@redhat.com>1 parent 75509ca commit 7269198
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1191 | 1191 | | |
1192 | 1192 | | |
1193 | 1193 | | |
1194 | | - | |
1195 | | - | |
| 1194 | + | |
1196 | 1195 | | |
1197 | 1196 | | |
1198 | 1197 | | |
| |||
1429 | 1428 | | |
1430 | 1429 | | |
1431 | 1430 | | |
1432 | | - | |
1433 | | - | |
| 1431 | + | |
1434 | 1432 | | |
1435 | 1433 | | |
1436 | 1434 | | |
| |||
0 commit comments