Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938615AbcLPQt4 (ORCPT ); Fri, 16 Dec 2016 11:49:56 -0500 Received: from mx2.suse.de ([195.135.220.15]:37805 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757622AbcLPQtt (ORCPT ); Fri, 16 Dec 2016 11:49:49 -0500 Date: Fri, 16 Dec 2016 17:49:45 +0100 From: Petr Mladek To: Josh Poimboeuf Cc: Jessica Yu , Jiri Kosina , Miroslav Benes , 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 10/15] livepatch: move patching functions into patch.c Message-ID: <20161216164945.GJ393@pathway.suse.cz> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 285 Lines: 12 On Thu 2016-12-08 12:08:35, Josh Poimboeuf wrote: > Move functions related to the actual patching of functions and objects > into a new patch.c file. > > Signed-off-by: Josh Poimboeuf Looks fine. Reviewed-by: Petr Mladek Best Regards, Petr