Re: [PATCH 1/1] Drivers: scsi: storvsc: Initialize the sglist

2013-01-24 Thread Wanlong Gao
On 01/25/2013 09:04 AM, K. Y. Srinivasan wrote: > Properly initialize scatterlist before using it. > > Signed-off-by: K. Y. Srinivasan > Cc: Stable Reviewed-by: Wanlong Gao > --- > drivers/scsi/storvsc_drv.c |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drive

RE: [PATCH 1/1] aacraid: 1024 max outstanding command support

2013-01-24 Thread Mahesh Rajashekhara
Hi James, Can you please let us know the status of this patch. Can we get a sign-off/approval of this patch. Regards, Mahesh -Original Message- From: Mahesh Rajashekhara Sent: Thursday, January 10, 2013 5:53 PM To: jbottom...@parallels.com; linux-scsi@vger.kernel.org Cc: aacr...@pmc-sie

[PATCH] target: For iblock at default writecache enable.

2013-01-24 Thread majianpeng
Like the harddisk, at default write cache is enable. Signed-off-by: Jianpeng Ma --- drivers/target/target_core_iblock.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/target/target_core_iblock.c b/drivers/target/target_core_iblock.c index b526d23..69c2f2d 100644 --- a/drivers

[PATCH 1/1] Drivers: scsi: storvsc: Initialize the sglist

2013-01-24 Thread K. Y. Srinivasan
Properly initialize scatterlist before using it. Signed-off-by: K. Y. Srinivasan Cc: Stable --- drivers/scsi/storvsc_drv.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/scsi/storvsc_drv.c b/drivers/scsi/storvsc_drv.c index 270b3cf..5ada1d0 100644 --- a/drivers

Re: [PATCH RFC 0/9] [SCSI] Enhanced sense and Unit Attention handling

2013-01-24 Thread Mike Christie
On 01/24/2013 03:02 PM, Ewan Milne wrote: > On Thu, 2013-01-24 at 07:01 -0700, Mike Christie wrote: >> On 01/24/2013 04:38 AM, Hannes Reinecke wrote: >>> On 01/24/2013 01:19 AM, Bart Van Assche wrote: On Fri, Jan 18, 2013 at 9:27 AM, Ewan D. Milne wrote: > This patch set adds changes to t

Re: [PATCH RFC 0/9] [SCSI] Enhanced sense and Unit Attention handling

2013-01-24 Thread Ewan Milne
On Thu, 2013-01-24 at 07:01 -0700, Mike Christie wrote: > On 01/24/2013 04:38 AM, Hannes Reinecke wrote: > > On 01/24/2013 01:19 AM, Bart Van Assche wrote: > >> On Fri, Jan 18, 2013 at 9:27 AM, Ewan D. Milne wrote: > >>> This patch set adds changes to the SCSI mid-layer, sysfs and scsi_debug > >>>

Re: [PATCH RFC 0/9] [SCSI] Enhanced sense and Unit Attention handling

2013-01-24 Thread Ewan Milne
On Thu, 2013-01-24 at 16:15 +0100, Hannes Reinecke wrote: > On 01/24/2013 04:00 PM, Mike Christie wrote: > > On 01/24/2013 07:51 AM, Hannes Reinecke wrote: > >> On 01/24/2013 03:38 PM, Bart Van Assche wrote: > >>> On Thu, Jan 24, 2013 at 4:38 AM, Hannes Reinecke wrote: > As for AEN, does iSCS

Re: [PATCH RFC 0/9] [SCSI] Enhanced sense and Unit Attention handling

2013-01-24 Thread Hannes Reinecke
On 01/24/2013 04:00 PM, Mike Christie wrote: On 01/24/2013 07:51 AM, Hannes Reinecke wrote: On 01/24/2013 03:38 PM, Bart Van Assche wrote: On Thu, Jan 24, 2013 at 4:38 AM, Hannes Reinecke wrote: As for AEN, does iSCSI _do_ AEN? I thought it got removed ... If it does, though, it should sched

Re: [PATCH RFC 0/9] [SCSI] Enhanced sense and Unit Attention handling

2013-01-24 Thread Mike Christie
On 01/24/2013 07:51 AM, Hannes Reinecke wrote: > On 01/24/2013 03:38 PM, Bart Van Assche wrote: >> On Thu, Jan 24, 2013 at 4:38 AM, Hannes Reinecke wrote: >>> As for AEN, does iSCSI _do_ AEN? I thought it got removed ... >>> >>> If it does, though, it should schedule an event on its own whenever >

Re: [PATCH RFC 0/9] [SCSI] Enhanced sense and Unit Attention handling

2013-01-24 Thread Hannes Reinecke
On 01/24/2013 03:38 PM, Bart Van Assche wrote: On Thu, Jan 24, 2013 at 4:38 AM, Hannes Reinecke wrote: As for AEN, does iSCSI _do_ AEN? I thought it got removed ... If it does, though, it should schedule an event on its own whenever an AER is received. The same goes for LLDDs with vendor-speci

Re: [PATCH RFC 0/9] [SCSI] Enhanced sense and Unit Attention handling

2013-01-24 Thread Bart Van Assche
On Thu, Jan 24, 2013 at 4:38 AM, Hannes Reinecke wrote: > As for AEN, does iSCSI _do_ AEN? I thought it got removed ... > > If it does, though, it should schedule an event on its own whenever an AER > is received. The same goes for LLDDs with vendor-specific AENs; thinking of > megaraid_sas here .

Re: [PATCH RFC 0/9] [SCSI] Enhanced sense and Unit Attention handling

2013-01-24 Thread Mike Christie
On 01/24/2013 04:38 AM, Hannes Reinecke wrote: > On 01/24/2013 01:19 AM, Bart Van Assche wrote: >> On Fri, Jan 18, 2013 at 9:27 AM, Ewan D. Milne wrote: >>> This patch set adds changes to the SCSI mid-layer, sysfs and scsi_debug >>> to provide enhanced support for Unit Attention conditions, as wel

Re: [PATCH RFC 0/9] [SCSI] Enhanced sense and Unit Attention handling

2013-01-24 Thread Ewan Milne
On Thu, 2013-01-24 at 12:38 +0100, Hannes Reinecke wrote: > On 01/24/2013 01:19 AM, Bart Van Assche wrote: > > On Fri, Jan 18, 2013 at 9:27 AM, Ewan D. Milne wrote: > >> This patch set adds changes to the SCSI mid-layer, sysfs and scsi_debug > >> to provide enhanced support for Unit Attention cond

Re: [PATCH RFC 0/9] [SCSI] Enhanced sense and Unit Attention handling

2013-01-24 Thread Ewan Milne
On Wed, 2013-01-23 at 17:19 -0700, Bart Van Assche wrote: > On Fri, Jan 18, 2013 at 9:27 AM, Ewan D. Milne wrote: > > This patch set adds changes to the SCSI mid-layer, sysfs and scsi_debug > > to provide enhanced support for Unit Attention conditions, as well as > > detection of reported sense da

Re: linux-3.7.4: BUG: unable to handle kernel NULL pointer dereference at target_fabric_port_link

2013-01-24 Thread Kouichi ONO
Hi Paul, > On Thu, 2013-01-24 at 01:07 +0900, Kouichi ONO wrote: > > At target_fabric_port_link(), struct se_device *dev is used before set? > > It seems the (stable specific) patch in > http://article.gmane.org/gmane.linux.kernel.stable/40880 should fix > that. This patch fixed a problem. Than

Re: [PATCH RFC 0/9] [SCSI] Enhanced sense and Unit Attention handling

2013-01-24 Thread Hannes Reinecke
On 01/24/2013 01:19 AM, Bart Van Assche wrote: On Fri, Jan 18, 2013 at 9:27 AM, Ewan D. Milne wrote: This patch set adds changes to the SCSI mid-layer, sysfs and scsi_debug to provide enhanced support for Unit Attention conditions, as well as detection of reported sense data overflow conditions

Re: linux-3.7.4: BUG: unable to handle kernel NULL pointer dereference at target_fabric_port_link

2013-01-24 Thread Paul Bolle
On Thu, 2013-01-24 at 01:07 +0900, Kouichi ONO wrote: > At target_fabric_port_link(), struct se_device *dev is used before set? It seems the (stable specific) patch in http://article.gmane.org/gmane.linux.kernel.stable/40880 should fix that. Paul Bolle -- To unsubscribe from this list: send the