diff options
author | Sean Christopherson <[email protected]> | 2024-01-09 17:15:31 -0800 |
---|---|---|
committer | Sean Christopherson <[email protected]> | 2024-02-06 11:04:10 -0800 |
commit | 422eeb543ac99ea24b80c19492c3359696500a47 (patch) | |
tree | ac78c157c161708d94f678f0b1d952445e72b03a /tools/perf/scripts/python/mem-phys-addr.py | |
parent | 3d75b8aa5c29058a512db29da7cbee8052724157 (diff) |
KVM: Put mm immediately after async #PF worker completes remote gup()
Put the async #PF worker's reference to the VM's address space as soon as
the worker is done with the mm. This will allow deferring getting a
reference to the worker itself without having to track whether or not
getting a reference succeeded.
Note, if the vCPU is still alive, there is no danger of the worker getting
stuck with tearing down the host page tables, as userspace also holds a
reference (obviously), i.e. there is no risk of delaying the page-present
notification due to triggering the slow path in mmput().
Reviewed-by: Vitaly Kuznetsov <[email protected]>
Reviewed-by: Xu Yilun <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Sean Christopherson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions