Skip to content

Draft: qla2xxx: perform lockless command completion in abort path

Nilesh Javali requested to merge njavali/centos-stream-9:BZ2093878 into main

Bugzilla: https://bugzilla.redhat.com/2093878

Upstream Status: Yet to post

The command was completed in abort path during driver unload with a lock held causing the warning in abort path. Hence complete the command without any lock held.

Signed-off-by: Nilesh Javali njavali@redhat.com

Merge request reports