From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757725AbbCCXDG (ORCPT ); Tue, 3 Mar 2015 18:03:06 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49985 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756182AbbCCXDD (ORCPT ); Tue, 3 Mar 2015 18:03:03 -0500 From: Josh Poimboeuf To: Petr Mladek , Seth Jennings , Jiri Kosina , Vojtech Pavlik Cc: live-patching@vger.kernel.org, linux-kernel@vger.kernel.org, Rusty Russell , Miroslav Benes , Masami Hiramatsu , mingo@kernel.org, mathieu.desnoyers@efficios.com, oleg@redhat.com, paulmck@linux.vnet.ibm.com, andi@firstfloor.org, rostedt@goodmis.org, tglx@linutronix.de Subject: [PATCH 0/2] livepatch: fix patch module loading race Date: Tue, 3 Mar 2015 17:02:20 -0600 Message-Id: In-Reply-To: <20150303193128.GA31987@treble.redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Patch 1/2 removes the extra klp_find_object_module() call, as we discussed. It's a prerequisite for making the 2nd patch simpler. Patch 2/2 is a fixed up version of the scratch patch I posted earlier today, with better comments and a few simplifications which are possible with the single caller to klp_find_object_module(). Josh Poimboeuf (2): livepatch: remove unnecessary call to klp_find_object_module() livepatch: fix patched module loading race kernel/livepatch/core.c | 55 +++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 49 insertions(+), 6 deletions(-) -- 2.1.0