Re: [PATCH v5 00/15] livepatch: hybrid consistency model

From: Ingo Molnar
Date: Tue Mar 07 2017 - 04:58:54 EST



* Josh Poimboeuf <jpoimboe@xxxxxxxxxx> 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@xxxxxxxxxx>

Thanks,

Ingo