diff options
author | Karan Tilak Kumar <[email protected]> | 2023-08-17 11:21:46 -0700 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2023-08-25 17:15:09 -0400 |
commit | 15924b0503630016dee4dbb945a8df4df659070b (patch) | |
tree | a23dcbed97bfb274091c5d1cbabacbd5825504e0 /lib/test_fortify/write_overflow-memcpy.c | |
parent | 530e86c745ae3342b1df5e8f38529b9f8a6cac17 (diff) |
scsi: fnic: Replace sgreset tag with max_tag_id
sgreset is issued with a SCSI command pointer. The device reset code
assumes that it was issued on a hardware queue, and calls block multiqueue
layer. However, the assumption is broken, and there is no hardware queue
associated with the sgreset, and this leads to a crash due to a null
pointer exception.
Fix the code to use the max_tag_id as a tag which does not overlap with the
other tags issued by mid layer.
Tested by running FC traffic for a few minutes, and by issuing sgreset on
the device in parallel. Without the fix, the crash is observed right away.
With this fix, no crash is observed.
Reviewed-by: Sesidhar Baddela <[email protected]>
Tested-by: Karan Tilak Kumar <[email protected]>
Signed-off-by: Karan Tilak Kumar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'lib/test_fortify/write_overflow-memcpy.c')
0 files changed, 0 insertions, 0 deletions