diff options
author | Karan Tilak Kumar <kartilak@cisco.com> | 2023-08-17 21:21:46 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2023-08-26 00:15:09 +0300 |
commit | 15924b0503630016dee4dbb945a8df4df659070b (patch) | |
tree | a23dcbed97bfb274091c5d1cbabacbd5825504e0 /README | |
parent | 530e86c745ae3342b1df5e8f38529b9f8a6cac17 (diff) | |
download | linux-15924b0503630016dee4dbb945a8df4df659070b.tar.xz |
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 <sebaddel@cisco.com>
Tested-by: Karan Tilak Kumar <kartilak@cisco.com>
Signed-off-by: Karan Tilak Kumar <kartilak@cisco.com>
Link: https://lore.kernel.org/r/20230817182146.229059-1-kartilak@cisco.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions