From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753907AbYIWQXO (ORCPT ); Tue, 23 Sep 2008 12:23:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752034AbYIWQW6 (ORCPT ); Tue, 23 Sep 2008 12:22:58 -0400 Received: from gra-lx1.iram.es ([150.214.224.41]:36333 "EHLO gra-lx1.iram.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751588AbYIWQW5 (ORCPT ); Tue, 23 Sep 2008 12:22:57 -0400 X-Greylist: delayed 1722 seconds by postgrey-1.27 at vger.kernel.org; Tue, 23 Sep 2008 12:22:57 EDT From: Gabriel Paubert Date: Tue, 23 Sep 2008 17:53:58 +0200 To: Srinivasa Ds Cc: Ingo Molnar , linux-parisc@vger.kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, paulus@samba.org, "H. Peter Anvin" , akpm@linux-foundation.org, Thomas Gleixner , Roland McGrath Subject: Re: [RFC][PATCH] Demultiplexing SIGTRAP signal -v2 Message-ID: <20080923155358.GA15776@iram.es> References: <200809221602.32616.srinivasa@in.ibm.com> <20080923112812.GL29021@elte.hu> <20080923113001.GA12531@elte.hu> <200809231955.01564.srinivasa@in.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200809231955.01564.srinivasa@in.ibm.com> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 23, 2008 at 07:55:01PM +0530, Srinivasa Ds wrote: > On Tuesday 23 September 2008 17:00:01 Ingo Molnar wrote: > > > > applied to [the new topic] tip/core/signal, thanks Srinivasa! There > > > are some other pending x86 signal changes already, so i based > > > tip/core/signal on tip/x86/signal. > > > > -tip testing found the following build error with the attached config: > > > > Ingo, Reproduced build break issue with your config on tip tree. It was a costly overlook > to miss one header file. I included it in this patch and tested it out. > > > Currently a SIGTRAP can denote any one of below reasons. > - Breakpoint hit > - H/W debug register hit > - Single step > - Signal sent through kill() or rasie() Typo: s/rasie/raise/ No strong opinion about the patch, but more info is usually better. Regards, Gabriel