Re: [PATCH v5 00/15] livepatch: hybrid consistency model
From: Ingo Molnar <mingo@kernel.org>
Date: 2017-03-07 09:58:40
Also in:
linux-s390, linuxppc-dev
From: Ingo Molnar <mingo@kernel.org>
Date: 2017-03-07 09:58:40
Also in:
linux-s390, linuxppc-dev
* Josh Poimboeuf [off-list ref] wrote:
arch/Kconfig | 6 + arch/powerpc/include/asm/thread_info.h | 4 +- arch/powerpc/kernel/signal.c | 4 + arch/s390/include/asm/thread_info.h | 24 +- arch/s390/kernel/entry.S | 31 +- arch/x86/Kconfig | 1 + arch/x86/entry/common.c | 9 +- arch/x86/include/asm/thread_info.h | 13 +- arch/x86/include/asm/unwind.h | 6 + arch/x86/kernel/stacktrace.c | 96 +++- arch/x86/kernel/unwind_frame.c | 2 +
for the x86 and scheduler changes: Acked-by: Ingo Molnar <mingo@kernel.org> Thanks, Ingo