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
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
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_
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
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
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 |
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
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(
> 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
9 matches
Mail list logo