From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vineet Gupta Subject: Re: [PATCH 0/4] kprobes: split blacklist into common and arch Date: Thu, 4 Apr 2013 17:02:22 +0530 Message-ID: <515D64C6.9050903@synopsys.com> References: <1364977734-32267-1-git-send-email-oskar.andero@sonymobile.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from alvesta.synopsys.com ([198.182.60.77]:47880 "EHLO alvesta.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758370Ab3DDLcj (ORCPT ); Thu, 4 Apr 2013 07:32:39 -0400 In-Reply-To: <1364977734-32267-1-git-send-email-oskar.andero@sonymobile.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: oskar.andero@sonymobile.com Cc: linux-kernel@vger.kernel.org, masami.hiramatsu.pt@hitachi.com, davem@davemloft.net, anil.s.keshavamurthy@intel.com, ananth@in.ibm.com, radovan.lekanovic@sonymobile.com, bjorn.davidsson@sonymobile.com, "linux-arch@vger.kernel.org" Hi Oskar, On 04/03/2013 01:58 PM, oskar.andero@sonymobile.com wrote: > Hi, >=20 > This is a slight rework of the following patches which I posted earli= er: > [PATCH] Kprobes blacklist: Conditionally add x86-specific symbols > [PATCH] delay blacklist symbol lookup until we actually need it >=20 > This serie includes a patch that moves the architecture dependent bla= ck points > to the arch/ directory and the x86 patch was modified to follow that = patch. >=20 > -Oskar >=20 > Bj=C3=B6rn Davidsson (1): > kprobes: move x86-specific blacklist symbols to arch directory >=20 > Oskar Andero (2): > kprobes: split blacklist into common and arch > kprobes: replace printk with pr_-functions >=20 > Toby Collett (1): > kprobes: delay blacklist symbol lookup until we actually need it >=20 > arch/arc/kernel/kprobes.c | 3 + > arch/arm/kernel/kprobes.c | 2 + > arch/avr32/kernel/kprobes.c | 3 + > arch/ia64/kernel/kprobes.c | 3 + > arch/mips/kernel/kprobes.c | 3 + > arch/mn10300/kernel/kprobes.c | 2 + > arch/powerpc/kernel/kprobes.c | 3 + > arch/s390/kernel/kprobes.c | 3 + > arch/sh/kernel/kprobes.c | 3 + > arch/sparc/kernel/kprobes.c | 3 + > arch/x86/kernel/kprobes/core.c | 7 ++ > kernel/kprobes.c | 149 ++++++++++++++++++++++++++-----= ---------- > 12 files changed, 130 insertions(+), 54 deletions(-) >=20 =46or any arch changes, however trivial they might be, you need to CC t= he respective maintainers, or atleast post the patches on linux-arch so we know what'= s going on ! Thx, -Vineet