diff options
author | James Smart <jsmart2021@gmail.com> | 2020-03-22 19:12:55 +0100 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2020-03-27 04:15:07 +0100 |
commit | e7f4034912d08a5fdfd7bdbcf9e86e885de1de21 (patch) | |
tree | 70da6a0c19a7b408e94fd0a293bd950c6ea8616c /drivers/ps3 | |
parent | scsi: lpfc: Fix lockdep error - register non-static key (diff) | |
download | linux-e7f4034912d08a5fdfd7bdbcf9e86e885de1de21.tar.xz linux-e7f4034912d08a5fdfd7bdbcf9e86e885de1de21.zip |
scsi: lpfc: Fix lpfc overwrite of sg_cnt field in nvmefc_tgt_fcp_req
In lpfc_nvmet_prep_fcp_wqe() the line "rsp->sg_cnt = 0" is modifying the
transport's data structure. This may result in the transport believing the
s/g list was already freed, thus may not unmap/free it properly. Lpfc
driver should not modify the transport data structure.
The zeroing of the sg_cnt is to avoid use of the transport's sgl in a
subsequent loop where the driver builds the necessary requests for the
adapter firmware to complete the IO.
Change LLDD to use a local copy of the transport sg_cnt when building
requests to be passed to the adapter fw.
Link: https://lore.kernel.org/r/20200322181304.37655-4-jsmart2021@gmail.com
Signed-off-by: James Smart <jsmart2021@gmail.com>
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/ps3')
0 files changed, 0 insertions, 0 deletions