[PATCH 0/5] x86/traps: Drop exception_table[]

Andrew Cooper posted 5 patches 2 years, 5 months ago
Failed in applying to current master (apply log)
xen/arch/x86/crash.c            | 15 +-------
xen/arch/x86/extable.c          |  8 ++--
xen/arch/x86/hvm/vmx/vmx.c      |  2 +-
xen/arch/x86/pv/traps.c         |  6 +--
xen/arch/x86/traps.c            | 83 +++++++++--------------------------------
xen/arch/x86/x86_64/entry.S     | 74 ++++++++++++++++++++++++++++++++----
xen/include/asm-x86/processor.h |  3 --
xen/include/asm-x86/traps.h     |  2 +-
8 files changed, 96 insertions(+), 97 deletions(-)
[PATCH 0/5] x86/traps: Drop exception_table[]
Posted by Andrew Cooper 2 years, 5 months ago
Andrew Cooper (5):
  x86/traps: Collect PERFC_exceptions stats for IST vectors too
  x86/traps: Drop dummy_nmi_callback()
  x86/crash: Drop manual hooking of exception_table[]
  x86/traps: Drop exception_table[] and use if/else dispatching
  x86/traps: Clean up diagnostics

 xen/arch/x86/crash.c            | 15 +-------
 xen/arch/x86/extable.c          |  8 ++--
 xen/arch/x86/hvm/vmx/vmx.c      |  2 +-
 xen/arch/x86/pv/traps.c         |  6 +--
 xen/arch/x86/traps.c            | 83 +++++++++--------------------------------
 xen/arch/x86/x86_64/entry.S     | 74 ++++++++++++++++++++++++++++++++----
 xen/include/asm-x86/processor.h |  3 --
 xen/include/asm-x86/traps.h     |  2 +-
 8 files changed, 96 insertions(+), 97 deletions(-)

-- 
2.11.0