Re: [PATCH 0/3] hpsa compatility fixes

2016-11-29 Thread Martin K. Petersen
the cciss Hannes> driver. Applied patches 1 and 3. Patch 2 is awaiting feedback from Microsemi. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v2] scsi: aic94xx: Add a missing call to kfree

2016-11-29 Thread Martin K. Petersen
>>>>> "Quentin" == Quentin Lambert writes: Quentin> Most error branches following the call to kzalloc contain a Quentin> call to kfree. This patch add these calls where they are Quentin> missing and set the relevant pointers to NULL. Applied to 4.10/s

Re: [PATCH 1/2] SRP transport: Move queuecommand() wait code to SCSI core

2016-11-29 Thread Martin K. Petersen
>>>>> "Bart" == Bart Van Assche writes: Bart> On 11/25/16 15:21, Max Gurtovoy wrote: >> the arg is sdev. Bart> Good catch. Bart> Martin, do you want me to repost this patch or do you want me to Bart> post a fix-up patch? I fixed it up. -- Marti

Re: [patch] scsi: hisi_sas: shift vs compare typos

2016-11-29 Thread Martin K. Petersen
>>>>> "Dan" == Dan Carpenter writes: Dan> There are some typos where we intended "<<" but have "<". Seems Dan> likely to cause a bunch of problems. Applied to 4.10/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] cciss: remove unneeded void pointer cast

2016-11-29 Thread Martin K. Petersen
> Acked-by: Don Brace Javier> Thanks for the ack. Do you know who is supposed to pick this Javier> patch? I'm happy to queue it. However, I never saw Don's ack and neither did patchwork. Was that done in a private email? -- Martin K. Petersen Oracle Linux Engineering -- To un

Re: [PATCH] vmw_pvscsi: switch to pci_alloc_irq_vectors

2016-11-29 Thread Martin K. Petersen
>>>>> "Christoph" == Christoph Hellwig writes: Christoph> And simply the interrupt handler by splitting the INTx case Christoph> that needs to deal with shared interrupts into a separate Christoph> helper. Jim: Please review! -- Martin K. Petersen

Re: [PATCH] isci: switch to pci_alloc_irq_vectors

2016-11-29 Thread Martin K. Petersen
>>>>> "Christoph" == Christoph Hellwig writes: Artur or Dan: Please review! -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kern

Re: [PATCH] pmcraid: switch to pci_alloc_irq_vectors

2016-11-29 Thread Martin K. Petersen
>>>>> "Christoph" == Christoph Hellwig writes: Somebody please review. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kern

Re: [PATCH] qla4xxx: switch to pci_alloc_irq_vectors

2016-11-29 Thread Martin K. Petersen
>>>>> "Christoph" == Christoph Hellwig writes: Christoph> And simplify the MSI-X logic in general - just request the Christoph> two vectors directly instead of going through an indirection Christoph> table. Vikas: Please review! -- Martin K. Petersen

Re: [PATCH] isci: avoid array subscript warning

2016-11-29 Thread Martin K. Petersen
array bounds [-Werror=array-bounds] Applied to 4.10/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] isci: Add a missing call to pci_unmap_biosrom

2016-11-29 Thread Martin K. Petersen
>>>>> "Quentin" == Quentin Lambert writes: Quentin> Most error branches following the call to pci_map_biosrom Quentin> contain a call to pci_unmap_biosrom. This patch add these calls Quentin> where they are missing. Applied to 4.10/scsi-queue. -- Ma

Re: [PATCH] cxgb4i: Add a missing call to neigh_release

2016-11-29 Thread Martin K. Petersen
>>>>> "Quentin" == Quentin Lambert writes: Quentin> Most error branches following the call to dst_neigh_lookup Quentin> contain a call to neigh_release. This patch add these calls Quentin> where they are missing. Varun: Please review! -- Martin K. Petersen

Re: [PATCH] [SCSI] dpt_i2o: Add a missing call to kfree

2016-11-29 Thread Martin K. Petersen
>>>>> "Quentin" == Quentin Lambert writes: Quentin> Most error branches following the call to kzalloc contain a Quentin> call to kfree. This patch add these calls where they are Quentin> missing. Applied to 4.10/scsi-queue. -- Martin K. Petersen Oracle L

Re: bnx2i + bnx2fc: convert to generic workqueue (#2)

2016-11-29 Thread Martin K. Petersen
>>>>> "Sebastian" == Sebastian Andrzej Siewior writes: Sebastian> This is the a repost + fixups to get the patches applied Sebastian> against v4.9-rc4. mkp's scsi for-next tree can be merged Sebastian> with no conflicts. Chad? -- Martin K. Peter

Re: [PATCH v2] [hv] storvsc: Payload buffer incorrectly sized for 32 bit kernels.

2016-11-29 Thread Martin K. Petersen
>>>>> "Cathy" == Cathy Avery writes: Cathy> On a 32 bit kernel sizeof(void *) is not 64 bits as hv_mpb_array Cathy> requires. Also the buffer needs to be cleared or the upper bytes Cathy> will contain junk. K.Y.: Please review! -- Martin K. Petersen

Re: [PATCH] scsi/ipr: Fix runaway IRQs when falling back from MSI to LSI

2016-11-29 Thread Martin K. Petersen
itially Benjamin> whether to use LSIs or MSIs, we fail to set it if we first Benjamin> chose MSIs, the test fails, then fallback to LSIs. Brian: Please review! -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi

Re: [PATCH] scsi: lpfc: Replace pci_pool_alloc by pci_pool_zalloc

2016-11-29 Thread Martin K. Petersen
>>>>> "Souptick" == Souptick Joarder writes: Souptick> In lpfc_new_scsi_buf_s3() and lpfc_new_scsi_buf_s4() Souptick> pci_pool_alloc followed by memset will be replaced by Souptick> pci_pool_zalloc() James, Dick: Please review! -- Martin K. Petersen

Re: [PATCH] cciss: remove unneeded void pointer cast

2016-11-29 Thread Martin K. Petersen
see Javier> that it didn't made it to neither LKML nor linux-scsi indeed. I Javier> was also not able to find it in those archives. Don: Please re-ack so we get it in the archives. Thanks! -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send th

Re: [PATCH v2 0/6] Add QLogic FastLinQ iSCSI (qedi) driver.

2016-11-29 Thread Martin K. Petersen
ish> ('qed') and protocol specific dependent modules ('qedi' for Manish> iSCSI). The SCSI portions look reasonably sane to me. Reviewed-by: Martin K. Petersen -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line

Re: [PATCH v1 00/11] scsi: ufs: bug fixes patch series #3

2016-11-29 Thread Martin K. Petersen
>>>>> "Subhash" == Subhash Jadavani writes: Subhash> This bug fix patch series is intended to bring in important bug Subhash> fixes required for UFS stability and functionality. Applied to 4.10/scsi-queue. PS. Don't forget to CC: linux-scsi on your co

Re: [PATCH v2] [hv] storvsc: Payload buffer incorrectly sized for 32 bit kernels.

2016-11-30 Thread Martin K. Petersen
>>>>> "Cathy" == Cathy Avery writes: Cathy> On a 32 bit kernel sizeof(void *) is not 64 bits as hv_mpb_array Cathy> requires. Also the buffer needs to be cleared or the upper bytes Cathy> will contain junk. Applied to 4.10/scsi-queue. -- Martin K. Petersen

Re: [PATCH v2] [hv] storvsc: Payload buffer incorrectly sized for 32 bit kernels.

2016-11-30 Thread Martin K. Petersen
>>>>> "KY" == KY Srinivasan writes: KY> Done. Thank you! -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo inf

Re: [PATCH] scsi: lpfc: Replace pci_pool_alloc by pci_pool_zalloc

2016-11-30 Thread Martin K. Petersen
>>>>> "Souptick" == Souptick Joarder writes: Souptick> In lpfc_new_scsi_buf_s3() and lpfc_new_scsi_buf_s4() Souptick> pci_pool_alloc followed by memset will be replaced by Souptick> pci_pool_zalloc() Applied to 4.10/scsi-queue. -- Martin K. Petersen

Re: [PATCH v2 00/14] cxlflash: Fixes, enhancements, cleanup and staging

2016-11-30 Thread Martin K. Petersen
>>>>> "Uma" == Uma Krishnan writes: Uma> The first four patches in this patch series include fixes for Uma> command room violation and lun table management. Applied patches 1-4 to 4.10/scsi-queue. The remainder of the series needs review. Thanks! -- Marti

Re: [PATCH] cxgb4i: Add a missing call to neigh_release

2016-11-30 Thread Martin K. Petersen
>>>>> "Quentin" == Quentin Lambert writes: Quentin> Most error branches following the call to dst_neigh_lookup Quentin> contain a call to neigh_release. This patch add these calls Quentin> where they are missing. Applied to 4.10/scsi-queue. -- Martin K. Pete

Re: qed, qedi patchset submission

2016-11-30 Thread Martin K. Petersen
wondering if we should post the qedi patches squashed, with all Arun> the Reviewed-by added, or continue to post as before? I guess it depends how things can be split up in a bisectable fashion. If the net/ pieces can be completely separated from the scsi/ pieces maybe it would be best to h

Re: [PATCH 4.8 11/37] scsi: mpt3sas: Fix secure erase premature termination

2016-11-30 Thread Martin K. Petersen
Linus' tree. It's a bug fix for the patch above. Thanks! -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] qla4xxx: switch to pci_alloc_irq_vectors

2016-11-30 Thread Martin K. Petersen
>>>>> "Nilesh" == Javali, Nilesh writes: Nilesh> We would test this internally and then ACK within a week. Sounds good. Thanks! -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi&qu

Re: [patch] scsi: dpt_i2o: double free on error path

2016-11-30 Thread Martin K. Petersen
t; checker warning was a false postive and introduced a double free. Dan> I've removed the old kfree() and left the new one. Applied to 4.10/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi"

Re: [PATCH v2 00/14] cxlflash: Fixes, enhancements, cleanup and staging

2016-11-30 Thread Martin K. Petersen
>>>>> "Uma" == Uma Krishnan writes: Uma> The first four patches in this patch series include fixes for Uma> command room violation and lun table management. Applied patches 5 through 14 to 4.10/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -

Re: [PATCH] scsi/ipr: Fix runaway IRQs when falling back from MSI to LSI

2016-11-30 Thread Martin K. Petersen
>>>>> "Brian" == Brian King writes: Brian> Looks good. Thanks! Here is an updated version that should apply Brian> cleanly on top of scsi-next. Applied to 4.10/scsi-queue. Thanks! -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this l

Re: [PATCH v2] isci: switch to pci_alloc_irq_vectors

2016-12-01 Thread Martin K. Petersen
>>>>> "Christoph" == Christoph Hellwig writes: Applied to 4.10/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kern

Re: SG does not ignore dxferp (direct io + mmap)

2016-12-01 Thread Martin K. Petersen
e test passes (no zero byte corruption). Ewan> Setting dxferp would cause map_data.null_mapped to be set before Ewan> it is passed to blk_rq_map_user(_iov) which would cause a Ewan> difference in behavior. Christoph? -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from t

Re: [PATCH] scsi: hisi_sas: fix free'ing in probe and remove

2016-12-05 Thread Martin K. Petersen
_probe() fails after we alloc the HBA memories, John> we should also free the HBA memories. John> - We should free shost memory at the end of hisi_sas_remove(). John> - sha->core.shost is set twice, so remove extra set. Applied to 4.10/scsi-queue. -- Martin K. Petersen Oracle L

Re: [PATCH] scsi: mvsas: Replace pci_pool_alloc by pci_pool_zalloc

2016-12-05 Thread Martin K. Petersen
ge to an unmaintained driver. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] scsi: hpsa: use %phN for short hex dumps

2016-12-05 Thread Martin K. Petersen
didate, unique_id_show, but that uses %02X, Rasmus> and I'm not sure it would be ok to start using lowercase there, Rasmus> so I've left it alone for now. Applied to 4.10/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line &

Re: [PATCHv3] hpsa: fallback to use legacy REPORT PHYS command

2016-12-05 Thread Martin K. Petersen
>>>>> "Hannes" == Hannes Reinecke writes: Hannes> Older SmartArray controllers (eg SmartArray 64xx) do not support Hannes> the extended REPORT PHYS command, so fallback to use the legacy Hannes> version here. Applied to 4.10/scsi-queue. -- Martin K. Pete

Re: [PATCH 1/2] scsi: be2iscsi: set errno on error path

2016-12-05 Thread Martin K. Petersen
ns no error, which is contrary to the fact. This patches fixes Pan> the bug, explicitly assigning "-ENOMEM" to return variable ret on Pan> the path that the call to pci_alloc_consistent() fails. Applied patches 1 and 2 to 4.10/scsi-queue. -- Martin K. Petersen Oracle Linux Engine

Re: [PATCH 1/2 v2] scsi: be2iscsi: set errno on error path

2016-12-05 Thread Martin K. Petersen
make it impossible for the callers of beiscsi_create_cqs() to Pan> detect the memory allocation error. This patch fixes the bug, Pan> assigning "-ENOMEM" to ret on the path that the call to Pan> pci_alloc_consistent() fails. What are the differences between v1 and v2 for these patches? I see n

Re: [PATCH] sd: make ->no_write_same independent of reported ->max_ws_blocks

2016-12-05 Thread Martin K. Petersen
is results in messages like That's something that needs to be addressed. blkdev_issue_zeroout() must cope with WRITE SAME failing and fall back to a manual zeroout. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-sc

Re: [PATCH] Update 3ware driver email addresses

2016-12-07 Thread Martin K. Petersen
7;t heard anything from them yet. Kashyap? -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v2] scsi_devinfo: remove synchronous ALUA for NETAPP devices

2016-12-07 Thread Martin K. Petersen
>>>>> "Xose" == Xose Vazquez Perez writes: Xose> NetApp did confirm this is not required. Applied to 4.10/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi&qu

Re: [PATCH] megaraid_sas: switch to pci_alloc_irq_vectors

2016-12-07 Thread Martin K. Petersen
>>>>> "Hannes" == Hannes Reinecke writes: Applied to 4.10/scsi-queue. Sumit, please rebase your patch series on top of this. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi"

Re: [PATCH] megaraid_sas: switch to pci_alloc_irq_vectors

2016-12-07 Thread Martin K. Petersen
>>>>> "Sumit" == Sumit Saxena writes: Sumit, Sumit> Acked by: Sumit Saxena Please make sure your acks look like this: Acked-by: Sumit Saxena Otherwise patchwork won't pick them up. Thanks! -- Martin K. Petersen Oracle Linux Engineering -- To unsubscr

Re: [PATCH v2] qla4xxx: switch to pci_alloc_irq_vectors

2016-12-07 Thread Martin K. Petersen
>>>>> "Christoph" == Christoph Hellwig writes: Christoph> And simplify the MSI-X logic in general - just request the Christoph> two vectors directly instead of going through an indirection Christoph> table. Applied to 4.10/scsi-queue. -- Martin K. Petersen

Re: [PATCH V4 2/2] aacraid: remove wildcard for series 9 controllers

2016-12-07 Thread Martin K. Petersen
>>>>> "Don" == Don Brace writes: Don, >> The officially supported driver for this ID is smartpqi. Don> Can there be any movement on this patch? It's been more than a couple of weeks. Please repost. -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] sd: make ->no_write_same independent of reported ->max_ws_blocks

2016-12-07 Thread Martin K. Petersen
or a bigger block range but they only actually check the lower two bytes. This will cause data corruption as parts of a block range may not be zeroed as requested. FWIW, I'm in agreement with your patch to disable write same in libata as a quick fix for 4.9. -- Martin K. Petersen Ora

Re: [PATCH 0/4] g_NCR5380: Bug fix and some enhancements

2016-12-08 Thread Martin K. Petersen
arameter. Applied to 4.10/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v1 0/4] scsi: ufs: bug fixes, device quirk, HCI 2.1 support

2016-12-08 Thread Martin K. Petersen
>>>>> "Subhash" == Subhash Jadavani writes: Subhash> This series has 2 bug fixes, 1 change related to device quirk Subhash> and 1 change to add UFS HCI 2.1 revision support. Applied to 4.10/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To u

Re: [PATCH 1/2] ibmvscsi: add vscsi hosts to global list_head

2016-12-08 Thread Martin K. Petersen
ger or crash utility. Applied 1+2 to 4.10/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] aacraid: remove wildcard for series 9 controllers

2016-12-08 Thread Martin K. Petersen
>>>>> "Don" == Don Brace writes: Applied to 4.10/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majord

Re: [PATCH] scsi: mvsas: Replace pci_pool_alloc by pci_pool_zalloc

2016-12-13 Thread Martin K. Petersen
I don't see any actual benefits to your proposed change. It's probably fine, but why would I risk merging it? Hope that all makes sense... Thanks! -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-sc

Re: [PATCH] aacraid: remove wildcard for series 9 controllers

2016-12-13 Thread Martin K. Petersen
>>>>> "Don" == Don Brace writes: >> Applied to 4.10/scsi-queue. Don> Can this patch still make into 4.9? Too late. But you can send it to stable. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "u

Re: [PATCH v4 4/6] qla2xxx: Add multiple queue pair functionality.

2016-12-13 Thread Martin K. Petersen
atch of 4.10 to Linus. Once Linus merges I'll start the 4.10/scsi-fixes branch. We have a few patches that depend on block layer changes and they'll go in first thing. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscri

Re: [PATCH v3 3/3] qedi: Add QLogic FastLinQ offload iSCSI driver framework.

2016-12-14 Thread Martin K. Petersen
>>>>> "Manish" == Manish Rangankar writes: Manish> The QLogic FastLinQ Driver for iSCSI (qedi) is the iSCSI Manish> specific module for 41000 Series Converged Network Adapters by Manish> QLogic. Applied to 4.10/scsi-fixes. -- Martin K. Petersen Oracle L

Re: [PATCH scsi 0/3] cxgb4i: add support for Chelsio T6 adapters

2016-12-14 Thread Martin K. Petersen
>>>>> "Varun" == Varun Prakash writes: Varun> This patch series adds support for Chelsio T6 adapters in iSCSI Varun> initiator offload driver(cxgb4i). Applied to 4.10/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this l

Re: [PATCH] scsi: cxgb4i,libcxgbi: add missing module_put()

2016-12-14 Thread Martin K. Petersen
plied to 4.10/scsi-fixes. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] scsi: libcxgbi: return error if interface is not up

2016-12-14 Thread Martin K. Petersen
>>>>> "Varun" == Varun Prakash writes: Varun> Do not post hw active open cmd if IFF_UP is not set or link is Varun> down on the interface, return -ENETDOWN in this case. Applied to 4.10/scsi-fixes. -- Martin K. Petersen Oracle Linux Engineering -- To unsub

Re: [PATCH 0/3] zfcp fixes

2016-12-14 Thread Martin K. Petersen
>>>>> "Steffen" == Steffen Maier writes: Steffen, Steffen> here is a series of important zfcp fixes all marked for stable. Steffen> They apply to the fixes branch of James' scsi.git or to Steffen> v4.9-rc8. Applied to 4.10/scsi-fixes. -- Martin K. Peter

Re: [PATCH RESEND] Update 3ware driver email addresses

2016-12-14 Thread Martin K. Petersen
>>>>> "Adam" == adam radford writes: Adam> This change updates the 3ware drivers (3w-, 3w-9xxx, 3w-sas) Adam> email addresses from linuxr...@lsi.com to aradf...@gmail.com, Adam> since the old email address doesn't exist. Applied to 4.10/scsi-fixes

Re: [PATCH v2] scsi: hpsa: remove memory allocate failure message

2016-12-14 Thread Martin K. Petersen
gt; and modified goto use if memory unallocated. Applied to 4.10/scsi-fixes. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v5 0/5] qla2xxx: Feature updaes for driver.

2016-12-14 Thread Martin K. Petersen
>>>>> "Himanshu" == Himanshu Madhani writes: Himanshu> Please consider this revised series for inclusion into Himanshu> scsi-misc. This series has incorporated partial changes based Himanshu> on review comments from Christoph and Hannes. Applied to 4.10/s

Re: [PATCH v2] mpt3sas: Recognize and act on iopriority info

2016-12-14 Thread Martin K. Petersen
riorities in the identify information that is pulled from the Adam> SATL. Applied to 4.10/scsi-fixes. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.

Re: [PATCH v4] scsi: avoid a permanent stop of the scsi device's request queue

2016-12-14 Thread Martin K. Petersen
rently running but has a Wei> stopped queue. Wei> We actually have two places where SDEV_RUNNING is set: once in Wei> scsi_add_lun() which respects the blocked flag and once in Wei> scsi_sysfs_add_sdev() which doesn't. Since the second set is Wei> entirely spurious, simply rem

Re: [PATCH 2/2] SRP transport, scsi-mq: Wait for .queue_rq() if necessary

2016-12-20 Thread Martin K. Petersen
>>>>> "Bart" == Bart Van Assche writes: Bart> It seems like patch 1/2 of this series is already present in Bart> Linus' tree but patch 2/2 not yet? Can you queue this patch for Bart> the next pull request that will be sent to Linus? Applied to 4

Re: [PATCH] hpsa: use designated initializers

2016-12-20 Thread Martin K. Petersen
> most initializer fixes extracted from grsecurity. Applied to 4.11/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] cciss: use designated initializers

2016-12-20 Thread Martin K. Petersen
> most initializer fixes extracted from grsecurity. Applied to 4.11/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v2 00/11] lpfc: Update driver to version 11.2.0.4

2016-12-20 Thread Martin K. Petersen
>>>>> "James" == James Smart writes: James> This patch set updates the lpfc driver to revision 11.2.0.4 Applied to 4.11/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi&qu

Re: [PATCH 0/6] storvsc: Miscellaneous fixes and enhancements

2016-12-20 Thread Martin K. Petersen
>>>>> "kys" == kys writes: kys> From: K. Y. Srinivasan Miscellaneous fixes and kys> enhancements. Applied to 4.11/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi

Re: [patch] scsi: dpt_i2o: double free if adpt_i2o_online_hba() fails

2016-12-20 Thread Martin K. Petersen
>>>>> "Dan" == Dan Carpenter writes: Dan> There are two places where adpt_i2o_online_hba() is called. Both Dan> callers call adpt_i2o_delete_hba(pHba) if adpt_i2o_online_hba() Dan> fails and since we also free it here that causes a double free bug. Applied

Re: [PATCH -next] scsi: qedi: fix build, depends on UIO

2016-12-20 Thread Martin K. Petersen
>>>>> "Randy" == Randy Dunlap writes: Randy> From: Randy Dunlap Fix build of SCSI qedi Randy> driver. It uses uio interfaces so it should depend on UIO. Applied to 4.10/scsi-fixes. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscrib

Re: [PATCH] scsi: do not requeue requests unaligned with device sector size

2016-12-21 Thread Martin K. Petersen
is being broken up into frames at the transport level and at which offset the transfer was interrupted. I am also not a fan of the delayed retry stuff which seems somewhat orthogonal to the problem you're describing. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from t

Re: [PATCH v2 00/13] be2iscsi: driver update 11.2.1.0

2017-01-04 Thread Martin K. Petersen
Update Jitendra> driver version Jitendra> Ketan Mukadam (1): Jitendra> be2iscsi: Add warning message for unsupported adapter Applied to 4.11/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi

Re: [PATCH] scsi: qedi: return via va_end to match corresponding va_start

2017-01-04 Thread Martin K. Petersen
n of va_start() must be matched by a Colin> corresponding Colin>invocation of va_end() in the same function." Applied to 4.11/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a me

Re: [PATCH] scsi/qla4: comments correction

2017-01-04 Thread Martin K. Petersen
>>>>> "Cao" == Cao jin writes: Cao> drivers/scsi/qla4xxx/ql4_os.c | 6 +++--- 1 file changed, 3 Cao> insertions(+), 3 deletions(-) Applied to 4.11/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line

Re: [PATCH v3 00/12] scsi: ufs: add trace/debug support, sysfs controls and few fixes

2017-01-05 Thread Martin K. Petersen
ol clock gating, clock scaling and PM Subhash> - few fixes Applied to 4.11/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] scsi: ufs-qcom: Fix module autoload

2017-01-05 Thread Martin K. Petersen
ing module. Javier> Export the module alias information using the Javier> MODULE_DEVICE_TABLE() macro. Applied to 4.11/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a messa

Re: [PATCH 0/3] hisi_sas: some CQ processing fixes

2017-01-05 Thread Martin K. Petersen
ication is that the v2 hw completion queue irq is now John> serviced with a tasklet, as too much work was being done in the John> ISR. Applied to 4.11/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsub

Re: [PATCH 1/1] scsi:fnic Avoid sending reset to fnic firmware when another reset is already in progress

2017-01-05 Thread Martin K. Petersen
>>>>> "Satish" == Satish Kharat writes: Satish, Satish> This fix is to avoid calling fnic_fw_reset_handler through Satish> fnic_host_reset when a finc reset is alreay in progress. Applied to 4.10/scsi-fixes. -- Martin K. Petersen Oracle Linux Engineering -

Re: [PATCHv2] mpt3sas: switch to pci_alloc_irq_vectors

2017-01-05 Thread Martin K. Petersen
>>>>> "Hannes" == Hannes Reinecke writes: Hannes> Cleanup the MSI-X handling allowing us to use the PCI-layer Hannes> provided vector allocation. Sreekanth, Sathya: Please review! -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this l

Re: [PATCH] snic: Return error code on memory allocation failure

2017-01-05 Thread Martin K. Petersen
>>>>> "Burak" == Burak Ok writes: Burak> If a call to mempool_create_slab_pool() in snic_probe() returns Burak> NULL, return -ENOMEM to indicate Burak> failure. mempool_creat_slab_pool() only fails if it cannot Burak> allocate memory. Applied to 4.1

Re: [PATCH] qla2xxx: Get mutex lock before checking optrom_state

2017-01-05 Thread Martin K. Petersen
>>>>> "Milan" == Milan P Gandhi writes: Milan> Hello, There is a race condition with qla2xxx optrom functions Milan> where one thread might modify optrom buffer, optrom_state while Milan> other thread is still reading from it. Chad? -- Martin K. Petersen

Re: [PATCH v2] scsi: bfa: Increase requested firmware version to 3.2.5.1

2017-01-05 Thread Martin K. Petersen
;). Benjamin> Increase bfa's requested firmware version. Also increase the Benjamin> driver version. I only tested that all of the devices probe Benjamin> without error. Applied to 4.10/scsi-fixes. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send

Re: scsi: qla2xxx: Fix apparent cut-n-paste error.

2017-01-05 Thread Martin K. Petersen
>>>>> "Dave" == Dave Jones writes: Dave> commit 093df73771bac8a37d607c0e705d157a8cef4c5c introduces two Dave> bodies of code that look similar but with s/req/rsp/ in the second Dave> instance. But in one case, it looks like this conversion was Dave> mi

Re: [PATCH 1/2] scsi: qla2xxx: silent -Wformat-security warning

2017-01-05 Thread Martin K. Petersen
>>>>> "Nicolas" == Nicolas Iooss writes: Nicolas> qla24xx_enable_msix() calls scnprintf() with a non-literal Nicolas> format string. This makes clang report -Wformat-security Nicolas> warnings when compiling this function: Himanshu: Please review these tw

Re: [PATCH V2] mpt3sas: disable ASPM for MPI2 controllers

2017-01-05 Thread Martin K. Petersen
>>>>> "ojab" == ojab writes: ojab> MPI2 controllers sometimes got lost (i. e. disappears from ojab> /sys/bus/pci/devices) if ASMP is enabled. Broadcom folks: Please comment! -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: s

Re: [PATCH] lpfc: Reinstate lpfc_soft_wwn parameter

2017-01-05 Thread Martin K. Petersen
dcom (Emulex) does James> not support the feature. Applied to 4.11/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] scsi: mpt3sas: fix hang on ata passthru commands

2017-01-05 Thread Martin K. Petersen
brownie points for not insisting on a rework. James> Does this patch (compile tested only) fix the problems for James> everyone? I also like this approach better. Broadcom folks: Please comment and test. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list

Re: [PATCH] qla2xxx: Get mutex lock before checking optrom_state

2017-01-09 Thread Martin K. Petersen
>>>>> "Milan" == Milan P Gandhi writes: Milan> There is a race condition with qla2xxx optrom functions where one Milan> thread might modify optrom buffer, optrom_state while other Milan> thread is still reading from it. Applied to 4.10/scsi-fixes. -- Ma

Re: [PATCH 1/2] scsi: qla2xxx: silent -Wformat-security warning

2017-01-09 Thread Martin K. Petersen
>>>>> "Nicolas" == Nicolas Iooss writes: Nicolas> qla24xx_enable_msix() calls scnprintf() with a non-literal Nicolas> format string. This makes clang report -Wformat-security Nicolas> warnings when compiling this function: Applied 1+2 to 4.11/scsi-queue.

Re: scsi: qla2xxx: Fix apparent cut-n-paste error.

2017-01-09 Thread Martin K. Petersen
; missed. Applied to 4.10/scsi-fixes. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] qla2xxx: rename {vendor|hba}_indentifer to {vendor|hba}_identifer

2017-01-09 Thread Martin K. Petersen
>>>>> "Colin" == Colin King writes: Colin> Rename the Colin> vendor_indentifer and hba_indentifer fields to correct spelling. Applied to 4.11/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "un

Re: [PATCH] bfa: remove bfa_fcs_mod_s

2017-01-09 Thread Martin K. Petersen
t Christoph> turns out there is no reason to have this indirection at all. Applied to 4.11/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org

Re: [PATCH] pmcraid: switch to pci_alloc_irq_vectors

2017-01-09 Thread Martin K. Petersen
>>>>> "Christoph" == Christoph Hellwig writes: Christoph> On Tue, Nov 29, 2016 at 11:42:35AM -0500, Martin K. Petersen wrote: >> >>>>> "Christoph" == Christoph Hellwig writes: >> >> Somebody please review. Christ

Re: [PATCH] scsi: mpt3sas: fix hang on ata passthru commands

2017-01-09 Thread Martin K. Petersen
other wise I am OK. Sreekanth> Acked-by: Sreekanth Reddy James: Please tweak and post an updated patch. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v2] scsi: esas2r: Fix format string type mistakes

2017-01-09 Thread Martin K. Petersen
rnings exposed by the Kees> attribute. Applied to 4.11/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 0/4] cxlflash: Enhancements, cleanup and fixes

2017-01-09 Thread Martin K. Petersen
is based upon v4.10-rc2, intended for 4.11 and is Uma> bisectable. Uma> Matthew R. Ochs (3): Uma> cxlflash: Refactor context reset to share reset logic cxlflash: Uma> Support SQ Command Mode cxlflash: Cleanup prints The first three patches in the series were submitted by you but

Re: [scsi 1/4] scsi: ufs: ufshcd_query_descriptor_retry should be static

2017-01-10 Thread Martin K. Petersen
ion, it should not be used out of ufs Tomas> context. Applied to 4.11/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 0/4] cxlflash: Enhancements, cleanup and fixes

2017-01-10 Thread Martin K. Petersen
them if there are no other changes. Just want it to be on record. Without your Signed-off-by: you'd also be a tag short of me queueing the patches up. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in

Re: [PATCH v2] scsi: remove useless acpi functions in the header file

2017-01-10 Thread Martin K. Petersen
move them in Hanjun> the header file, do it now. Applied to 4.11/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

<    1   2   3   4   5   6   7   8   9   10   >