mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02:00
(from https://lkml.org/lkml/2017/6/29/754) binder_pop_transaction needs to be split into 2 pieces to to allow the proc lock to be held on entry to dequeue the transaction stack, but no lock when kfree'ing the transaction. Split into binder_pop_transaction_locked and binder_free_transaction (the actual locks are still to be added). Change-Id: I848ae994cc27b3cd083cff2dbd1071762784f4a3 Test: tested manually Signed-off-by: Todd Kjos <tkjos@google.com> |
||
|---|---|---|
| .. | ||
| binder_alloc.c | ||
| binder_alloc.h | ||
| binder_trace.h | ||
| binder.c | ||
| Kconfig | ||
| Makefile | ||