Re: [PATCH 0/2] Locking issue in libiscsi and be2iscsi

2016-10-17 Thread Martin K. Petersen
> "Jitendra" == Jitendra Bhivare  writes:

Jitendra> These patches are being resent with required changes as per
Jitendra> comments for [PATCH 02/28] be2iscsi: Replace _bh with
Jitendra> _irqsave/irqrestore

Jitendra> In IO handling path, there is no spin_lock taken with IRQs
Jitendra> disabled when calling into libiscsi, so no issues were found
Jitendra> with use of spin_lock_bh/spin_unlock_bh except for one in
Jitendra> iscsi_eh_cmd_timeout.

Jitendra> This needs to be applied on top 11.2.0.0 of be2iscsi committed
Jitendra> in 4.9/scsi-queue.

Applied to 4.9/scsi-fixes.

-- 
Martin K. Petersen  Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/2] Locking issue in libiscsi and be2iscsi

2016-10-14 Thread Martin K. Petersen
> "Jitendra" == Jitendra Bhivare  writes:

Jitendra> These patches are being resent with required changes as per
Jitendra> comments for [PATCH 02/28] be2iscsi: Replace _bh with
Jitendra> _irqsave/irqrestore

Jitendra> In IO handling path, there is no spin_lock taken with IRQs
Jitendra> disabled when calling into libiscsi, so no issues were found
Jitendra> with use of spin_lock_bh/spin_unlock_bh except for one in
Jitendra> iscsi_eh_cmd_timeout.

Somebody please review.

-- 
Martin K. Petersen  Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/2] Locking issue in libiscsi and be2iscsi

2016-10-13 Thread Jitendra Bhivare
These patches are being resent with required changes as per comments
for [PATCH 02/28] be2iscsi: Replace _bh with _irqsave/irqrestore

In IO handling path, there is no spin_lock taken with IRQs disabled
when calling into libiscsi, so no issues were found with use of
spin_lock_bh/spin_unlock_bh except for one in iscsi_eh_cmd_timeout.

This needs to be applied on top 11.2.0.0 of be2iscsi committed in
4.9/scsi-queue.

Jitendra Bhivare (2):
  libiscsi: Fix locking in __iscsi_conn_send_pdu
  be2iscsi: Replace _bh with _irqsave/irqrestore

 drivers/scsi/be2iscsi/be_main.c | 37 +++--
 drivers/scsi/libiscsi.c |  4 ++--
 2 files changed, 25 insertions(+), 16 deletions(-)

-- 
2.7.4
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html