diff options
| author | Tetsuo Handa <[email protected]> | 2019-02-22 20:03:55 +0900 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2019-02-26 11:50:17 +0100 |
| commit | ecd182cbf4e107928077866399100228d2359c60 (patch) | |
| tree | 53f9b17670a335aab7b63b8f039609158f5ab416 /tools/perf/scripts/python/mem-phys-addr.py | |
| parent | 1d4ccf2b3c8eecc2b7472ec1d2fbe88ba593e1d9 (diff) | |
staging: android: ashmem: Avoid range_alloc() allocation with ashmem_mutex held.
ashmem_pin() is calling range_shrink() without checking whether
range_alloc() succeeded. Also, doing memory allocation with ashmem_mutex
held should be avoided because ashmem_shrink_scan() tries to hold it.
Therefore, move memory allocation for range_alloc() to ashmem_pin_unpin()
and make range_alloc() not to fail.
This patch is mostly meant for backporting purpose for fuzz testing on
stable/distributor kernels, for there is a plan to remove this code in
near future.
Signed-off-by: Tetsuo Handa <[email protected]>
Cc: [email protected]
Reviewed-by: Joel Fernandes <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions