Re: [PATCH 0/2] A couple of unwinder fixes

From: Petr Mladek
Date: Wed May 24 2017 - 07:48:52 EST


On Tue 2017-05-23 10:37:28, Josh Poimboeuf wrote:
> Patch 1 reverts a previous fix because it introduced a new bug.
>
> Patch 2 re-fixes the original bug.

I could confirm that the new bug has gone after applying both
patches. Also I think that I have reproduced the original bug
and it seems to have gone as well. Therefore feel free to use
for both patches:

Tested-by: Petr Mladek <pmladek@xxxxxxxx>

Best Regards,
Petr

> 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
>