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
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
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
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
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.
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
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
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 ++
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/
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/
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 -
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
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
+++
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
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/
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
https://bugzilla.kernel.org/show_bug.cgi?id=51881
Kalin KOZHUHAROV changed:
What|Removed |Added
CC||ka...@thinrope.net
--- Comment #8
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
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
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
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
21 matches
Mail list logo