mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] A couple of unwinder fixes
@ 2017-05-23 15:37 Josh Poimboeuf
  2017-05-23 15:37 ` [PATCH 1/2] Revert "x86/entry: Fix the end of the stack for newly forked tasks" Josh Poimboeuf
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Josh Poimboeuf @ 2017-05-23 15:37 UTC (permalink / raw)
  To: x86; +Cc: Petr Mladek, Dave Jones, Steven Rostedt, linux-kernel, live-patching

Patch 1 reverts a previous fix because it introduced a new bug.

Patch 2 re-fixes the original bug.

Josh Poimboeuf (2):
  Revert "x86/entry: Fix the end of the stack for newly forked tasks"
  x86/unwind: Add end-of-stack check for ftrace handlers

 arch/x86/entry/entry_32.S      | 30 ++++++++++++++++----------
 arch/x86/entry/entry_64.S      | 11 ++++------
 arch/x86/kernel/unwind_frame.c | 49 ++++++++++++++++++++++++++++++++++--------
 3 files changed, 63 insertions(+), 27 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-05-24 11:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-23 15:37 [PATCH 0/2] A couple of unwinder fixes Josh Poimboeuf
2017-05-23 15:37 ` [PATCH 1/2] Revert "x86/entry: Fix the end of the stack for newly forked tasks" Josh Poimboeuf
2017-05-24 10:16   ` [tip:x86/urgent] " tip-bot for Josh Poimboeuf
2017-05-23 15:37 ` [PATCH 2/2] x86/unwind: Add end-of-stack check for ftrace handlers Josh Poimboeuf
2017-05-24 10:17   ` [tip:x86/urgent] " tip-bot for Josh Poimboeuf
2017-05-24 11:47 ` [PATCH 0/2] A couple of unwinder fixes Petr Mladek

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