[PATCH V5 08/12] pm80xx: Firmware flash memory free fix, with addition of new memory region for it

2013-05-06 Thread Anand
n a core dump. So allocated a new memory region for it. Fix for passing proper address and operation in firmware flash update. Signed-off-by: Sakthivel K Signed-off-by: Anand Kumar S Acked-by: Jack Wang Reviewed-by: Hannes Reinecke --- drivers/scsi/pm8001/pm8001_ctl.c |5 +++-- drivers/s

[PATCH V5 09/12] pm80xx: Changed module name and debug messages update

2013-05-06 Thread Anand
l K Signed-off-by: Anand Kumar S Acked-by: Jack Wang Reviewed-by: Hannes Reinecke --- drivers/scsi/pm8001/pm8001_hwi.c | 11 ++- drivers/scsi/pm8001/pm8001_init.c | 14 ++ drivers/scsi/pm8001/pm8001_sas.h |8 3 files changed, 20 insertions(+), 13 deleti

[PATCH V5 10/12] pm80xx: WWN Modification for PM8081/88/89 controllers

2013-05-06 Thread Anand
VPD. PM8088/89 - Read WWN from EEPROM. PM8001 - Read WWN from NVM. Signed-off-by: Sakthivel K Signed-off-by: Anand Kumar S Acked-by: Jack Wang Reviewed-by: Hannes Reinecke --- drivers/scsi/pm8001/pm8001_init.c | 43 +++-- 1 files changed, 36 insertions(+)

[PATCH V5 11/12] pm80xx: NCQ error handling changes

2013-05-06 Thread Anand
for libsas to recover. Signed-off-by: Anand Kumar S Acked-by: Jack Wang Reviewed-by: Hannes Reinecke --- drivers/scsi/pm8001/pm8001_hwi.c | 270 -- drivers/scsi/pm8001/pm8001_sas.c | 22 +++- drivers/scsi/pm8001/pm8001_sas.h | 15 ++- drivers/scsi/pm8

[PATCH V5 12/12] pm80xx: thermal, sas controller config and error handling update

2013-05-06 Thread Anand
ded SAS controller configuration during initialization Added error handling logic to handle I_T_Nexus errors and variants Signed-off-by: Anand Kumar S Acked-by: Jack Wang Reviewed-by: Hannes Reinecke --- drivers/scsi/pm8001/pm8001_hwi.c |2 +- drivers/scsi/pm8001/pm8001_init.c |

[PATCH 0/3]: pm8001 driver bug fixes.

2013-11-11 Thread Anand
>From c3bcd7c02e1fa487edbab4c1d5182daca066db61 Mon Sep 17 00:00:00 2001 From: Nikith Ganigarakoppal Date: Mon, 11 Nov 2013 19:41:51 +0530 Subject: [PATCH 0/3]: pm8001 driver bug fixes. Nikith Ganigarakoppal (3): pm80xx: Fix for direct attached device. pm80xx: Resetting the phy state. pm80x

[PATCH V1 1/3] pm80xx: Fix for direct attached device.

2013-11-11 Thread Anand
HOR("Jack Wang "); MODULE_AUTHOR("Anand Kumar Santhanam "); MODULE_AUTHOR("Sangeetha Gnanasekaran "); +MODULE_AUTHOR("Nikith Ganigarakoppal "); MODULE_DESCRIPTION( "PMC-Sierra PM8001/8081/8088/8089/8074/8076/8077 "

[PATCH V1 2/3] pm80xx: Resetting the phy state.

2013-11-11 Thread Anand
>From 800d934dd22f3ef5d7f52d900295d371d17004bd Mon Sep 17 00:00:00 2001 From: Nikith Ganigarakoppal Date: Wed, 30 Oct 2013 16:23:47 +0530 Subject: [PATCH V1 2/3] pm80xx: Resetting the phy state. Setting the phy state for hard reset response. After sending hard reset for a device ,phy down event s

[PATCH V1 3/3] pm80xx: Tasklets synchronization fix.

2013-11-11 Thread Anand
>From c3bcd7c02e1fa487edbab4c1d5182daca066db61 Mon Sep 17 00:00:00 2001 From: Nikith Ganigarakoppal Date: Mon, 11 Nov 2013 15:28:14 +0530 Subject: [PATCH V1 3/3] pm80xx: Tasklets synchronization fix. When multiple vectors are used, the vector variable is over written, resulting in unhandled oper

[PATCH V2 0/4]: pm8001 driver bug fixes.

2013-11-13 Thread Anand
>From 9dda7700201be93d4d2b83c2733be3d582859bc7 Mon Sep 17 00:00:00 2001 From: Nikith Ganigarakoppal Date: Wed, 13 Nov 2013 15:38:27 +0530 Subject: [PATCH V2 0/4]: pm8001 driver bug fixes. Nikith Ganigarakoppal (4): pm80xx: Module author updation. pm80xx: Fix for direct attached device. pm8

[PATCH V2 1/4] pm80xx: Module author updation

2013-11-13 Thread Anand
001/pm8001_init.c @@ -1170,6 +1170,7 @@ module_exit(pm8001_exit); MODULE_AUTHOR("Jack Wang "); MODULE_AUTHOR("Anand Kumar Santhanam "); MODULE_AUTHOR("Sangeetha Gnanasekaran "); +MODULE_AUTHOR("Nikith Ganigarakoppal "); MODULE_DESCRIPTION( "

[PATCH V2 2/4] pm80xx: Fix for direct attached device.

2013-11-13 Thread Anand
>From a2c4711582a7932a90bd68f7da96c2312c3436bc Mon Sep 17 00:00:00 2001 From: Nikith Ganigarakoppal Date: Wed, 30 Oct 2013 16:13:22 +0530 Subject: [PATCH V2 2/4] pm80xx: Fix for direct attached device. In case of direct attached SATA device delay is not enough. It will give crash for set device s

[PATCH V2 3/4] pm80xx: Resetting the phy state.

2013-11-13 Thread Anand
>From e2c21b550d03909dd19e6559481d871ad1e28344 Mon Sep 17 00:00:00 2001 From: Nikith Ganigarakoppal Date: Wed, 30 Oct 2013 16:23:47 +0530 Subject: [PATCH V2 3/4] pm80xx: Resetting the phy state. Setting the phy state for hard reset response. After sending hard reset for a device ,phy down event s

[PATCH V2 4/4] pm80xx: Tasklets synchronization fix.

2013-11-13 Thread Anand
>From 9dda7700201be93d4d2b83c2733be3d582859bc7 Mon Sep 17 00:00:00 2001 From: Nikith Ganigarakoppal Date: Mon, 11 Nov 2013 15:28:14 +0530 Subject: [PATCH V2 4/4] pm80xx: Tasklets synchronization fix. When multiple vectors are used, the vector variable is over written, resulting in unhandled opera

[Bug] Remove and add a mounted device gets a new dev path

2012-12-09 Thread Anand Jain
# mount /dev/sdb /btrfs # echo "scsi remove-single-device 1 0 0 0" > /proc/scsi/scsi # lsscsi [0:0:0:0]diskATA VBOX HARDDISK1.0 /dev/sda [2:0:0:0]diskATA VBOX HARDDISK1.0 /dev/sdc # btrfs su create /btrfs/sv1 Create subvolume '/btrfs/sv1' ERROR: cannot

Re: kernel BUG at drivers/scsi/scsi_lib.c:1096!

2015-11-23 Thread Pratyush Anand
On 23/11/2015:02:57:19 PM, Laurent Dufour wrote: > On 23/11/2015 00:20, Mark Salter wrote: > > On Sun, 2015-11-22 at 00:56 +0800, Ming Lei wrote: > >> On Sat, 21 Nov 2015 12:30:14 +0100 > >> Laurent Dufour wrote: > >> > >>> On 20/11/2015 13:10, Michael Ellerman wrote: > On Thu, 2015-11-19 at

Re: [RFC: 2.6 patch] drivers/scsi/qla4xxx/: possible cleanups

2007-01-16 Thread Ravi Anand
>On Sun, 14 Jan 2007, Adrian Bunk wrote: > Date: Sun, 14 Jan 2007 14:45:54 +0100 > From: Adrian Bunk <[EMAIL PROTECTED]> > To: Ravi Anand <[EMAIL PROTECTED]>, > David Somayajulu <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED], linux-scsi@vger.kernel.org,

RE: The pm80xx driver hangs in 3.10 with the Adaptec 71605H HBA

2013-07-15 Thread Anand Kumar Santhanam
Hi Hans, Pls find responses inline. Regards Anand -Original Message- From: Jack Wang [mailto:xjtu...@gmail.com] Sent: Monday, July 15, 2013 2:24 PM To: Hans Verkuil Cc: Anand Kumar Santhanam; lindar_liu; linux-scsi@vger.kernel.org; jinpu.w...@profitbricks.com Subject: Re: The pm80xx

RE: [PATCH] pm80xx: fix Adaptec 71605H hang

2013-07-24 Thread Anand Kumar Santhanam
Hi Hans, Are you planning to address the below comment and submit an updated patch? Regards Anand -Original Message- From: Jack Wang [mailto:xjtu...@gmail.com] Sent: Monday, July 15, 2013 3:14 PM To: Hans Verkuil Cc: linux-scsi@vger.kernel.org; Anand Kumar Santhanam; lindar_

RE: [PATCH] pm80xx: fix Adaptec 71605H hang

2013-07-25 Thread Anand Kumar Santhanam
Hans, The below #defines are available in pm8001_defs.h /* Inbound/Outbound queue size */ #define IOMB_SIZE_SPC 64 #define IOMB_SIZE_SPCV128 You can use IOMB_SIZE_SPC in pm8001_hwi.c file and IOMB_SIZE_SPCV in pm80xx_hwi.c Regards Anand -Original Message- From: Hans

RE: [PATCHv2] pm80xx: fix Adaptec 71605H hang

2013-07-26 Thread Anand Kumar Santhanam
Hi Hans, Thanks for addressing the comment. Acked-by: anandkumar.santha...@pmcs.com Regards Anand -Original Message- From: Hans Verkuil [mailto:hverk...@xs4all.nl] Sent: Friday, July 26, 2013 10:14 PM To: linux-scsi@vger.kernel.org Cc: Anand Kumar Santhanam; lindar_...@usish.com

RE: [PATCH] pm80xx: Fix for 32 bit compilation issue.

2013-08-09 Thread Anand Kumar Santhanam
James, Thanks for the suggestion. This looks better. Will submit an updated patch. Regards Anand -Original Message- From: James Bottomley [mailto:james.bottom...@hansenpartnership.com] Sent: Wednesday, August 07, 2013 11:35 PM To: Anand Kumar Santhanam Cc: linux-scsi@vger.kernel.org

RE: [PATCH V2 10/10] pm80xx: Firmware logging support

2013-10-01 Thread Anand Kumar Santhanam
Tomas, Pls see replies inline. Regards Anand -Original Message- From: Tomas Henzl [mailto:the...@redhat.com] Sent: Friday, September 27, 2013 6:32 PM To: Anand Kumar Santhanam Cc: linux-scsi@vger.kernel.org; Sangeetha Gnanasekaran; Nikith Ganigarakoppal; Viswas G; xjtu...@gmail.com

RE: [PATCH 01/15] pm80xx: fix for memory region free

2013-03-02 Thread Anand Kumar Santhanam
a single patch to resolve compilation and individual patch functionality issue. 4. We will be attaching the individual patches in the email as well as submit the patch inline within the email. Regards Anand -Original Message- From: James Bottomley [mailto:james.bottom

RE: [RESEND] [PATCH 05/13] pm80xx: MSI-X implementation for using 64 interrupts

2013-03-14 Thread Anand Kumar Santhanam
Hi Hannes, I have addressed your comment and merged individual tasklet to one and have resubmitted the patchset. Regards Anand -Original Message- From: Hannes Reinecke [mailto:h...@suse.de] Sent: Monday, March 04, 2013 3:46 PM To: Anand Kumar Santhanam Cc: linux-scsi@vger.kernel.org

RE: [PATCH V2 05/12] pm80xx: MSI-X implementation for using 64 interrupts

2013-03-21 Thread Anand Kumar Santhanam
Hannes, I have submitted patchset v3 which addressed your comment. I have used hpsa.c as reference. Thanks. Regards Anand -Original Message- From: Hannes Reinecke [mailto:h...@suse.de] Sent: Thursday, March 14, 2013 4:51 PM To: Anand Kumar Santhanam Cc: linux-scsi@vger.kernel.org

RE: [PATCH 01/15] pm80xx: fix for memory region free

2013-04-03 Thread Anand Kumar Santhanam
Hi James, The patches for pm80xx driver has been resubmitted based on your review feedback. Could you pls include the same for 3.9? Regards Anand -Original Message- From: James Bottomley [mailto:james.bottom...@hansenpartnership.com] Sent: Saturday, February 23, 2013 4:35 AM To: Anand

RE: [PATCH V3 01/12] pm80xx: fix for memory region free

2013-04-10 Thread Anand Kumar Santhanam
had suggested and we did not encounter compilation errors after applying each patch. Regards Anand -Original Message- From: James Bottomley [mailto:james.bottom...@hansenpartnership.com] Sent: Thursday, April 11, 2013 1:43 AM To: Anand Kumar Santhanam Cc: linux-scsi@vger.kernel.or

RE: [PATCH V3 02/12] pm80xx: Added SPCv/ve specific ids, variables and modify for SPC

2013-04-10 Thread Anand Kumar Santhanam
Hi James, Did you take the patch attachment from the email? Pls let us know as to which version of diff tool you are using. I used the patch command to apply this patch against 3.8-rc6 tree to check whether the patch is applying properly. Regards Anand -Original Message- From: James

RE: [PATCH V3 02/12] pm80xx: Added SPCv/ve specific ids, variables and modify for SPC

2013-04-11 Thread Anand Kumar Santhanam
Hi James, I will double check the same. Also can you pls provide the tool which you are using to apply the patch and also the kernel version? I will ensure that we locally apply the patches before sending to the list. Regards Anand -Original Message- From: James Bottomley

RE: [PATCH V3 01/12] pm80xx: fix for memory region free

2013-04-11 Thread Anand Kumar Santhanam
Hi James, Are you still seeing compilation issue? Do we need to rework on this patchset? Pls let us know. Regards Anand -Original Message- From: Anand Kumar Santhanam Sent: Thursday, April 11, 2013 12:05 PM To: 'James Bottomley' Cc: 'linux-scsi@vger.kernel.org'; H

RE: [PATCH V3 02/12] pm80xx: Added SPCv/ve specific ids, variables and modify for SPC

2013-04-18 Thread Anand Kumar Santhanam
Hi James, I have resubmitted the patchset v4 after fixing the patch format problems. Pls apply from patch 1 of the series onwards. Regards Anand -Original Message- From: James Bottomley [mailto:james.bottom...@hansenpartnership.com] Sent: Friday, April 12, 2013 8:37 AM To: Anand Kumar

RE: [PATCH V3 02/12] pm80xx: Added SPCv/ve specific ids, variables and modify for SPC

2013-05-02 Thread Anand Kumar Santhanam
Hi James, This is a scsi pull request for the PM80xx patchset resubmitted on the 18th April. Pls go ahead and use the patchset for 3.9+ merge. Regards Anand From: Anand Kumar Santhanam Sent: Thu 4/18/2013 11:43 AM To: 'James Bottomley' Cc: &

RE: [PATCH V4 2/12] pm80xx: Added SPCv/ve specific ids, variables and modify for SPC

2013-05-02 Thread Anand Kumar Santhanam
James, Can you pls let us know the warning flags you are including in your makefile such that we can check from our end. Obviously it looks like we did not use -Warray-bounds in this case. Thanks. Regards Anand From: James Bottomley [mailto:james.bottom

RE: [PATCH V4 2/12] pm80xx: Added SPCv/ve specific ids, variables and modify for SPC

2013-05-06 Thread Anand Kumar Santhanam
flags enabled. So I was just wondering whether you are using any special settings such that you are able to see the warning. Regards Anand -Original Message- From: James Bottomley [mailto:james.bottom...@hansenpartnership.com] Sent: Friday, May 03, 2013 11:29 AM To: Anand Kumar Santhanam Cc

RE: [PATCH V5 11/12] pm80xx: NCQ error handling changes

2013-05-07 Thread Anand Kumar Santhanam
Hi James, Got it. Will be more careful next time. Regards Anand -Original Message- From: James Bottomley [mailto:james.bottom...@hansenpartnership.com] Sent: Tuesday, May 07, 2013 11:37 AM To: Anand Kumar Santhanam Cc: linux-scsi@vger.kernel.org; sakthivel...@hcl.com; Sangeetha

RE: [patch] [SCSI] pm80xx: remove unneeded NULL check

2013-05-09 Thread Anand Kumar Santhanam
Hi Dan, Yes. I agree with your comment. Acked-by: anandkumar_santha...@pmcs.com Regards Anand -Original Message- From: Dan Carpenter [mailto:dan.carpen...@oracle.com] Sent: Thursday, May 09, 2013 6:18 PM To: xjtu...@gmail.com; Anand Kumar Santhanam Cc: lindar_...@usish.com; James E.J

Test mail

2013-02-12 Thread Anand Kumar S - ERS, HCL Tech
::DISCLAIMER:: The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. E-mail transmiss

<    1   2