diff options
author | Peter Zijlstra <[email protected]> | 2014-03-05 14:07:49 +0100 |
---|---|---|
committer | H. Peter Anvin <[email protected]> | 2014-03-06 10:58:18 -0800 |
commit | d4078e232267ff53f3b030b9698a3c001db4dbec (patch) | |
tree | bb8658ced4e6610b36fbf3de05ae85c3585df850 /lib/mpi/mpi-internal.h | |
parent | 0ac09f9f8cd1fb028a48330edba6023d347d3cea (diff) |
x86, trace: Further robustify CR2 handling vs tracing
Building on commit 0ac09f9f8cd1 ("x86, trace: Fix CR2 corruption when
tracing page faults") this patch addresses another few issues:
- Now that read_cr2() is lifted into trace_do_page_fault(), we should
pass the address to trace_page_fault_entries() to avoid it
re-reading a potentially changed cr2.
- Put both trace_do_page_fault() and trace_page_fault_entries() under
CONFIG_TRACING.
- Mark both fault entry functions {,trace_}do_page_fault() as notrace
to avoid getting __mcount or other function entry trace callbacks
before we've observed CR2.
- Mark __do_page_fault() as noinline to guarantee the function tracer
does get to see the fault.
Cc: <[email protected]>
Cc: <[email protected]>
Acked-by: Steven Rostedt <[email protected]>
Signed-off-by: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: H. Peter Anvin <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-internal.h')
0 files changed, 0 insertions, 0 deletions