From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S942048AbcLWNki (ORCPT ); Fri, 23 Dec 2016 08:40:38 -0500 Received: from mx2.suse.de ([195.135.220.15]:42275 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S941795AbcLWNkg (ORCPT ); Fri, 23 Dec 2016 08:40:36 -0500 Date: Fri, 23 Dec 2016 14:40:33 +0100 (CET) From: Miroslav Benes To: Josh Poimboeuf cc: Jessica Yu , Jiri Kosina , 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 , Ingo Molnar , Peter Zijlstra Subject: Re: [PATCH v3 12/15] livepatch: store function sizes In-Reply-To: <830c8cc09323addf5b3d5e708be371044ea38651.1481220077.git.jpoimboe@redhat.com> Message-ID: References: <830c8cc09323addf5b3d5e708be371044ea38651.1481220077.git.jpoimboe@redhat.com> User-Agent: Alpine 2.20 (LSU 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 8 Dec 2016, Josh Poimboeuf wrote: > For the consistency model we'll need to know the sizes of the old and > new functions to determine if they're on the stacks of any tasks. > > Signed-off-by: Josh Poimboeuf Acked-by: Miroslav Benes Miroslav