mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/3] x86/unwind: silence entry-related warnings
@ 2017-04-12 18:47 Josh Poimboeuf
  2017-04-12 18:47 ` [PATCH 1/3] x86/unwind: move common code into update_stack_state() Josh Poimboeuf
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Josh Poimboeuf @ 2017-04-12 18:47 UTC (permalink / raw)
  To: x86; +Cc: linux-kernel, Daniel Borkmann, Dave Jones

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-04-14  9:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-12 18:47 [PATCH 0/3] x86/unwind: silence entry-related warnings Josh Poimboeuf
2017-04-12 18:47 ` [PATCH 1/3] x86/unwind: move common code into update_stack_state() Josh Poimboeuf
2017-04-14  9:25   ` [tip:x86/asm] x86/unwind: Move " tip-bot for Josh Poimboeuf
2017-04-12 18:47 ` [PATCH 2/3] x86/unwind: read stack return address in update_stack_state() Josh Poimboeuf
2017-04-14  9:26   ` [tip:x86/asm] x86/unwind: Read " tip-bot for Josh Poimboeuf
2017-04-12 18:47 ` [PATCH 3/3] x86/unwind: silence entry-related warnings Josh Poimboeuf
2017-04-14  9:26   ` [tip:x86/asm] x86/unwind: Silence " tip-bot for Josh Poimboeuf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome