Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
binder: Use wake up hint for synchronous transactions.
Use wake_up_interruptible_sync() to hint to the scheduler binder transactions are synchronous wakeups. Disable preemption while waking to avoid ping-ponging on the binder lock. Signed-off-by: Todd Kjos <[email protected]> Signed-off-by: Omprakash Dhyade <[email protected]> Cc: stable <[email protected]> # 4.4+ Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information