From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23446 invoked by alias); 7 Apr 2010 01:43:10 -0000 Received: (qmail 23437 invoked by uid 22791); 7 Apr 2010 01:43:09 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=BAYES_00,SPF_SOFTFAIL,TW_GF,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from e6.ny.us.ibm.com (HELO e6.ny.us.ibm.com) (32.97.182.146) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 07 Apr 2010 01:43:05 +0000 Received: from d01relay01.pok.ibm.com (d01relay01.pok.ibm.com [9.56.227.233]) by e6.ny.us.ibm.com (8.14.3/8.13.1) with ESMTP id o371eUIZ007504 for ; Tue, 6 Apr 2010 21:40:30 -0400 Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay01.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o371h3E0179752 for ; Tue, 6 Apr 2010 21:43:03 -0400 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.14.3/8.13.1/NCO v10.0 AVout) with ESMTP id o371h24p026489 for ; Tue, 6 Apr 2010 21:43:03 -0400 Received: from thinktux.in.ibm.com ([9.124.212.133]) by d01av01.pok.ibm.com (8.14.3/8.13.1/NCO v10.0 AVin) with ESMTP id o371h1rm026469; Tue, 6 Apr 2010 21:43:02 -0400 Received: by thinktux.in.ibm.com (Postfix, from userid 500) id 2835489C50; Wed, 7 Apr 2010 07:12:59 +0530 (IST) Date: Wed, 07 Apr 2010 01:43:00 -0000 From: Ananth N Mavinakayanahalli To: Masami Hiramatsu Cc: Ingo Molnar , lkml, Tony Luck , systemtap, DLE Subject: Re: [PATCH -tip] kprobes: Move enable/disable_kprobe() out from debugfs code Message-ID: <20100407014258.GA15311@in.ibm.com> Reply-To: ananth@in.ibm.com References: <4BB5FED3.4020809@redhat.com> <20100406222452.13879.48199.stgit@localhost6.localdomain6> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100406222452.13879.48199.stgit@localhost6.localdomain6> User-Agent: Mutt/1.5.17 (2007-11-01) X-IsSubscribed: yes Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2010-q2/txt/msg00046.txt.bz2 On Tue, Apr 06, 2010 at 06:24:52PM -0400, Masami Hiramatsu wrote: > Move enable/disable_kprobe() API out from debugfs related code, > because these interfaces are not related to debugfs interface. > > Signed-off-by: Masami Hiramatsu > Reported-by: Tony Luck Acked-by: Ananth N Mavinakayanahalli