[PATCH][BUG] lpfc doesn't handle failures in lpfc_send_taskmgmt()

2013-02-26 Thread Jeremy Linton
The lpfc_send_taskmgmt() routine fails to check the return IOCB from the firmware. This means that all taskmgmt functions appear to complete even when they are failing due to device failures, or task mgmt errors. This patch corrects this by checking the iocb.ulpStatus after the command has complet

Re: dm: do not replace bioset for request-based dm

2013-02-26 Thread Mike Snitzer
On Mon, Feb 25 2013 at 11:49pm -0500, Jun'ichi Nomura wrote: > This patch fixes a regression introduced in v3.8, which causes oops > like this when dm-multipath is used: > > general protection fault: [#1] SMP > RIP: 0010:[] [] mempool_free+0x24/0xb0 > Call Trace: > > [] bio_put+0x97/0

Re: [PATCH] dm: do not replace bioset for request-based dm

2013-02-26 Thread Mikulas Patocka
Acked-by: Mikulas Patocka On Tue, 26 Feb 2013, Jun'ichi Nomura wrote: > This patch fixes a regression introduced in v3.8, which causes oops > like this when dm-multipath is used: > > general protection fault: [#1] SMP > RIP: 0010:[] [] mempool_free+0x24/0xb0 > Call Trace: > > [] bio_

Re: [Patch][RFC] st: provide tape statistics via sysfs

2013-02-26 Thread Kai Mäkisara
On Feb 22, 2013, at 12:50 PM, James Bottomley wrote: > On Fri, 2013-02-22 at 02:11 +, Seymour, Shane M wrote: >> First forgive me for using outlook for this, if there are any issues with >> what I sent let me know and I'll send it again from gmail. This is also my >> first attempt at a ke

[PATCH V6 Resend2 2/2] [SCSI] ufs: Correct the expected data transfersize

2013-02-26 Thread Vinayak Holikatti
This patch corrects the expected data transfer size of the command UPIU. The current implementation of cmd->transfersize is wrong as it probably equal to sector size. With this implementation the transfer size is updated correctly Reported-by: KOBAYASHI Yoshitake Reviewed-by: Arnd Bergmann Revie

[PATCH V6 Resend2 1/2] [SCSI] ufs: Add Platform glue driver for ufshcd

2013-02-26 Thread Vinayak Holikatti
This patch adds Platform glue driver for ufshcd. Reviewed-by: Arnd Bergmann Reviewed-by: Namjae Jeon Reviewed-by: Subhash Jadavani Reviewed-by: Sujit Reddy Thumma Tested-by: Maya Erez Signed-off-by: Vinayak Holikatti Signed-off-by: Santosh Yaraganavi --- drivers/scsi/ufs/Kconfig |

RE: [PATCH linux/linux-next] mpt2sas: _scsih_sas_broadcast_primitive_event: Quiet unused variable warning

2013-02-26 Thread Reddy, Sreekanth
Hi Tim, Today I have sent the below titled patch to upstream which fix the "Unused variable 'event_data' warning". The Patch title is "[PATCH][SCSI] mpt2sas: fix for unused variable 'event_data' warning" This patch will help you in fixing the "Unused variable 'event_data' warning". Th

[PATCH][SCSI] mpt2sas: fix for unused variable 'event_data' warning

2013-02-26 Thread Reddy, Sreekanth
If CONFIG_SCSI_MPT2SAS_LOGGING is undefined, then these warnings are emitted drivers/scsi/mpt2sas/mpt2sas_scsih.c: In function '_scsih_sas_broadcast_primitive_event' drivers/scsi/mpt2sas/mpt2sas_scsih.c:5810:40: warning: unused variable 'event_data' Use pr_info() function instead of dewtprintk(

Re: [RESEND][PATCH 2/8][SCSI] mpt2sas : Fix for issue Missing delay not getting set during system bootup

2013-02-26 Thread Reddy, Sreekanth
> From: James Bottomley [mailto:james.bottom...@hansenpartnership.com] > Sent: Sunday, February 24, 2013 2:26 PM > To: Reddy, Sreekanth > Cc: Nandigama, Nagalakshmi; linux-scsi@vger.kernel.org; Prakash, Sathya; > sta...@vger.kernel.org > Subject: Re: [RESEND][PATCH 2/8][SCSI] mpt2sas : Fix for issu