diff options
| author | Luigi Rizzo <[email protected]> | 2021-09-02 14:56:46 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2021-09-03 09:58:13 -0700 |
| commit | 5b78ed24e8ec48602c1d6f5a188e58d000c81e2b (patch) | |
| tree | fb2e4dea2199850c8ab0ca7492acab96a06a15a0 /tools/perf/scripts/python/netdev-times.py | |
| parent | e15710bf04063766f428048f4dad7b73b646203f (diff) | |
mm/pagemap: add mmap_assert_locked() annotations to find_vma*()
find_vma() and variants need protection when used. This patch adds
mmap_assert_lock() calls in the functions.
To make sure the invariant is satisfied, we also need to add a
mmap_read_lock() around the get_user_pages_remote() call in
get_arg_page(). The lock is not strictly necessary because the mm has
been newly created, but the extra cost is limited because the same mutex
was also acquired shortly before in __bprm_mm_init(), so it is hot and
uncontended.
[[email protected]: TOMOYO needs the same protection which get_arg_page() needs]
Link: https://lkml.kernel.org/r/[email protected]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Luigi Rizzo <[email protected]>
Cc: David Rientjes <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions