From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757241Ab3BNJzv (ORCPT ); Thu, 14 Feb 2013 04:55:51 -0500 Received: from gate.crashing.org ([63.228.1.57]:49940 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757109Ab3BNJzt (ORCPT ); Thu, 14 Feb 2013 04:55:49 -0500 Message-ID: <1360835542.6646.5.camel@pasglop> Subject: Re: [RFC][CFT] what's in signal.git queue From: Benjamin Herrenschmidt To: Al Viro Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Linus Torvalds , Catalin Marinas , Haavard Skinnemoen , Mike Frysinger , Jesper Nilsson , David Howells , Tony Luck , Hirokazu Takata , Geert Uytterhoeven , Michal Simek , Jonas Bonn , "James E.J. Bottomley" , Richard Kuo , Martin Schwidefsky , Lennox Wu , "David S. Miller" , Paul Mundt , Chris Zankel , Chris Metcalf , Yoshinori Sato , Guan Xuetao , Russell King Date: Thu, 14 Feb 2013 20:52:22 +1100 In-Reply-To: <20130214012539.GQ4503@ZenIV.linux.org.uk> References: <20130214012539.GQ4503@ZenIV.linux.org.uk> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.6.2-0ubuntu0.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2013-02-14 at 01:25 +0000, Al Viro wrote: > Mostly it's a unification of signal-related syscalls, both native and compat > ones; by the end of it we shouldn't have syscalls left in normal > arch/*/kernel/signal*.c - there are some exceptions due to genuine weirdness > of arch-specific calling conventions, but that's rare. Another (somewhat > related) story in there is more compat_sys_something() getting switched to > COMPAT_SYSCALL_DEFINE, giving us proper argument validation wrappers. Not > everything got switched, of course, but a lot of those guys has been. FYI. I'm going to be off to some meeting & bringup work in the US for two weeks so expect little responsiveness from me on this until after I'm back (March 1st). Cheers, Ben.