Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1622475

[PATCH 0/3] x86/unwind: silence entry-related warnings

From Josh Poimboeuf <jpoimboe@redhat.com>
Newsgroups linux.kernel
Subject [PATCH 0/3] x86/unwind: silence entry-related warnings
Date 2017-04-12 20:50 +0200
Message-ID <tvvv3-81S-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This fixes a rare unwinder warning which is seen when unwinding from an
interrupt which occurred in entry code.  The first two patches are
cleanups which are needed for the fix in the third patch.

Josh Poimboeuf (3):
  x86/unwind: move common code into update_stack_state()
  x86/unwind: read stack return address in update_stack_state()
  x86/unwind: silence entry-related warnings

 arch/x86/include/asm/unwind.h  |   2 +
 arch/x86/kernel/unwind_frame.c | 176 ++++++++++++++++++++++-------------------
 2 files changed, 95 insertions(+), 83 deletions(-)

-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] x86/unwind: silence entry-related warnings Josh Poimboeuf <jpoimboe@redhat.com> - 2017-04-12 20:50 +0200
  [PATCH 1/3] x86/unwind: move common code into update_stack_state() Josh Poimboeuf <jpoimboe@redhat.com> - 2017-04-12 20:50 +0200
    [tip:x86/asm] x86/unwind: Move common code into  update_stack_state() tip-bot for Josh Poimboeuf <tipbot@zytor.com> - 2017-04-14 11:40 +0200
  [PATCH 3/3] x86/unwind: silence entry-related warnings Josh Poimboeuf <jpoimboe@redhat.com> - 2017-04-12 20:50 +0200
    [tip:x86/asm] x86/unwind: Silence entry-related warnings tip-bot for Josh Poimboeuf <tipbot@zytor.com> - 2017-04-14 11:40 +0200

csiph-web