Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753298AbbBWWhr (ORCPT ); Mon, 23 Feb 2015 17:37:47 -0500 Received: from cantor2.suse.de ([195.135.220.15]:47434 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753057AbbBWWhq (ORCPT ); Mon, 23 Feb 2015 17:37:46 -0500 Date: Mon, 23 Feb 2015 23:37:44 +0100 (CET) From: Jiri Kosina To: Linus Torvalds cc: linux-kernel@vger.kernel.org, live-patching@vger.kernel.org Subject: [GIT PULL] livepatching fixes Message-ID: User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) 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 Content-Length: 968 Lines: 33 Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git for-linus to receive two tiny fixes for livepatching infrastructure: - extending RCU critical section to cover all accessess to RCU-protected variable, by Petr Mladek - proper format string passing to kobject_init_and_add(), by Jiri Kosina Thanks! ---------------------------------------------------------------- Jiri Kosina (1): livepatch: fix format string in kobject_init_and_add() Petr Mladek (1): livepatch: RCU protect struct klp_func all the time when used in klp_ftrace_handler() kernel/livepatch/core.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/