diff options
author | Steven Rostedt <[email protected]> | 2012-02-19 16:43:37 -0500 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2012-02-20 09:09:57 +0100 |
commit | 45d5a1683c04be28abdf5c04c27b1417e0374486 (patch) | |
tree | c8ed3fc0a9ba31df6cf7ac92f39f935c55b55f18 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 32c3233885eb10ac9cb9410f2f8cd64b8df2b2a1 (diff) |
x86/nmi: Test saved %cs in NMI to determine nested NMI case
Currently, the NMI handler tests if it is nested by checking the
special variable saved on the stack (set during NMI handling)
and whether the saved stack is the NMI stack as well (to prevent
the race when the variable is set to zero).
But userspace may set their %rsp to any value as long as they do
not derefence it, and it may make it point to the NMI stack,
which will prevent NMIs from triggering while the userspace app
is running. (I tested this, and it is indeed the case)
Add another check to determine nested NMIs by looking at the
saved %cs (code segment register) and making sure that it is the
kernel code segment.
Signed-off-by: Steven Rostedt <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions