From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5255 invoked by alias); 23 Feb 2010 22:28:07 -0000 Received: (qmail 5234 invoked by uid 22791); 23 Feb 2010 22:28:05 -0000 X-SWARE-Spam-Status: No, hits=-7.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 23 Feb 2010 22:27:59 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o1NMRv1W013562 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 23 Feb 2010 17:27:57 -0500 Received: from [10.3.249.5] (vpn-249-5.phx2.redhat.com [10.3.249.5]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o1NMRqO7025577; Tue, 23 Feb 2010 17:27:53 -0500 Message-ID: <4B845668.5090803@redhat.com> Date: Tue, 23 Feb 2010 22:28:00 -0000 From: Masami Hiramatsu User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.7) Gecko/20100120 Fedora/3.0.1-1.fc11 Thunderbird/3.0.1 MIME-Version: 1.0 To: rostedt@goodmis.org CC: Frederic Weisbecker , Ingo Molnar , Ananth N Mavinakayanahalli , lkml , Jim Keniston , Srikar Dronamraju , Christoph Hellwig , "H. Peter Anvin" , Anders Kaseorg , Tim Abbott , Andi Kleen , Jason Baron , Mathieu Desnoyers , systemtap , DLE Subject: Re: [PATCH -tip v10 0/9] kprobes: Kprobes jump optimization support References: <20100218221247.19637.80088.stgit@dhcp-100-2-132.bos.redhat.com> <1266944834.24271.6021.camel@gandalf.stny.rr.com> In-Reply-To: <1266944834.24271.6021.camel@gandalf.stny.rr.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit 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-q1/txt/msg00469.txt.bz2 Steven Rostedt wrote: > On Thu, 2010-02-18 at 17:12 -0500, Masami Hiramatsu wrote: > >> This version of patch series uses text_poke_smp() which >> update kernel text by stop_machine(). That is 'officially' >> supported on Intel's processors. text_poke_smp() can't >> be used for modifying NMI code, > > But it can be made to use with NMI code. If you look at what I did to > allow ftrace to modify NMI code, it may be able to do the same thing. Yeah, I know. But basically, kprobes doesn't support probing NMI. Maybe, it's possibly the next step. :) Thank you, -- Masami Hiramatsu e-mail: mhiramat@redhat.com