Files
scst/qla2x00t-32gbit
Brian MandGleb Chesnokov 84a23a254b qla2xxx: fix session free stall by using scst_unregister_session wait=0
Calling scst_unregister_session(wait=1) from qlt_free_session_done
blocks the qla2xxx_wq worker until session teardown completes, but
teardown requires the TM thread to process SCST_UNREG_SESS_TM while
the TM thread is blocked on scst_mutex held by concurrent session
teardown in the global management thread. Under load this stall
exceeds the hung-task timeout. Switch to wait=0 and wait on
fcport->unreg_done instead, matching the pattern in iscsi-scst.
2026-03-02 10:18:30 +03:00
..
2025-09-08 16:40:12 +03:00
2025-10-01 22:11:28 +03:00
2024-11-07 13:21:25 +03:00
2025-05-14 18:36:46 +03:00
2023-10-10 15:01:54 +03:00