diff options
| author | Matthew Wilcox (Oracle) <[email protected]> | 2024-04-26 15:45:00 +0100 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2024-05-05 17:53:53 -0700 |
| commit | 3be51060599ff01899b6d8c3f8aca456506cf5ea (patch) | |
| tree | 0a684360bd4979d6554b317575e1e4d3827fbed4 /tools/perf/scripts/python/flamegraph.py | |
| parent | e0ffb29bc54d86b9ab10ebafc66eb1b7229e0cd7 (diff) | |
mm: assert the mmap_lock is held in __anon_vma_prepare()
Patch series "Improve anon_vma scalability for anon VMAs".
We have a 3x throughput improvement reported by Intel's kernel test robot:
https://lore.kernel.org/all/[email protected]/
This is from delaying taking the mmap_lock for page faults until we
actually need the mmap_lock in order to assign an anon_vma to the vma. It
cleans up the page fault path a little by making the anon fault handler
more similar to the file fault handler.
This patch (of 4):
Convert the comment into an assertion.
Link: https://lkml.kernel.org/r/[email protected]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
Reviewed-by: Suren Baghdasaryan <[email protected]>
Reviewed-by: David Hildenbrand <[email protected]>
Cc: Jann Horn <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions