[PATCH] [SCSI] bnx2fc: Fix debug messasges in bnx2fc_io.c

2015-04-12 Thread Masanari Iida
The debug messages in bnx2fc_process_seq_cleanup_compl() doesn't match its function name. Signed-off-by: Masanari Iida --- drivers/scsi/bnx2fc/bnx2fc_io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/bnx2fc/bnx2fc_io.c b/drivers/scsi/bnx2fc/bnx2fc_io.c ind

[RFC PATCH 1/2] lpfc: add target infrastructure

2015-04-12 Thread Sebastian Herbszt
Add target infrastructure. Signed-off-by: Sebastian Herbszt --- diff -uNrp 4.0-rc7.orig/drivers/scsi/lpfc/lpfc_target_api.c 4.0-rc7/drivers/scsi/lpfc/lpfc_target_api.c --- 4.0-rc7.orig/drivers/scsi/lpfc/lpfc_target_api.c1970-01-01 01:00:00.0 +0100 +++ 4.0-rc7/drivers/scsi/lpfc/lpfc

[RFC PATCH 2/2] lpfc: add target hooks

2015-04-12 Thread Sebastian Herbszt
Add target hooks. Signed-off-by: Sebastian Herbszt --- diff -uNrp 4.0-rc7.orig/drivers/scsi/Kconfig 4.0-rc7/drivers/scsi/Kconfig --- 4.0-rc7.orig/drivers/scsi/Kconfig 2015-04-12 12:52:36.830558971 +0200 +++ 4.0-rc7/drivers/scsi/Kconfig2015-04-12 12:53:01.582559694 +0200 @@ -1299,6 +129

Re: [PATCH 0/2] mpt2sas,mpt3sas - PCI master abort fixups

2015-04-12 Thread Joe Lawrence
On 12/30/2014 09:07 AM, Joe Lawrence wrote: > A colleague noticed that the mpt2 and mpt3sas drivers do not correctly > check the PCI master abort pattern in _base_wait_for_doorbell_ack. This > pattern should be checked *prior* to any valid bit patterns, which would > always return true since a PCI

Re: [PATCH 0/2] mpt2sas,mpt3sas - PCI master abort fixups

2015-04-12 Thread James Bottomley
On Sun, 2015-04-12 at 20:11 -0400, Joe Lawrence wrote: > On 12/30/2014 09:07 AM, Joe Lawrence wrote: > > A colleague noticed that the mpt2 and mpt3sas drivers do not correctly > > check the PCI master abort pattern in _base_wait_for_doorbell_ack. This > > pattern should be checked *prior* to any v

Re: [PATCH -next v3] target/rd: Don't pass imcomplete scatterlist entries to sbc_dif_verify_*

2015-04-12 Thread Nicholas A. Bellinger
On Sat, 2015-04-11 at 13:17 +0900, Akinobu Mita wrote: > The scatterlist for protection information which is passed to > sbc_dif_verify_read() or sbc_dif_verify_write() requires that > neighboring scatterlist entries are contiguous or chained so that they > can be iterated by sg_next(). > > Howeve

Re: [PATCH v4 4/9] snic:Add snic target discovery

2015-04-12 Thread Narsimhulu Musini (nmusini)
Hi Hannes, Thank you for reviewing patches. Please find responses inline. On 09/04/15 6:29 pm, "Hannes Reinecke" wrote: >Hi Narsimhulu, > >please find some comments inline. > >On 04/09/2015 01:49 PM, Narsimhulu Musini wrote: >> snic_disc.h contains snic target structure definition. >> >> s

Re: [PATCH v4 5/9] snic:add SCSI handling, AEN, and fwreset handling

2015-04-12 Thread Narsimhulu Musini (nmusini)
Hi Hannes, Thank you for reviewing patches. Please find responses inline. I will incorporate the comments and suggestions in next patch submittal. On 09/04/15 6:46 pm, "Hannes Reinecke" wrote: >Hi Narsimhulu, > >please find some comments inline. > >On 04/09/2015 01:49 PM, Narsimhulu Musini

Re: [PATCH v4 6/9] snic:Add low level queuing interfaces

2015-04-12 Thread Narsimhulu Musini (nmusini)
Hi Hannes, Thank you for reviewing patches. Please find responses inline. I will incorporate the comments and suggestions in next patch submittal. On 09/04/15 6:53 pm, "Hannes Reinecke" wrote: >Hi Narsimhulu, > >please find my comment at the bottom. > >On 04/09/2015 01:49 PM, Narsimhulu Musin