From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1630 invoked by alias); 23 Nov 2009 23:01:09 -0000 Received: (qmail 1352 invoked by uid 22791); 23 Nov 2009 23:01:07 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,SPF_HELO_PASS,SPF_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; Mon, 23 Nov 2009 23:00:59 +0000 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nANN0v4R021517 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 23 Nov 2009 18:00:57 -0500 Received: from redhat.com (dhcp-100-19-102.bos.redhat.com [10.16.19.102]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nANN0v05003320; Mon, 23 Nov 2009 18:00:57 -0500 Date: Mon, 23 Nov 2009 23:01:00 -0000 From: Jason Baron To: Masami Hiramatsu Cc: Ingo Molnar , lkml , Roland McGrath , Oleg Nesterov , systemtap , DLE Subject: Re: [PATCH -tip v3 0/3] tracepoint: Add signal events Message-ID: <20091123230022.GA2744@redhat.com> References: <20091120213108.14708.97871.stgit@dhcp-100-2-132.bos.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091120213108.14708.97871.stgit@dhcp-100-2-132.bos.redhat.com> User-Agent: Mutt/1.5.18 (2008-05-17) 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: 2009-q4/txt/msg00639.txt.bz2 On Fri, Nov 20, 2009 at 04:31:08PM -0500, Masami Hiramatsu wrote: > Hi, > > These patches add signal related tracepoints including > signal generation, delivery, and loss. First patch also > moves signal-sending tracepoint from events/sched.h to > events/signal.h. > > Changes in v3 > - Add Docbook style comments > Documentation bits look good. thanks for adding them. Reviewed-by: Jason Baron