On 5/8/23 11:22 AM, Maurizio Lombardi wrote: > PATCH 1 fixes a possible hang when during a login operation the initiator > stops sending data to the target and the login_work doesn't get scheduled. > > PATCH 3 fixes a bug in iscsi_target_locate_portal(), in the error > code path the login semaphore may end up being released even if > no one called down() against it, this may allow > multiple threads to access the semaphore-protected code. > > v3: fix the comments' format > > v2: the login timeout of 15 seconds now is relative to the entire > login operation and not per-PDU. > Reviewed-by: Mike Christie <michael.christie@xxxxxxxxxx>