Commit fc6e032
committed
scsi: qla4xxx: Fix missing DMA mapping error in qla4xxx_alloc_pdu()
JIRA: https://issues.redhat.com/browse/RHEL-121669
dma_map_XXX() can fail and should be tested for errors with
dma_mapping_error().
Fixes: b3a271a ("[SCSI] qla4xxx: support iscsiadm session mgmt")
Signed-off-by: Thomas Fourier <fourier.thomas@gmail.com>
Link: https://lore.kernel.org/r/20250618071742.21822-2-fourier.thomas@gmail.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
(cherry picked from commit 00f452a)
Signed-off-by: Chris Leech <cleech@redhat.com>1 parent d7b4c1b commit fc6e032
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3420 | 3420 | | |
3421 | 3421 | | |
3422 | 3422 | | |
| 3423 | + | |
| 3424 | + | |
3423 | 3425 | | |
3424 | 3426 | | |
3425 | 3427 | | |
| |||
0 commit comments