From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755172AbdCGJ6k (ORCPT ); Tue, 7 Mar 2017 04:58:40 -0500 Received: from mail-wm0-f65.google.com ([74.125.82.65]:36831 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754937AbdCGJ5i (ORCPT ); Tue, 7 Mar 2017 04:57:38 -0500 Date: Tue, 7 Mar 2017 09:53:56 +0100 From: Ingo Molnar 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 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 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * 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