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

Skip to content
Commit 1b8b4a41 authored by Tharun Kumar Merugu's avatar Tharun Kumar Merugu
Browse files

msm: ADSPRPC: Fix deadlock during SSR



Deadlock is happening as mutex is locked before rpmsg_send and
SSR notifier thread is waiting on same mutex. rpmsg_send is
blocking call and returns only after notifying DSP. rpmsg is
not able to notify as notifier thread is blocked. Used separate
lock for guarding rpmsg device.

Change-Id: Idc8d85c6283c884fd99881c581e200ca48586d6b
Acked-by: default avatarHimateja Reddy <hmreddy@qti.qualcomm.com>
Signed-off-by: default avatarTharun Kumar Merugu <mtharu@codeaurora.org>
parent f63747b8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment