From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750863AbcBJMQK (ORCPT ); Wed, 10 Feb 2016 07:16:10 -0500 Received: from mx2.suse.de ([195.135.220.15]:35327 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750721AbcBJMQI (ORCPT ); Wed, 10 Feb 2016 07:16:08 -0500 Date: Wed, 10 Feb 2016 13:16:04 +0100 From: Petr Mladek To: Jessica Yu Cc: Josh Poimboeuf , Seth Jennings , Jiri Kosina , Vojtech Pavlik , Miroslav Benes , Rusty Russell , Steven Rostedt , Ingo Molnar , live-patching@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 1/4] modules: split part of complete_formation() into prepare_coming_module() Message-ID: <20160210121604.GF3305@pathway.suse.cz> References: <1454993424-31031-1-git-send-email-jeyu@redhat.com> <1454993424-31031-2-git-send-email-jeyu@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1454993424-31031-2-git-send-email-jeyu@redhat.com> 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 On Mon 2016-02-08 23:50:21, Jessica Yu wrote: > Put all actions that are performed after module->state is set to > MODULE_STATE_COMING in complete_formation() into a separate function > prepare_coming_module(). This prepares for the removal of ftrace and > livepatch module coming notifiers and instead the corresponding work will > be done in prepare_coming_module(). This split will also allow for > appropriate error handling. > > Signed-off-by: Jessica Yu Reviewed-by: Petr Mladek Best Regards, Petr