Re: [PATCH 3/5] qla2xxx: Restrict max_luns to 16-bit for older HBAs

2014-05-15 Thread Hannes Reinecke
On 05/15/2014 08:38 AM, Christoph Hellwig wrote: On Tue, Dec 10, 2013 at 01:26:21PM -0500, Chad Dupuis wrote: + if (!IS_QLAFX00(ha) && !IS_FWI2_CAPABLE(ha)) { + /* HW supports only 16-bit LUNs */ + if (ql2xmaxlun > 0x) + ql2xmaxlun = 0x

Hello

2014-05-15 Thread Mrs Teresa
Hello, Please can you help me reprofile fund? I am Ms Teresa Au, HSBC Hong Kong, head of corporate sustainability Asia pacific region. A sum of (USD$23,200,000.00) (Twenty three million, two Hundred Thousand dollars) Million was deposited by our Late customer who died without declaring any next

Contact me for more details.

2014-05-15 Thread Mr clif
Hi friend. I want to transfer an abandoned USD5.5Million to your Bank account. 40/percent will be your share. Contact me for more details. -- 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://

Re: [PATCH v1.2 17/16] arcmsr: fixed calling scsi_scan_host after all initialization done

2014-05-15 Thread ching
Hi Tomas, Then I will have a patch 18/16 to replace flush_scheduled_work with flush_work. Thanks for your advice. On Wed, 2014-05-14 at 14:53 +0200, Tomas Henzl wrote: > On 05/14/2014 01:55 PM, ching wrote: > > From: Ching > > > > This is a new patch after patch v1.1 series. > > > > Fixed calling

[PATCH v1.2 18/16] arcmsr: replace calling flush_scheduled_work by flush_work

2014-05-15 Thread ching
From: Ching This is a new patch v1.2 18/16 after patch v1.2 17/16. To prevent flushing entire workqueue, replace flush_scheduled_work by flush_work. Signed-off-by: Ching --- diff -uprN a/drivers/scsi/arcmsr/arcmsr_hba.c b/drivers/scsi/arcmsr/arcmsr_hba.c --- a/drivers/scsi/arcmsr/arcmsr_hba.c

Re: [PATCH v1.2 17/16] arcmsr: fixed calling scsi_scan_host after all initialization done

2014-05-15 Thread Tomas Henzl
On 05/15/2014 12:49 PM, ching wrote: > Hi Tomas, > > Then I will have a patch 18/16 to replace flush_scheduled_work with > flush_work. > Thanks for your advice. Here http://www.makelinux.net/ldd3/chp-7-sect-6 is a short text about workqueue, the use of schedule_work in your sources means that you

Re: [Pv-drivers] [PATCH] VMW_PVSCSI: Fix the issue of DMA-API related warnings.

2014-05-15 Thread Arvind Kumar
Hi James, I was wondering if you got time to get to this one. It would be great if you could please help out with getting this patch in. Thanks! Arvind On Mon, 2014-04-14 at 11:17 -0700, Arvind Kumar wrote: > Hi James, > > Could you please help getting this in? > > Thanks! > Arvind > > -

[PATCH 1/2] hpsa: fix memory leak in hpsa_hba_mode_enabled

2014-05-15 Thread Stephen M. Cameron
From: Joe Handzik And while we're at it fix a magic number Signed-off-by: Joe Handzik Signed-off-by: Stephen M. Cameron --- drivers/scsi/hpsa.c |7 ++- drivers/scsi/hpsa.h |1 + 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.

[PATCH 2/2] hpsa: do not ignore failure of sense controller parameters command

2014-05-15 Thread Stephen M. Cameron
From: Joe Handzik Signed-off-by: Joe Handzik Signed-off-by: Stephen M. Cameron --- drivers/scsi/hpsa.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c index a0da81c..654e341 100644 --- a/drivers/scsi/hpsa.c +++ b/drivers

Re: Hot Swap Problems with LSI HBA and LSI Backplane -- reproducable and very frustrating

2014-05-15 Thread Nicolas Sylvain
I think I might have found a fix, although I've done only limited testing. I've flashed the firmware of the card with the latest firmware available on the LSI website (P19) http://www.lsi.com/products/host-bus-adapters/pages/lsi-sas-9207-8i.aspx#tab/tab4 I've also switched to using the mpt2sas dr