Some unwinder-related fixes for some issues reported over the holidays. The first three patches are pretty minor, but note the last patch modifies entry code.
Josh Poimboeuf (4): x86/unwind: silence warnings for non-current tasks x86/unwind: disable KASAN checks for non-current tasks x86/unwind: include __schedule() in stack traces x86/entry: fix the end of the stack for newly forked tasks arch/x86/entry/entry_32.S | 30 +++++++++++------------------- arch/x86/entry/entry_64.S | 11 +++++++---- arch/x86/include/asm/stacktrace.h | 2 +- arch/x86/include/asm/switch_to.h | 10 +++++++++- arch/x86/kernel/unwind_frame.c | 30 ++++++++++++++++++++++++++++-- 5 files changed, 56 insertions(+), 27 deletions(-) -- 2.7.4