Re: [PATCH V5 3/4] [SCSI] ufs: Add Platform glue driver for ufshcd

2013-01-03 Thread vinayak holikatti
On Thu, Dec 27, 2012 at 8:28 PM, Subhash Jadavani wrote: > On 12/27/2012 1:45 AM, vinholika...@gmail.com wrote: >> >> From: Vinayak Holikatti >> >> This patch adds Platform glue driver for ufshcd. >> >> Reviewed-by: Arnd Bergmann >> Reviewed-by: Namjae Jeon >> Signed-off-by: Vinayak Holikatti

Re: [PATCH V5 1/4] [SCSI] drivers/scsi/ufs: Seggregate PCI Specific Code

2013-01-03 Thread vinayak holikatti
On Thu, Dec 27, 2012 at 7:59 PM, Subhash Jadavani wrote: > > Few comments inline: > > On 12/27/2012 1:45 AM, vinholika...@gmail.com wrote: >> >> From: Vinayak Holikatti >> >> This patch seggregates the PCI specific code in ufshcd.c to make it >> ready for splitting into core ufs driver and PCI gl

Re: [PATCH v9 06/10] ata: zpodd: check zero power ready status

2013-01-03 Thread Aaron Lu
On 12/29/2012 05:16 AM, Tejun Heo wrote: > Hello, > > On Wed, Dec 26, 2012 at 09:42:14AM +0800, Aaron Lu wrote: >>> This is really a round-about way to find out the matching device and >>> it wouldn't work if the disk device nests deeper. Doesn't really look >>> like a good idea to me. >> >> I do

Re: [PATCH] [SCSI] sr: Fix multi-drive performance by using per-device mutexes

2013-01-03 Thread Otto Meta
Otto Meta wrote: > The single mutex for the sr module, introduced as a BKL replacement, > globally serialises all sr ioctls, which hurts multi-drive performance. > > This patch replaces sr_mutex with per-device mutexes in struct scsi_cd, > allowing concurrent ioctls on different sr devices. Unfor

[PATCH 11/11] lpfc 8.3.37: Update lpfc version for 8.3.37 driver release

2013-01-03 Thread James Smart
Update lpfc version for 8.3.37 driver release Signed-off-by: James Smart --- lpfc_version.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -upNr a/drivers/scsi/lpfc/lpfc_version.h b/drivers/scsi/lpfc/lpfc_version.h --- a/drivers/scsi/lpfc/lpfc_version.h 2012-12-12 13:32:10.

[PATCH 10/11] lpfc 8.3.37: Fixed infinite loop in lpfc_sli4_fcf_rr_next_index_get.

2013-01-03 Thread James Smart
Fixed infinite loop in lpfc_sli4_fcf_rr_next_index_get. Signed-off-by: James Smart --- lpfc_sli.c |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff -upNr a/drivers/scsi/lpfc/lpfc_sli.c b/drivers/scsi/lpfc/lpfc_sli.c --- a/drivers/scsi/lpfc/lpfc_sli.c 2013-01-02 13

[PATCH 9/11] lpfc 8.3.37: Fixed crash due to SLI Port invalid resource count

2013-01-03 Thread James Smart
Fixed system crash due to SLI Port provisioning of invalid resource count Signed-off-by: James Smart --- lpfc_sli.c | 28 1 file changed, 28 insertions(+) diff -upNr a/drivers/scsi/lpfc/lpfc_sli.c b/drivers/scsi/lpfc/lpfc_sli.c --- a/drivers/scsi/lpfc/lpfc_sl

[PATCH 8/11] lpfc 8.3.37: Provide support for FCoE protocol dual-chute (ULP) operation

2013-01-03 Thread James Smart
Provide support for FCoE protocol dual-chute (ULP) operation Signed-off-by: James Smart --- lpfc.h |9 ++ lpfc_hw4.h | 176 ++-- lpfc_init.c | 72 +- lpfc_sli.c | 188 ++

[PATCH 7/11] lpfc 8.3.37: Fixed stale ndlp state when the node is marked for deferred removal.

2013-01-03 Thread James Smart
Fixed processing stale ndlp state when the node is marked for deferred removal. Signed-off-by: James Smart --- lpfc_nportdisc.c | 10 ++ 1 file changed, 10 insertions(+) diff -upNr a/drivers/scsi/lpfc/lpfc_nportdisc.c b/drivers/scsi/lpfc/lpfc_nportdisc.c --- a/drivers/scsi/lpfc/

[PATCH 6/11] lpfc 8.3.37: Fix potential memory corruption bug

2013-01-03 Thread James Smart
Fix potential memory corruption bug Signed-off-by: James Smart --- lpfc_sli.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -upNr a/drivers/scsi/lpfc/lpfc_sli.c b/drivers/scsi/lpfc/lpfc_sli.c --- a/drivers/scsi/lpfc/lpfc_sli.c 2013-01-02 13:13:05.944087718 -0500 +++ b/

[PATCH 5/11] lpfc 8.3.37: Fixed no-context ABTS failed with BA_RJT

2013-01-03 Thread James Smart
Fixed no-context ABTS received on unsolicited receive queue failed with BA_RJT Signed-off-by: James Smart --- lpfc.h |8 +-- lpfc_bsg.c | 51 ++-- lpfc_crtn.h |4 - lpfc_ct.c | 37 -- lpfc_sli.c | 151 -

[PATCH 4/11] lpfc 8.3.37: Removed use of NOP mailboxes for interrupt verification

2013-01-03 Thread James Smart
Removed use of NOP mailboxes for interrupt verification in pci_probe_one_s4 Signed-off-by: James Smart --- lpfc_init.c | 179 1 file changed, 26 insertions(+), 153 deletions(-) diff -upNr a/drivers/scsi/lpfc/lpfc_init.c b/driver

[PATCH 3/11] lpfc 8.3.37: Fixed exhausted retry for plogi to nameserver.

2013-01-03 Thread James Smart
Fixed exhausted retry for plogi to nameserver. Signed-off-by: James Smart --- lpfc_els.c |7 +++ 1 file changed, 7 insertions(+) diff -upNr a/drivers/scsi/lpfc/lpfc_els.c b/drivers/scsi/lpfc/lpfc_els.c --- a/drivers/scsi/lpfc/lpfc_els.c 2013-01-02 13:13:02.680087643 -0500 +++

[PATCH 2/11] lpfc 8.3.37: Fixed ELS_REC received on the unsolicited receive queue

2013-01-03 Thread James Smart
Fixed not properly handle ELS_REC received on the unsolicited receive queue Signed-off-by: James Smart --- lpfc_els.c | 18 -- lpfc_hw.h |2 ++ 2 files changed, 18 insertions(+), 2 deletions(-) diff -upNr a/drivers/scsi/lpfc/lpfc_els.c b/drivers/scsi/lpfc/lpfc_els.c

[PATCH 1/11] lpfc 8.3.37: Provide support for change_queue_type

2013-01-03 Thread James Smart
Provide support for change_queue_type method in scsi_host_template Signed-off-by: James Smart --- lpfc_scsi.c | 24 +++- 1 file changed, 23 insertions(+), 1 deletion(-) diff -upNr a/drivers/scsi/lpfc/lpfc_scsi.c b/drivers/scsi/lpfc/lpfc_scsi.c --- a/drivers/scsi/lpfc/

[PATCH 0/11] lpfc 8.3.37: Update lpfc to revision 8.3.37

2013-01-03 Thread James Smart
This patch set updates the lpfc driver to revision 8.3.37 The patches for 8.3.37 contain: - Provided support for change_queue_type method in scsi_host_template - Fixed not properly handle ELS_REC received on the unsolicited receive queue - Fixed exhausted retry for plogi to nameserver. - Removed

[Bug 51881] HighPoint RocketRAID 2720 fail to detect some SATA hdd

2013-01-03 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=51881 Kalin KOZHUHAROV changed: What|Removed |Added CC||ka...@thinrope.net --- Comment #8

[PATCH -v2 16/26] scsi: rename random32() to prandom_u32()

2013-01-03 Thread Akinobu Mita
Use more preferable function name which implies using a pseudo-random number generator. Signed-off-by: Akinobu Mita Cc: "James E.J. Bottomley" Cc: Robert Love Cc: de...@open-fcoe.org Cc: James Smart Cc: Andrew Vasquez Cc: linux-dri...@qlogic.com Cc: linux-scsi@vger.kernel.org --- No change f

Re: [scsi:for-next 11/19] drivers/scsi/ipr.c:8700:16: warning: array subscript is above array bounds

2013-01-03 Thread Fengguang Wu
Hi Wendy, On Wed, Jan 02, 2013 at 07:05:47PM -0500, wenxi...@linux.vnet.ibm.com wrote: > Hi Fengguang, > > We built 32bit kernel for "current jejb for-next tree" on x86 > platform by using your config file. Seems We couldn't reproduce the > error in our environment. What options you use to make 3

Re: [PATCH v2 1/5] virtio: add functions for piecewise addition of buffers

2013-01-03 Thread Paolo Bonzini
Il 02/01/2013 06:03, Rusty Russell ha scritto: > Paolo Bonzini writes: >> The virtqueue_add_buf function has two limitations: >> >> 1) it requires the caller to provide all the buffers in a single call; >> >> 2) it does not support chained scatterlists: the buffers must be >> provided as an array

Re: [PATCH v2 1/5] virtio: add functions for piecewise addition of buffers

2013-01-03 Thread Wanlong Gao
On 01/02/2013 01:03 PM, Rusty Russell wrote: > Paolo Bonzini writes: >> The virtqueue_add_buf function has two limitations: >> >> 1) it requires the caller to provide all the buffers in a single call; >> >> 2) it does not support chained scatterlists: the buffers must be >> provided as an array of