lkml.org 
[lkml]   [2017]   [Nov]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.9 28/72] scsi: lpfc: Correct issue leading to oops during link reset
    Date
    4.9-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: James Smart <james.smart@broadcom.com>


    [ Upstream commit e6c6acc0e0223ddaf867628d420ee196349c6fae ]

    Correct issue leading to oops during link reset. Missing vport pointer.

    [mkp: fixed typo]

    Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com>
    Signed-off-by: James Smart <james.smart@broadcom.com>
    Reviewed-by: Hannes Reinecke <hare@suse.com>
    Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
    Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    ---
    drivers/scsi/lpfc/lpfc_sli.c | 1 +
    1 file changed, 1 insertion(+)

    --- a/drivers/scsi/lpfc/lpfc_sli.c
    +++ b/drivers/scsi/lpfc/lpfc_sli.c
    @@ -10006,6 +10006,7 @@ lpfc_sli_abort_iotag_issue(struct lpfc_h
    iabt->ulpCommand = CMD_CLOSE_XRI_CN;

    abtsiocbp->iocb_cmpl = lpfc_sli_abort_els_cmpl;
    + abtsiocbp->vport = vport;

    lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
    "0339 Abort xri x%x, original iotag x%x, "

    \
     
     \ /
      Last update: 2017-11-19 16:00    [W:4.110 / U:0.872 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site