diff options
| author | Suren Baghdasaryan <[email protected]> | 2023-02-27 09:36:18 -0800 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2023-04-05 20:02:59 -0700 |
| commit | 98e51a2239d9d419d819cd61a2e720ebf19a8b0a (patch) | |
| tree | 5db03b809222a234cbf9ff9d0cf69ec277c9697c /tools/perf/scripts/python/syscall-counts-by-pid.py | |
| parent | 73046fd00b069ffd198eda099dae966e152fae39 (diff) | |
mm: conditionally write-lock VMA in free_pgtables
Normally free_pgtables needs to lock affected VMAs except for the case
when VMAs were isolated under VMA write-lock. munmap() does just that,
isolating while holding appropriate locks and then downgrading mmap_lock
and dropping per-VMA locks before freeing page tables. Add a parameter to
free_pgtables for such scenario.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Suren Baghdasaryan <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions