Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752521Ab0LOKKj (ORCPT ); Wed, 15 Dec 2010 05:10:39 -0500 Received: from zeniv.linux.org.uk ([195.92.253.2]:41591 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751871Ab0LOKKh (ORCPT ); Wed, 15 Dec 2010 05:10:37 -0500 Date: Wed, 15 Dec 2010 10:10:27 +0000 From: Al Viro To: Geert Uytterhoeven Cc: Andreas Schwab , Thorsten Glaser , linux-kernel@vger.kernel.org, linux-m68k@vger.kernel.org, Greg Ungerer Subject: Re: Signal patchset (was: Re: aranym bug, manifests as "ida_remove called for id=13" on recent kernels) Message-ID: <20101215101027.GA31097@ZenIV.linux.org.uk> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1104 Lines: 27 On Sun, Dec 05, 2010 at 12:15:10PM +0100, Geert Uytterhoeven wrote: > Unless someone objects, I'm inclined to apply Al's patchset, as it improves the > situation anyway. > > OK? FWIW, there's an m68knommu counterpart (ACKed by gerg a while ago). The entire bunch is on ftp.linux.org.uk/pub/people/viro/m68k-signals - both m68k and m68knommu sets. I don't know how you guys would prefer it done, since there's a trivial dependency between m68k and m68knommu parts of series - the former has +#ifndef __uClinux__ +#define __ARCH_WANT_SYS_RT_SIGSUSPEND +#endif in unistd.h and the latter does -#ifndef __uClinux__ #define __ARCH_WANT_SYS_RT_SIGSUSPEND -#endif Both parts switch to generic sys_rt_sigsuspend(), for mmu and nommu resp., so they need __ARCH_WANT_SYS_RT_SIGSUSPEND defined as soon as conversion is done. Other than that they are independent. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/