[0/2] x86/unwind/orc: Fix unwinding from kprobe on PUSH/POP instruction

Message ID cover.1676068346.git.jpoimboe@kernel.org
Headers
Series x86/unwind/orc: Fix unwinding from kprobe on PUSH/POP instruction |

Message

Josh Poimboeuf Feb. 10, 2023, 10:42 p.m. UTC
  Josh Poimboeuf (2):
  x86/unwind/orc: Add 'signal' field to ORC metadata
  x86/entry: Fix unwinding from kprobe on PUSH/POP instruction

 arch/x86/entry/entry_64.S              |  9 ++++++++-
 arch/x86/include/asm/orc_types.h       |  4 +++-
 arch/x86/include/asm/unwind_hints.h    | 10 +++++-----
 arch/x86/kernel/unwind_orc.c           |  5 ++---
 include/linux/objtool.h                | 11 +++++++----
 tools/arch/x86/include/asm/orc_types.h |  4 +++-
 tools/include/linux/objtool.h          | 11 +++++++----
 tools/objtool/orc_dump.c               |  4 ++--
 8 files changed, 37 insertions(+), 21 deletions(-)