From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750920AbVHLSpe (ORCPT ); Fri, 12 Aug 2005 14:45:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750925AbVHLSpe (ORCPT ); Fri, 12 Aug 2005 14:45:34 -0400 Received: from smtp.osdl.org ([65.172.181.4]:55433 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1750918AbVHLSpe (ORCPT ); Fri, 12 Aug 2005 14:45:34 -0400 Date: Fri, 12 Aug 2005 11:45:03 -0700 From: Chris Wright To: Jan Engelhardt Cc: Steven Rostedt , Linus Torvalds , Chris Wright , gdt@linuxppc.org, Andrew Morton , Bodo Stroesser , linux-kernel@vger.kernel.org, Robert Wilkens Subject: Re: [PATCH] Fix PPC signal handling of NODEFER, should not affect sa_mask Message-ID: <20050812184503.GX7762@shell0.pdx.osdl.net> References: <1123615983.18332.194.camel@localhost.localdomain> <42F906EB.6060106@fujitsu-siemens.com> <1123617812.18332.199.camel@localhost.localdomain> <1123618745.18332.204.camel@localhost.localdomain> <20050809204928.GH7991@shell0.pdx.osdl.net> <1123621223.9553.4.camel@localhost.localdomain> <1123621637.9553.7.camel@localhost.localdomain> <1123643401.9553.32.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org * Jan Engelhardt (jengelh@linux01.gwdg.de) wrote: > >Actually I take it the other way. The wording is awful. But the "unless > >SA_NODEFER or SA_RESETHAND is set, and then including the signal being > >delivered". This looks to me that it adds the signal being delivered to > >the blocked mask unless the SA_NODEFER or SA_RESETHAND is set. I kind of > >wonder if English is the native language of those that wrote this. > > So, if in doubt what is really meant - check which of the two/three/+ > different behaviors the users out there favor most. Rather, check what happens in practice on other implementations. I don't have Solaris, HP-UX, Irix, AIX, etc. boxen at hand, but some folks must.