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

Skip to content
Commit bff6d6f9 authored by Ravi Gummadidala's avatar Ravi Gummadidala
Browse files

msm: ipa: fix for spinlock recursion bug



Upon TX completion, IPA driver invokes a client supplied
callback. This happens with the TX packet list spinlock
held. A client could attempt a TX operation from the callback
causing an attempt to lock the spinlock of the same TX packet
list which is illegal. This change releases the spinlock right
before calling client callback and locks it back right after.

Change-Id: I9cb466515b9e6c71cdb509e795adb3fade4d1b16
Signed-off-by: default avatarRavi Gummadidala <rgummadi@codeaurora.org>
parent a1283375
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