diff options
| author | Fabio M. De Francesco <[email protected]> | 2022-04-25 19:57:53 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2022-04-26 12:51:31 +0200 |
| commit | 1d625960e41907af706f573a3cd097595a0ade63 (patch) | |
| tree | 8e5a08d2d6f7ff7e3def7d8be254b6f581075aae /tools/perf/scripts/python | |
| parent | 26eff2d66aff33527c7872277ab9c9d8478a978c (diff) | |
binder: Use kmap_local_page() in binder_alloc_copy_user_to_buffer()
The use of kmap() is being deprecated in favor of kmap_local_page()
where it is feasible. With kmap_local_page(), the mapping is per
thread, CPU local and not globally visible.
binder_alloc_copy_user_to_buffer() is a function where the use of
kmap_local_page() in place of kmap() is correctly suited because
the mapping is local to the thread.
Therefore, use kmap_local_page() / kunmap_local().
Cc: Christophe JAILLET <[email protected]>
Acked-by: Todd Kjos <[email protected]>
Signed-off-by: Fabio M. De Francesco <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions