From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7313 invoked by alias); 17 Nov 2006 14:20:28 -0000 Received: (qmail 7302 invoked by uid 22791); 17 Nov 2006 14:20:27 -0000 X-Spam-Status: No, hits=-0.4 required=5.0 tests=AWL,BAYES_00,NO_DNS_FOR_FROM X-Spam-Check-By: sourceware.org Received: from mga06.intel.com (HELO orsmga101.jf.intel.com) (134.134.136.21) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 17 Nov 2006 14:20:19 +0000 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 17 Nov 2006 06:20:18 -0800 Received: from bambi.jf.intel.com ([134.134.19.188]) by orsmga001.jf.intel.com with ESMTP; 17 Nov 2006 06:20:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: i="4.09,435,1157353200"; d="scan'208"; a="163062195:sNHT17321017" Received: from bambi.jf.intel.com (bambi.jf.intel.com [127.0.0.1]) by bambi.jf.intel.com (8.13.7/8.13.7) with ESMTP id kAHERTpU027333; Fri, 17 Nov 2006 06:27:29 -0800 Received: (from askeshav@localhost) by bambi.jf.intel.com (8.13.7/8.13.7/Submit) id kAHERP8O027332; Fri, 17 Nov 2006 06:27:25 -0800 Date: Fri, 17 Nov 2006 15:05:00 -0000 From: "Keshavamurthy, Anil S" To: Masami Hiramatsu Cc: "Keshavamurthy, Anil S" , Ananth N Mavinakayanahalli , "bibo,mao" , Prasanna S Panchamukhi , Ingo Molnar , Andrew Morton , linux-kernel , SystemTAP , Yumiko Sugita , Satoshi Oshima , Hideo Aoki Subject: Re: [PATCH][kprobe] enabling booster on the preemptible kernel Message-ID: <20061117142725.GA27294@bambi.jf.intel.com> Reply-To: "Keshavamurthy, Anil S" References: <455DAC83.3030505@hitachi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <455DAC83.3030505@hitachi.com> User-Agent: Mutt/1.4.2.1i X-IsSubscribed: yes Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2006-q4/txt/msg00457.txt.bz2 On Fri, Nov 17, 2006 at 09:35:15PM +0900, Masami Hiramatsu wrote: > Hi Anil, > Could you give me your Ack for this patch? Sure, the patch looks good. > > From: Masami Hiramatsu > > This patch enables the kprobe-booster on the preemptible kernel. > For this purpose, I introduced a kind of garbage collector of > the instruction slots. This garbage collector checks safety before > releasing the garbage slots. > > Signed-off-by: Masami Hiramatsu Acked-by: Anil S Keshavamurthy Andrew, Please include this patch in mm. Thanks, Anil