Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161797Ab3DEN1N (ORCPT ); Fri, 5 Apr 2013 09:27:13 -0400 Received: from seldrel01.sonyericsson.com ([212.209.106.2]:6158 "EHLO seldrel01.sonyericsson.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161369Ab3DEN1M convert rfc822-to-8bit (ORCPT ); Fri, 5 Apr 2013 09:27:12 -0400 From: Oskar Andero To: CC: , Masami Hiramatsu , , , , Joonsoo Kim , , , Subject: [PATCH v3 0/4] kprobes: split blacklist into common and arch Date: Fri, 5 Apr 2013 15:26:36 +0200 Message-ID: <1365168400-17954-1-git-send-email-oskar.andero@sonymobile.com> X-Mailer: git-send-email 1.8.1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1069 Lines: 35 Hi, This is version 3 of the patch-set for splitting arch and common kprobe blackpoints. Changes since last version are: - 1/4: Add write memory barrier at blacklist initialization. - 1/4: Change kprobe_blacklist_initialized type to boolean. - 2/4: Fix racing of kprobe_blacklist. - 2/4: Define arch_kprobes_blacksyms.* as __weak symbols. -Oskar Björn Davidsson (1): kprobes: move x86-specific blacklist symbols to arch directory Oskar Andero (2): kprobes: split blacklist into common and arch kprobes: replace printk with pr_-functions Toby Collett (1): kprobes: delay blacklist symbol lookup until we actually need it arch/x86/kernel/kprobes/core.c | 7 ++ kernel/kprobes.c | 159 +++++++++++++++++++++++++++-------------- 2 files changed, 112 insertions(+), 54 deletions(-) -- 1.8.1.5 -- 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/