Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi

Pull SCSI fix from James Bottomley:
"One fix in drivers (lpfc) that stops an oops on resource exhaustion"

* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
scsi: lpfc: Fix EEH encountering oops with NVMe traffic

+3
+3
drivers/scsi/lpfc/lpfc_nvme.c
··· 559 559 return -ENODEV; 560 560 } 561 561 562 + if (!vport->phba->sli4_hba.nvmels_wq) 563 + return -ENOMEM; 564 + 562 565 /* 563 566 * there are two dma buf in the request, actually there is one and 564 567 * the second one is just the start address + cmd size.