1. 08 Aug, 2019 22 commits
  2. 07 Aug, 2019 9 commits
    • Himanshu Madhani's avatar
    • Quinn Tran's avatar
      scsi: qla2xxx: Allow NVMe IO to resume with short cable pull · 03cc44bf
      Quinn Tran authored
      Current driver report dev_loss_tmo to 0 for NVMe devices with short cable
      pull.  This causes NVMe controller to be freed along with NVMe namespace.
      The side affect is IO would stop.  By not setting dev_loss_tmo to 0, NVMe
      namespace would stay until cable is plugged back in.  This allows IO to
      resume afterward.
      
      [mkp: commit desc]
      Signed-off-by: default avatarArun Easi <aeasi@marvell.com>
      Signed-off-by: default avatarQuinn Tran <qutran@marvell.com>
      Signed-off-by: default avatarHimanshu Madhani <hmadhani@marvell.com>
      Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
      03cc44bf
    • Quinn Tran's avatar
      scsi: qla2xxx: Fix hang in fcport delete path · f00b3428
      Quinn Tran authored
      A hang was observed in the fcport delete path when the device was
      responding slow and an issue-lip path (results in session termination) was
      taken.
      
      Fix this by issuing logo requests unconditionally.
      
      PID: 19491  TASK: ffff8e23e67bb150  CPU: 0   COMMAND: "kworker/0:0"
       #0 [ffff8e2370297bf8] __schedule at ffffffffb4f7dbb0
       #1 [ffff8e2370297c88] schedule at ffffffffb4f7e199
       #2 [ffff8e2370297c98] schedule_timeout at ffffffffb4f7ba68
       #3 [ffff8e2370297d40] msleep at ffffffffb48ad9ff
       #4 [ffff8e2370297d58] qlt_free_session_done at ffffffffc0c32052 [qla2xxx]
       #5 [ffff8e2370297e20] process_one_work at ffffffffb48bcfdf
       #6 [ffff8e2370297e68] worker_thread at ffffffffb48bdca6
       #7 [ffff8e2370297ec8] kthread at ffffffffb48c4f81
      Signed-off-by: default avatarQuinn Tran <qutran@marvell.com>
      Signed-off-by: default avatarHimanshu Madhani <hmadhani@marvell.com>
      Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
      f00b3428
    • Andrew Vasquez's avatar
      scsi: qla2xxx: Use common update-firmware-options routine for ISP27xx+ · a36f1443
      Andrew Vasquez authored
      Leverage the generic routine, qla24xx_update_fw_options(), for the
      configuration of firmware options for ISP27xx/ISP28xx.
      Signed-off-by: default avatarAndrew Vasquez <andrewv@marvell.com>
      Signed-off-by: default avatarHimanshu Madhani <hmadhani@marvell.com>
      Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
      a36f1443
    • Arun Easi's avatar
      scsi: qla2xxx: Fix NVMe port discovery after a short device port loss · 9e744591
      Arun Easi authored
      The following sequence of event leads to NVME port disappearing:
      
          - device port shut
          - nvme_fc_unregister_remoteport
          - device port online
          - remote port delete completes
          - relogin is scheduled
          - "post gidpn" message appears due to rscn generation # mismatch
      
      In short, if a device comes back online sooner than an unregister
      completion, a mismatch in rscn generation number occurs, which is not
      handled correctly during device relogin. Fix this by starting with a redo
      of GNL.
      
      When ql2xextended_error_logging is enabled, the re-plugged device's
      discovery stops with the following messages printed:
      
      --8<--
      qla2xxx [0000:41:00.0]-480d:3: Relogin scheduled.
      qla2xxx [0000:41:00.0]-4800:3: DPC handler sleeping.
      qla2xxx [0000:41:00.0]-2902:3: qla24xx_handle_relogin_event 21:00:00:24:ff:17:9e:91 DS 0 LS 7 P 0 del 2 cnfl
         (null) rscn 1|2 login 1|2 fl 1
      qla2xxx [0000:41:00.0]-28e9:3: qla24xx_handle_relogin_event 1666 21:00:00:24:ff:17:9e:91 post gidpn
      qla2xxx [0000:41:00.0]-480e:3: Relogin end.
      --8<--
      Signed-off-by: default avatarArun Easi <aeasi@marvell.com>
      Signed-off-by: default avatarHimanshu Madhani <hmadhani@marvell.com>
      Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
      9e744591
    • Andrew Vasquez's avatar
      scsi: qla2xxx: Correct error handling during initialization failures · 26a77799
      Andrew Vasquez authored
      Current code misses or fails to account for proper recovery during early
      initialization failures:
      
       - Properly unwind allocations during probe() failures.
      
       - Protect against non-initialization memory allocations during
         unwinding.
      
       - Propagate error status during HW initialization.
      
       - Release SCSI host reference when memory allocations fail.
      Signed-off-by: default avatarAndrew Vasquez <andrewv@marvell.com>
      Signed-off-by: default avatarHimanshu Madhani <hmadhani@marvell.com>
      Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
      26a77799
    • Quinn Tran's avatar
      scsi: qla2xxx: Retry fabric Scan on IOCB queue full · f0cecc1e
      Quinn Tran authored
      when fabric scan thread encounters IOCB Q Full, schedule a delayed work to
      retry fabric scan.
      Signed-off-by: default avatarQuinn Tran <qutran@marvell.com>
      Signed-off-by: default avatarHimanshu Madhani <hmadhani@marvell.com>
      Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
      f0cecc1e
    • Quinn Tran's avatar
      scsi: qla2xxx: Fix premature timer expiration · 3a4b6cc7
      Quinn Tran authored
      For any qla2xxx async command, the SRB buffer is used to send it. In
      setting up the SRB buffer, the timer for this command is started before all
      memory allocation has finished.  Under low memory pressure, memory alloc
      can go to sleep and not wake up before the timer expires. Once timer has
      expired, the timer thread will access uninitialize fields resulting into
      NULL pointer crash.
      
      This patch fixes this crash by moving the start of timer after everything
      is setup.
      
      backtrace shows following
      
      PID: 3720   TASK: ffff996928401040  CPU: 0   COMMAND: "qla2xxx_1_dpc"
      0 [ffff99652751b698] __schedule at ffffffff965676c7
      1 [ffff99652751b728] schedule at ffffffff96567bc9
      2 [ffff99652751b738] schedule_timeout at ffffffff965655e8
      3 [ffff99652751b7e0] io_schedule_timeout at ffffffff9656726d
      4 [ffff99652751b810] congestion_wait at ffffffff95fd8d12
      5 [ffff99652751b870] isolate_migratepages_range at ffffffff95fddaf3
      6 [ffff99652751b930] compact_zone at ffffffff95fdde96
      7 [ffff99652751b980] compact_zone_order at ffffffff95fde0bc
      8 [ffff99652751ba20] try_to_compact_pages at ffffffff95fde481
      9 [ffff99652751ba80] __alloc_pages_direct_compact at ffffffff9655cc31
      10 [ffff99652751bae0] __alloc_pages_slowpath at ffffffff9655d101
      11 [ffff99652751bbd0] __alloc_pages_nodemask at ffffffff95fc0e95
      12 [ffff99652751bc80] dma_generic_alloc_coherent at ffffffff95e3217f
      13 [ffff99652751bcc8] x86_swiotlb_alloc_coherent at ffffffff95e6b7a1
      14 [ffff99652751bcf8] qla2x00_rft_id at ffffffffc055b5e0 [qla2xxx]
      15 [ffff99652751bd50] qla2x00_loop_resync at ffffffffc0533e71 [qla2xxx]
      16 [ffff99652751be68] qla2x00_do_dpc at ffffffffc05210ca [qla2xxx]
      
      PID: 0      TASK: ffffffff96a18480  CPU: 0   COMMAND: "swapper/0"
       0 [ffff99652fc03ae0] machine_kexec at ffffffff95e63674
       1 [ffff99652fc03b40] __crash_kexec at ffffffff95f1ce12
       2 [ffff99652fc03c10] crash_kexec at ffffffff95f1cf00
       3 [ffff99652fc03c28] oops_end at ffffffff9656c758
       4 [ffff99652fc03c50] no_context at ffffffff9655aa7e
       5 [ffff99652fc03ca0] __bad_area_nosemaphore at ffffffff9655ab15
       6 [ffff99652fc03cf0] bad_area_nosemaphore at ffffffff9655ac86
       7 [ffff99652fc03d00] __do_page_fault at ffffffff9656f6b0
       8 [ffff99652fc03d70] do_page_fault at ffffffff9656f915
       9 [ffff99652fc03da0] page_fault at ffffffff9656b758
          [exception RIP: unknown or invalid address]
          RIP: 0000000000000000  RSP: ffff99652fc03e50  RFLAGS: 00010202
          RAX: 0000000000000000  RBX: ffff99652b79a600  RCX: ffff99652b79a760
          RDX: ffff99652b79a600  RSI: ffffffffc0525ad0  RDI: ffff99652b79a600
          RBP: ffff99652fc03e60   R8: ffffffff96a18a18   R9: ffffffff96ee3c00
          R10: 0000000000000002  R11: ffff99652fc03de8  R12: ffff99652b79a760
          R13: 0000000000000100  R14: ffffffffc0525ad0  R15: ffff99652b79a600
          ORIG_RAX: ffffffffffffffff  CS: 0010  SS: 0018
      10 [ffff99652fc03e50] qla2x00_sp_timeout at ffffffffc0525af8 [qla2xxx]
      11 [ffff99652fc03e68] call_timer_fn at ffffffff95ea7f58
      12 [ffff99652fc03ea0] run_timer_softirq at ffffffff95eaa3bd
      13 [ffff99652fc03f18] __do_softirq at ffffffff95ea0f05
      14 [ffff99652fc03f88] call_softirq at ffffffff9657832c
      15 [ffff99652fc03fa0] do_softirq at ffffffff95e2e675
      16 [ffff99652fc03fc0] irq_exit at ffffffff95ea1285
      17 [ffff99652fc03fd8] smp_apic_timer_interrupt at ffffffff965796c8
      18 [ffff99652fc03ff0] apic_timer_interrupt at ffffffff96575df2
      Signed-off-by: default avatarQuinn Tran <qutran@marvell.com>
      Signed-off-by: default avatarHimanshu Madhani <hmadhani@marvell.com>
      Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
      3a4b6cc7
    • Quinn Tran's avatar
      scsi: qla2xxx: Fix Relogin to prevent modifying scan_state flag · 8b5292bc
      Quinn Tran authored
      Relogin fails to move forward due to scan_state flag indicating device is
      not there. Before relogin process, Session delete process accidently
      modified the scan_state flag.
      
      [mkp: typos plus corrected Fixes: sha as reported by sfr]
      
      Fixes: 2dee5521 ("scsi: qla2xxx: Fix login state machine freeze")
      Cc: stable@vger.kernel.org
      Signed-off-by: default avatarQuinn Tran <qutran@marvell.com>
      Signed-off-by: default avatarHimanshu Madhani <hmadhani@marvell.com>
      Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
      8b5292bc
  3. 30 Jul, 2019 9 commits
    • Quinn Tran's avatar
      scsi: qla2xxx: Reject EH_{abort|device_reset|target_request} · 7f4374e6
      Quinn Tran authored
      Reject eh_{abort|device_reset|target_reset} when rport is being torn down
      or chip is down.
      Signed-off-by: default avatarQuinn Tran <quinn.tran@cavium.com>
      Signed-off-by: default avatarHimanshu Madhani <hmadhani@marvell.com>
      Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
      7f4374e6
    • Quinn Tran's avatar
      scsi: qla2xxx: Skip FW dump on LOOP initialization error · 5e5402c1
      Quinn Tran authored
      Firmware dump captured during LOOP Init error does not yield any
      significant information.  This patch removes call to trigger firmware dump
      collection during Loop Initialization.
      Signed-off-by: default avatarQuinn Tran <qutran@marvell.com>
      Signed-off-by: default avatarHimanshu Madhani <hmadhani@marvell.com>
      Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
      5e5402c1
    • Quinn Tran's avatar
      scsi: qla2xxx: Use Correct index for Q-Pair array · 178235f4
      Quinn Tran authored
      For target mode, the default number of Q-Pairs allowed to use is 2. If the
      number of Q-Pairs allocated is lower than the default Q-Pairs, then lower
      value should be the set as default.
      
      [mkp: typo]
      Signed-off-by: default avatarQuinn Tran <qutran@marvell.com>
      Signed-off-by: default avatarHimanshu Madhani <hmadhani@marvell.com>
      Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
      178235f4
    • Quinn Tran's avatar
      scsi: qla2xxx: Fix abort timeout race condition. · 0c6df590
      Quinn Tran authored
      If an abort times out, the Abort IOCB completion and Abort timer can race
      against each other. This patch provides unique error code for timer path to
      allow proper cleanup.
      
      [mkp: typo]
      Signed-off-by: default avatarQuinn Tran <qutran@marvell.com>
      Signed-off-by: default avatarHimanshu Madhani <hmadhani@marvell.com>
      Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
      0c6df590
    • Quinn Tran's avatar
      scsi: qla2xxx: Fix different size DMA Alloc/Unmap · d376dbda
      Quinn Tran authored
      [   17.177276] qla2xxx 0000:05:00.0: DMA-API: device driver frees DMA memory
          with different size [device address=0x00000006198b0000] [map size=32784 bytes]
          [unmap size=8208 bytes]
      [   17.177390] RIP: 0010:check_unmap+0x7a2/0x1750
      [   17.177425] Call Trace:
      [   17.177438]  debug_dma_free_coherent+0x1b5/0x2d5
      [   17.177470]  dma_free_attrs+0x7f/0x140
      [   17.177489]  qla24xx_sp_unmap+0x1e2/0x610 [qla2xxx]
      [   17.177509]  qla24xx_async_gnnft_done+0x9c6/0x17d0 [qla2xxx]
      [   17.177535]  qla2x00_do_work+0x514/0x2200 [qla2xxx]
      
      Fixes: b5f3bc39 ("scsi: qla2xxx: Fix inconsistent DMA mem alloc/free")
      Signed-off-by: default avatarQuinn Tran <qutran@marvell.com>
      Signed-off-by: default avatarHimanshu Madhani <hmadhani@marvell.com>
      Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
      d376dbda
    • Himanshu Madhani's avatar
      scsi: qla2xxx: Fix DMA unmap leak · 5d328de6
      Himanshu Madhani authored
      With debug kernel we see following wanings indicating memory leak.
      
      [28809.523959] WARNING: CPU: 3 PID: 6790 at lib/dma-debug.c:978
      dma_debug_device_change+0x166/0x1d0
      [28809.523964] pci 0000:0c:00.6: DMA-API: device driver has pending DMA
      allocations while released from device [count=5]
      [28809.523964] One of leaked entries details: [device
      address=0x00000002aefe4000] [size=8208 bytes] [mapped with DMA_BIDIRECTIONAL]
      [mapped as coherent]
      
      Fix this by unmapping DMA memory.
      Signed-off-by: default avatarQuinn Tran <qutran@marvell.com>
      Signed-off-by: default avatarHimanshu Madhani <hmadhani@marvell.com>
      Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
      5d328de6
    • Minwoo Im's avatar
      scsi: mpt3sas: support target smid for [abort|query] task · 8f55c307
      Minwoo Im authored
      We can request task management IOCTL command(MPI2_FUNCTION_SCSI_TASK_MGMT)
      to /dev/mpt3ctl.  If the given task_type is either abort task or query
      task, it may need a field named "Initiator Port Transfer Tag to Manage" in
      the IU.
      
      Current code does not support to check target IPTT tag from the tm_request.
      This patch introduces to check TaskMID given from the userspace as a target
      tag.  We have a rule of relationship between
      (struct request *req->tag) and smid in mpt3sas_base.c:
      
      3318 u16
      3319 mpt3sas_base_get_smid_scsiio(struct MPT3SAS_ADAPTER *ioc, u8 cb_idx,
      3320         struct scsi_cmnd *scmd)
      3321 {
      3322         struct scsiio_tracker *request = scsi_cmd_priv(scmd);
      3323         unsigned int tag = scmd->request->tag;
      3324         u16 smid;
      3325
      3326         smid = tag + 1;
      
      So if we want to abort a request tagged #X, then we can pass (X + 1) to
      this IOCTL handler.  Otherwise, user space just can pass 0 TaskMID to abort
      the first outstanding smid which is legacy behaviour.
      
      Cc: Sreekanth Reddy <sreekanth.reddy@broadcom.com>
      Cc: Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
      Cc: Sathya Prakash <sathya.prakash@broadcom.com>
      Cc: James E.J. Bottomley <jejb@linux.ibm.com>
      Cc: Martin K. Petersen <martin.petersen@oracle.com>
      Cc: MPT-FusionLinux.pdl@broadcom.com
      Signed-off-by: default avatarMinwoo Im <minwoo.im@samsung.com>
      Acked-by: default avatarSreekanth Reddy <sreekanth.reddy@broadcom.com>
      Signed-off-by: default avatarMinwoo Im <minwoo.im.dev@gmail.com>
      Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
      8f55c307
    • Gustavo A. R. Silva's avatar
      scsi: ibmvscsi_tgt: Mark expected switch fall-throughs · 9fba647c
      Gustavo A. R. Silva authored
      Mark switch cases where we are expecting to fall through.
      
      This patch fixes the following warnings (Building: powerpc allyesconfig):
      
      drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c: In function 'ibmvscsis_adapter_info':
      drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c:1582:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
         if (connection_broken(vscsi))
            ^
      drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c:1584:2: note: here
        default:
        ^~~~~~~
      drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c: In function 'ibmvscsis_ping_response':
      drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c:2494:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
         vscsi->flags |= CLIENT_FAILED;
      drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c:2495:2: note: here
        case H_DROPPED:
        ^~~~
      drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c:2496:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
         vscsi->flags |= RESPONSE_Q_DOWN;
      drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c:2497:2: note: here
        case H_REMOTE_PARM:
        ^~~~
      Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: default avatarGustavo A. R. Silva <gustavo@embeddedor.com>
      Reviewed-by: default avatarKees Cook <keescook@chromium.org>
      Reviewed-by: default avatarBryant G. Ly <bly@catalogicsoftware.com>
      Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
      9fba647c
    • Gustavo A. R. Silva's avatar
      scsi: cxlflash: Mark expected switch fall-throughs · 657bd277
      Gustavo A. R. Silva authored
      Mark switch cases where we are expecting to fall through.
      
      This patch fixes the following warnings:
      
      drivers/scsi/cxlflash/main.c: In function 'send_afu_cmd':
      drivers/scsi/cxlflash/main.c:2347:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
         if (rc) {
            ^
      drivers/scsi/cxlflash/main.c:2357:2: note: here
        case -EAGAIN:
        ^~~~
      drivers/scsi/cxlflash/main.c: In function 'term_intr':
      drivers/scsi/cxlflash/main.c:754:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
         if (index == PRIMARY_HWQ)
            ^
      drivers/scsi/cxlflash/main.c:756:2: note: here
        case UNMAP_TWO:
        ^~~~
      drivers/scsi/cxlflash/main.c:757:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
         cfg->ops->unmap_afu_irq(hwq->ctx_cookie, 2, hwq);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      drivers/scsi/cxlflash/main.c:758:2: note: here
        case UNMAP_ONE:
        ^~~~
      drivers/scsi/cxlflash/main.c:759:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
         cfg->ops->unmap_afu_irq(hwq->ctx_cookie, 1, hwq);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      drivers/scsi/cxlflash/main.c:760:2: note: here
        case FREE_IRQ:
        ^~~~
      drivers/scsi/cxlflash/main.c: In function 'cxlflash_remove':
      drivers/scsi/cxlflash/main.c:975:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
         cxlflash_release_chrdev(cfg);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
      drivers/scsi/cxlflash/main.c:976:2: note: here
        case INIT_STATE_SCSI:
        ^~~~
      drivers/scsi/cxlflash/main.c:978:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
         scsi_remove_host(cfg->host);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      drivers/scsi/cxlflash/main.c:979:2: note: here
        case INIT_STATE_AFU:
        ^~~~
      drivers/scsi/cxlflash/main.c:980:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
         term_afu(cfg);
         ^~~~~~~~~~~~~
      drivers/scsi/cxlflash/main.c:981:2: note: here
        case INIT_STATE_PCI:
        ^~~~
      drivers/scsi/cxlflash/main.c:983:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
         pci_disable_device(pdev);
         ^~~~~~~~~~~~~~~~~~~~~~~~
      drivers/scsi/cxlflash/main.c:984:2: note: here
        case INIT_STATE_NONE:
        ^~~~
      drivers/scsi/cxlflash/main.c: In function 'num_hwqs_store':
      drivers/scsi/cxlflash/main.c:3018:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
         if (cfg->state == STATE_NORMAL)
            ^
      drivers/scsi/cxlflash/main.c:3020:2: note: here
        default:
        ^~~~~~~
      Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: default avatarGustavo A. R. Silva <gustavo@embeddedor.com>
      Reviewed-by: default avatarKees Cook <keescook@chromium.org>
      Acked-by: default avatarMatthew R. Ochs <mrochs@linux.ibm.com>
      Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
      657bd277