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

Josh Poimboeuf posted 2 patches 2 years, 7 months ago
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(-)
[PATCH 0/2] x86/unwind/orc: Fix unwinding from kprobe on PUSH/POP instruction
Posted by Josh Poimboeuf 2 years, 7 months ago
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(-)

-- 
2.39.1