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

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

[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