+27
−15
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Need to protect prevent_suspend_list by runtime_lock. Issue happens when 1 printing lock0 of prevent_suspend_list in thread0 2 thread0 scheduled out and lock0 is released. 3 return back to thread0, it will using lock0 pointer to check next lock, then issue happens. Fix is adding runtime_lock to protect. Change-Id: I7182651e445cf5008dba73e15b2c261cc125577f CRs-Fixed: 2883052