aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorSean Christopherson <[email protected]>2022-12-13 06:09:12 +0000
committerSean Christopherson <[email protected]>2023-01-24 10:36:41 -0800
commit11df586d774f4aab1835144fd2a8dc3cb2add8d4 (patch)
tree17e072c09eaeff43a5423d88f6e1cd2ba54bcb67 /tools/perf/scripts/python/stackcollapse.py
parent4f76e86f7e0dc33af14256d30177bf65de2f9cab (diff)
KVM: VMX: Handle NMI VM-Exits in noinstr region
Move VMX's handling of NMI VM-Exits into vmx_vcpu_enter_exit() so that the NMI is handled prior to leaving the safety of noinstr. Handling the NMI after leaving noinstr exposes the kernel to potential ordering problems as an instrumentation-induced fault, e.g. #DB, #BP, #PF, etc. will unblock NMIs when IRETing back to the faulting instruction. Reported-by: Peter Zijlstra <[email protected]> Acked-by: Peter Zijlstra (Intel) <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sean Christopherson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions