Re: [PATCH] [SCSI] mpt3sas: Added a driver module parameter max_msix_vectors

2013-08-15 Thread Tomas Henzl
On 08/14/2013 05:38 PM, Reddy, Sreekanth wrote: Hi Tomas, The crash happens when the kernel couldn't allocate the DMA'able memory that the driver requests for Reply Descriptor post queue. The amount of memory allocated is directly proportional to the HBA queue depth and the number of

Re: [PATCH 1/1] cciss: set max scatter gather entries to 32 on P600

2013-08-15 Thread Tomas Henzl
On 08/14/2013 11:41 PM, Miller, Mike (OS Dev) wrote: -Original Message- From: James Bottomley [mailto:james.bottom...@hansenpartnership.com] Sent: Wednesday, August 14, 2013 4:27 PM To: Miller, Mike (OS Dev); mi...@thumper.usa.hp.com Cc: Andrew Morton; Jens Axboe; LKML-scsi; LKML;

Re: [PATCH] [SCSI] mpt3sas: Added a driver module parameter max_msix_vectors

2013-08-15 Thread Joe Lawrence
Hi Sreekanth, Will there be a follow up patch to fix the crash scenario? Is there some error path in _base_allocate_memory_pools that isn't handled gracefully that needs to be cleaned up? Also, I think fixes in this space could apply to the mpt2sas driver as well. Regards, -- Joe On Wed, 14

Re: [PATCH 10/10] ufs: fix DMA mask setting

2013-08-15 Thread Akinobu Mita
On 6/29/2013 11:10 AM, Akinobu Mita wrote: 2013/6/29 James Bottomley james.bottom...@hansenpartnership.com: On Wed, 2013-06-26 at 22:39 +0530, Santosh Y wrote: index 19618c6..431ddb2 100644 --- a/drivers/scsi/ufs/ufshcd.c +++ b/drivers/scsi/ufs/ufshcd.c @@ -1711,6 +1711,25 @@ void

Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing

2013-08-15 Thread Alexander Gordeev
On Fri, Aug 09, 2013 at 01:17:37PM -0700, Nicholas A. Bellinger wrote: On Fri, 2013-08-09 at 21:15 +0200, Alexander Gordeev wrote: Mmmm, I'm able to reproduce over here with ahci + scsi-mq, and it appears to be a bug related with using sdev-sdev_md_req.queue_depth=1, that ends up causing the

Re: [PATCH v2] [SCSI] sg: Fix user memory corruption when SG_IO is interrupted by a signal

2013-08-15 Thread Roland Dreier
Jens / James, do you guys plan to send this to Linus for 3.11? Triggering this bug is a bit esoteric but the impact is pretty nasty (corrupting an unrelated process). Thanks, Roland -- To unsubscribe from this list: send the line unsubscribe linux-scsi in the body of a message to

Re: [PATCH v2] [SCSI] sg: Fix user memory corruption when SG_IO is interrupted by a signal

2013-08-15 Thread Douglas Gilbert
On 13-08-15 12:45 PM, Roland Dreier wrote: Jens / James, do you guys plan to send this to Linus for 3.11? Triggering this bug is a bit esoteric but the impact is pretty nasty (corrupting an unrelated process). The patch is fine with me. Even though the sg driver is named in the patch title, I

Re: [PATCH 1/1] cciss: set max scatter gather entries to 32 on P600

2013-08-15 Thread Bud Brown
James The patch origin is unknown. I got it from Tomas and Bud who think it may have originated from HP. I cleaned it up, compile tested it, and sent it on. I'll review my procedures for future patches. -- mikem Patch originated from me, although Tomas did the heavy lifting

Re: State of big-endian for MegaRAID SAS driver

2013-08-15 Thread Martin K. Petersen
Ben == Ben Collins be...@servergy.com writes: Ben, Ben Considering your patch has had two success stories (I suspect yours Ben was on SPARC, so that would even make two different platforms) and Ben low likelihood of regression on little endian, I think it's pretty Ben safe. I ordered a

Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing

2013-08-15 Thread Nicholas A. Bellinger
On Thu, 2013-08-15 at 18:23 +0200, Alexander Gordeev wrote: On Fri, Aug 09, 2013 at 01:17:37PM -0700, Nicholas A. Bellinger wrote: On Fri, 2013-08-09 at 21:15 +0200, Alexander Gordeev wrote: Mmmm, I'm able to reproduce over here with ahci + scsi-mq, and it appears to be a bug related with