[PATCH v3 33/52] scsi, bnx2i: Fix CPU hotplug callback registration

2014-03-10 Thread Srivatsa S. Bhat
ing this latter form of callback registration. Cc: Eddie Wai Cc: "James E.J. Bottomley" Cc: Ingo Molnar Cc: linux-scsi@vger.kernel.org Signed-off-by: Srivatsa S. Bhat --- drivers/scsi/bnx2i/bnx2i_init.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --

[PATCH v3 34/52] scsi, bnx2fc: Fix CPU hotplug callback registration

2014-03-10 Thread Srivatsa S. Bhat
ing this latter form of callback registration. Cc: Eddie Wai Cc: "James E.J. Bottomley" Cc: Ingo Molnar Cc: linux-scsi@vger.kernel.org Signed-off-by: Srivatsa S. Bhat --- drivers/scsi/bnx2fc/bnx2fc_fcoe.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --

[PATCH v3 35/52] scsi, fcoe: Fix CPU hotplug callback registration

2014-03-10 Thread Srivatsa S. Bhat
ing this latter form of callback registration. Cc: Robert Love Cc: "James E.J. Bottomley" Cc: Ingo Molnar Cc: fcoe-de...@open-fcoe.org Cc: linux-scsi@vger.kernel.org Signed-off-by: Srivatsa S. Bhat --- drivers/scsi/fcoe/fcoe.c | 15 +-- 1 file changed, 13 insertio

[PATCH v2 33/52] scsi, bnx2i: Fix CPU hotplug callback registration

2014-02-14 Thread Srivatsa S. Bhat
ing this latter form of callback registration. Cc: Eddie Wai Cc: "James E.J. Bottomley" Cc: Ingo Molnar Cc: linux-scsi@vger.kernel.org Signed-off-by: Srivatsa S. Bhat --- drivers/scsi/bnx2i/bnx2i_init.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --

[PATCH v2 34/52] scsi, bnx2fc: Fix CPU hotplug callback registration

2014-02-14 Thread Srivatsa S. Bhat
ing this latter form of callback registration. Cc: Eddie Wai Cc: "James E.J. Bottomley" Cc: Ingo Molnar Cc: linux-scsi@vger.kernel.org Signed-off-by: Srivatsa S. Bhat --- drivers/scsi/bnx2fc/bnx2fc_fcoe.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --

[PATCH v2 35/52] scsi, fcoe: Fix CPU hotplug callback registration

2014-02-14 Thread Srivatsa S. Bhat
ing this latter form of callback registration. Cc: Robert Love Cc: "James E.J. Bottomley" Cc: Ingo Molnar Cc: fcoe-de...@open-fcoe.org Cc: linux-scsi@vger.kernel.org Signed-off-by: Srivatsa S. Bhat --- drivers/scsi/fcoe/fcoe.c | 15 +-- 1 file changed, 13 insertio

[PATCH 32/51] scsi, bnx2fc: Fix CPU hotplug callback registration

2014-02-05 Thread Srivatsa S. Bhat
ter form of callback registration. Cc: Eddie Wai Cc: "James E.J. Bottomley" Cc: linux-scsi@vger.kernel.org Signed-off-by: Srivatsa S. Bhat --- drivers/scsi/bnx2fc/bnx2fc_fcoe.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/bnx2f

[PATCH 31/51] scsi, bnx2i: Fix CPU hotplug callback registration

2014-02-05 Thread Srivatsa S. Bhat
ter form of callback registration. Cc: Eddie Wai Cc: "James E.J. Bottomley" Cc: linux-scsi@vger.kernel.org Signed-off-by: Srivatsa S. Bhat --- drivers/scsi/bnx2i/bnx2i_init.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/bnx2i/bnx2

[PATCH 33/51] scsi, fcoe: Fix CPU hotplug callback registration

2014-02-05 Thread Srivatsa S. Bhat
ter form of callback registration. Cc: Robert Love Cc: "James E.J. Bottomley" Cc: fcoe-de...@open-fcoe.org Cc: linux-scsi@vger.kernel.org Signed-off-by: Srivatsa S. Bhat --- drivers/scsi/fcoe/fcoe.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a

[PATCH v3 25/45] [SCSI] fcoe: Use get/put_online_cpus_atomic() to prevent CPU offline

2013-06-27 Thread Srivatsa S. Bhat
e Cc: "James E.J. Bottomley" Cc: de...@open-fcoe.org Cc: linux-scsi@vger.kernel.org Signed-off-by: Srivatsa S. Bhat --- drivers/scsi/fcoe/fcoe.c |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/scsi/fcoe/fcoe.c b/drivers/scsi/fcoe/fcoe.c index 32ae6c6.

[PATCH v2 24/45] [SCSI] fcoe: Use get/put_online_cpus_atomic() to prevent CPU offline

2013-06-25 Thread Srivatsa S. Bhat
e Cc: "James E.J. Bottomley" Cc: de...@open-fcoe.org Cc: linux-scsi@vger.kernel.org Signed-off-by: Srivatsa S. Bhat --- drivers/scsi/fcoe/fcoe.c |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/scsi/fcoe/fcoe.c b/drivers/scsi/fcoe/fcoe.c index 292b24f.

[PATCH 24/45] [SCSI] fcoe: Use get/put_online_cpus_atomic() to prevent CPU offline

2013-06-23 Thread Srivatsa S. Bhat
e Cc: "James E.J. Bottomley" Cc: de...@open-fcoe.org Cc: linux-scsi@vger.kernel.org Signed-off-by: Srivatsa S. Bhat --- drivers/scsi/fcoe/fcoe.c |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/scsi/fcoe/fcoe.c b/drivers/scsi/fcoe/fcoe.c index 292b24f.

Re: [PATCH] [RESEND] qla2xxx: fix potential deadlock on ha->hardware_lock

2012-10-08 Thread Srivatsa S. Bhat
ock); > > lock(&(&ha->hardware_lock)->rlock); > === [ cut here ] === > > Fix the potential deadlock by disabling IRQs while holding ha->vport_slock. > > Reported-and-tested-by: Srivatsa S. Bhat > Signed-off-by: Jiri Kosina This needs a CC to stable

Re: [qla2xxx] INFO: possible irq lock inversion dependency detected

2012-10-05 Thread Srivatsa S. Bhat
Hi Nicholas, On 10/05/2012 12:14 AM, Nicholas A. Bellinger wrote: > On Thu, 2012-10-04 at 21:11 +0530, Srivatsa S. Bhat wrote: >> Hi Jiri, >> >> Thanks for taking a look! > > Hi Srivatsa & Jiri, > >> >>> This seems to be real. You should

Re: [qla2xxx] INFO: possible irq lock inversion dependency detected

2012-10-04 Thread Srivatsa S. Bhat
>lock(&(&ha->vport_slock)->rlock); > > lock(&(&ha->hardware_lock)->rlock); > === [ cut here ] === > > Fix the potential deadlock by disabling IRQs while holding ha->vport_slock. > > Reported-by: Srivat

[qla2xxx] INFO: possible irq lock inversion dependency detected

2012-10-04 Thread Srivatsa S. Bhat
Hi, With the mainline kernel (in the merge window) I am seeing the following lockdep splat every time during boot. Regards, Srivatsa S. Bhat > [3.940316] SCSI subsystem initialized [3.949021] Fusion MPT base driver 3.04.20 [3.953141] Copyright