From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3qzbjH3h43zDq6B for ; Tue, 3 May 2016 19:39:15 +1000 (AEST) Date: Tue, 3 May 2016 11:39:11 +0200 From: Petr Mladek To: Josh Poimboeuf Cc: Jessica Yu , Jiri Kosina , Miroslav Benes , Ingo Molnar , Peter Zijlstra , Michael Ellerman , Heiko Carstens , live-patching@vger.kernel.org, linux-kernel@vger.kernel.org, x86@kernel.org, linuxppc-dev@lists.ozlabs.org, linux-s390@vger.kernel.org, Vojtech Pavlik , Jiri Slaby , Chris J Arges , Andy Lutomirski Subject: Re: [RFC PATCH v2 15/18] livepatch: move patching functions into patch.c Message-ID: <20160503093911.GP2749@pathway.suse.cz> References: <845d0955aafe642e33e1bb9f1dbc5819d0f926f3.1461875890.git.jpoimboe@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <845d0955aafe642e33e1bb9f1dbc5819d0f926f3.1461875890.git.jpoimboe@redhat.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu 2016-04-28 15:44:46, Josh Poimboeuf wrote: > Move functions related to the actual patching of functions and objects > into a new patch.c file. > > diff --git a/kernel/livepatch/patch.c b/kernel/livepatch/patch.c > new file mode 100644 > index 0000000..782fbb5 > --- /dev/null > +++ b/kernel/livepatch/patch.c > @@ -0,0 +1,213 @@ > +/* > + * patch.c - livepatch patching functions > + * > + * Copyright (C) 2014 Seth Jennings > + * Copyright (C) 2014 SUSE > + * Copyright (C) 2015 Josh Poimboeuf ' ;-) Best Regards, Petr