soc: qcom: use interruptible wait in cdsprm for rpmsg messages
wait_for_complete in rpmsg consumer work queue will put the thread to uninterruptible sleep resulting in hung task detection failures. Use kernel thread with interruptible wait instead of a work queue with wait_for_complete for deferred work to process rpmsg messages from CDSP subsystem to avoid hung task detection. Change-Id: I182919b4b7ff772079b5ca7f8ce663cf5ba3c24a Acked-by:Sreekanth Gande <sgande@qti.qualcomm.com> Signed-off-by:
Tharun Kumar Merugu <mtharu@codeaurora.org>
Loading
Please register or sign in to comment