Re: [PATCH 2/4] x86/unwind: ensure stack grows down

2016-10-27 Thread Ingo Molnar
* Josh Poimboeuf wrote: > Add a sanity check to ensure the stack only grows down, and print a > warning if the check fails. > > Signed-off-by: Josh Poimboeuf > --- > arch/x86/kernel/unwind_frame.c | 36 > 1 file

Re: [PATCH 2/4] x86/unwind: ensure stack grows down

2016-10-27 Thread Ingo Molnar
* Josh Poimboeuf wrote: > Add a sanity check to ensure the stack only grows down, and print a > warning if the check fails. > > Signed-off-by: Josh Poimboeuf > --- > arch/x86/kernel/unwind_frame.c | 36 > 1 file changed, 32 insertions(+), 4 deletions(-) >

[PATCH 2/4] x86/unwind: ensure stack grows down

2016-10-26 Thread Josh Poimboeuf
Add a sanity check to ensure the stack only grows down, and print a warning if the check fails. Signed-off-by: Josh Poimboeuf --- arch/x86/kernel/unwind_frame.c | 36 1 file changed, 32 insertions(+), 4 deletions(-) diff --git

[PATCH 2/4] x86/unwind: ensure stack grows down

2016-10-26 Thread Josh Poimboeuf
Add a sanity check to ensure the stack only grows down, and print a warning if the check fails. Signed-off-by: Josh Poimboeuf --- arch/x86/kernel/unwind_frame.c | 36 1 file changed, 32 insertions(+), 4 deletions(-) diff --git