Re: [PATCH] constants.c: asc/ascq codes, sync to T10 20141221

2014-12-29 Thread Hannes Reinecke
On 12/23/2014 05:29 PM, Douglas Gilbert wrote: The last time these SCSI asc/ascq codes were synced with T10 was 20130605. This patch is against lk 3.19.0-rc1 . ChangeLog: sync the SCSI ASC/ASCQ number to string tables with those found at http://www.t10.org/lists/asc-num.txt dated

Re: [PATCH 2/2] ahci_xgene: Fix the dma state machine lockup for the ATA_CMD_PACKET PIO mode command.

2014-12-29 Thread Sergei Shtylyov
Hello. On 12/29/2014 8:35 AM, Suman Tripathi wrote: This patch addresses the issue with ATA_CMD_PACKET pio mode command for enumeration and device detection with ATAPI devices.It is the same issue as in patch Ugh, HTML... Please stick to plain text when

Re: [PATCH] cleanup on stack DECLARE_COMPLETIONs

2014-12-29 Thread Dimitri Sivanich
On Tue, Dec 23, 2014 at 06:34:08PM +0100, Nicholas Mc Guire wrote: fixups for incorrect use of DECLARE_COMPLETION. see also commit 6e9a4738 (completions: lockdep annotate on stack completions) The only somewhat special case being drivers/misc/sgi-gru/grukservices.c:quicktest2 which had a

[SCSI RFC] mpt2sas: wait_for_completion_timeout timeout not reported

2014-12-29 Thread Nicholas Mc Guire
wait_for_completion_timeout reaching timeout was being ignored, this probably also should fail if timeout condition occurs ? this was only compile tested with x86_64_defconfig + CONFIG_SCSI_LOWLEVEL=y + CONFIG_SCSI_MPT2SAS=m patch is against linux-next 3.19.0-rc1 -next-20141226 Signed-off-by:

[PATCH] scsi: fix scsi_error.c kernel-doc warning

2014-12-29 Thread Randy Dunlap
From: Randy Dunlap rdun...@infradead.org Fix kernel-doc warning in scsi_error.c: Warning(..//drivers/scsi/scsi_error.c:887): No description found for parameter 'hostt' Fixes: 883a030f989a17b81167f3a181cf93d741fa98b4 (scsi: document scsi_try_to_abort_cmd) Signed-off-by: Randy Dunlap

[SCSI] aha152x: cleanup on stack DECLARE_COMPLETION

2014-12-29 Thread Nicholas Mc Guire
fix-up for incorrect use of DECLARE_COMPLETION. see also commit 6e9a4738 (completions: lockdep annotate on stack completions) V2: split out patch for individual files and (hopefully) proper labeling this time patch is against linux-next 3.19.0-rc1 -next-20141226 patch was compile tested

RE: [PATCH 0/4] Drivers: scsi: storvsc: Fix miscellaneous issues

2014-12-29 Thread KY Srinivasan
-Original Message- From: K. Y. Srinivasan [mailto:k...@microsoft.com] Sent: Tuesday, December 16, 2014 1:21 PM To: gre...@linuxfoundation.org; linux-ker...@vger.kernel.org; de...@linuxdriverproject.org; oher...@suse.com; jbottom...@parallels.com; h...@infradead.org;

[PATCH] SCSI:STORVSC Use SCSI layer to allocate memory for per-command device request data

2014-12-29 Thread Christoph Hellwig
STORVSC uses its own momory pool to manage device request data. However, SCSI layer already has a mechanisim for allocating additional memory for each command issued to device driver. This patch removes the memory pool in STORVSC and makes it use SCSI layer to allocate memory for device request

RE: [PATCH] SCSI:STORVSC Use SCSI layer to allocate memory for per-command device request data

2014-12-29 Thread KY Srinivasan
-Original Message- From: Christoph Hellwig [mailto:h...@lst.de] Sent: Monday, December 29, 2014 8:05 PM To: KY Srinivasan; Haiyang Zhang; jbottom...@parallels.com Cc: linux-scsi@vger.kernel.org; de...@linuxdriverproject.org; linux- ker...@vger.kernel.org; Long Li; Christoph Hellwig