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