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
>>>>> "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
>>>>> "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
>>>>> "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
> 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
>>>>> "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
>>>>> "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
>>>>> "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
>>>>> "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
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
>>>>> "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
>>>>> "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
>>>>> "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
>>>>> "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
>>>>> "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
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
>>>>> "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
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
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
>>>>> "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
>>>>> "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
>>>>> "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
>>>>> "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
>>>>> "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
>>>>> "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
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
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
>>>>> "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
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"
>>>>> "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
-
>>>>> "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
>>>>> "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
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
_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
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
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 &
>>>>> "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
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
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
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
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
>>>>> "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
>>>>> "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"
>>>>> "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
>>>>> "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
>>>>> "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
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
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
>>>>> "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
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
>>>>> "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
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
>>>>> "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
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
>>>>> "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
>>>>> "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
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
>>>>> "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
>>>>> "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
>>>>> "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
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
>>>>> "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
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.
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
>>>>> "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
> 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
> 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
>>>>> "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
>>>>> "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
>>>>> "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
>>>>> "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
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
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
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
>>>>> "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
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
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
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
>>>>> "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
-
>>>>> "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
>>>>> "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
>>>>> "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
;).
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
>>>>> "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
>>>>> "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
>>>>> "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
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
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
>>>>> "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
>>>>> "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.
; 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
>>>>> "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
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
>>>>> "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
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
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
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
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
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
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
201 - 300 of 3475 matches
Mail list logo