Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0358a219 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "crypto: msm: qcrypto: Fix spinlock deadlock issue"

parents acd41b70 9472ca1b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1387,7 +1387,9 @@ again:
		rev = llist_next(rev);

		areq = arsp->async_req;
		local_bh_disable();
		areq->complete(areq, arsp->res);
		local_bh_enable();
		atomic_dec(&cp->resp_cnt);
		if (ACCESS_ONCE(cp->ce_req_proc_sts) == STOPPED &&
				atomic_read(&cp->resp_cnt) <=