From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751730AbZH1ElS (ORCPT ); Fri, 28 Aug 2009 00:41:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751716AbZH1ElS (ORCPT ); Fri, 28 Aug 2009 00:41:18 -0400 Received: from e38.co.us.ibm.com ([32.97.110.159]:51593 "EHLO e38.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751710AbZH1ElR (ORCPT ); Fri, 28 Aug 2009 00:41:17 -0400 Date: Fri, 28 Aug 2009 10:11:05 +0530 From: Ananth N Mavinakayanahalli To: Masami Hiramatsu Cc: Frederic Weisbecker , Ingo Molnar , lkml , systemtap , DLE Subject: Re: [PATCH -tip tracing/kprobes 4/6] kprobes: Fix to add __kprobes to notify_die Message-ID: <20090828044105.GF7220@in.ibm.com> Reply-To: ananth@in.ibm.com References: <20090827152539.GE6058@nowhere> <20090827172318.8246.53702.stgit@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090827172318.8246.53702.stgit@localhost.localdomain> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 27, 2009 at 01:23:18PM -0400, Masami Hiramatsu wrote: > Add __kprobes to notify_die() because do_int3() calls notify_die() instead of > atomic_notify_call_chain() which is already marked as __kprobes. > > Signed-off-by: Masami Hiramatsu > Cc: Frederic Weisbecker > Cc: Ananth N Mavinakayanahalli > Cc: Ingo Molnar Acked-by: Ananth N Mavinakayanahalli