From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Sender: Ingo Molnar Date: Tue, 7 Mar 2017 09:53:56 +0100 From: Ingo Molnar Subject: Re: [PATCH v5 00/15] livepatch: hybrid consistency model Message-ID: <20170307085356.GA7038@gmail.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , List-Archive: To: Josh Poimboeuf Cc: Jessica Yu , Jiri Kosina , Miroslav Benes , Petr Mladek , linux-kernel@vger.kernel.org, live-patching@vger.kernel.org, Michael Ellerman , Heiko Carstens , x86@kernel.org, linuxppc-dev@lists.ozlabs.org, linux-s390@vger.kernel.org, Vojtech Pavlik , Jiri Slaby , Chris J Arges , Andy Lutomirski , Peter Zijlstra , Kamalesh Babulal , Balbir Singh List-ID: * Josh Poimboeuf 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 Thanks, Ingo