Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751751AbcDRCDc (ORCPT ); Sun, 17 Apr 2016 22:03:32 -0400 Received: from terminus.zytor.com ([198.137.202.10]:48078 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751316AbcDRCDa (ORCPT ); Sun, 17 Apr 2016 22:03:30 -0400 Subject: Re: [PATCH v2 0/2] vfs: Define new syscall getumask. To: Greg KH References: <1460552272-15985-1-git-send-email-rjones@redhat.com> <2143735451.55767.1460561962122.JavaMail.zimbra@efficios.com> <1736004700.56566.1460581285951.JavaMail.zimbra@efficios.com> <20160414021348.GB16656@thunk.org> <57142C80.6070005@zytor.com> <20160418010925.GA7800@kroah.com> Cc: "Theodore Ts'o" , Mathieu Desnoyers , "Richard W.M. Jones" , linux-kernel@vger.kernel.org, Thomas Gleixner , mingo@redhat.com, Andrew Morton , luto@kernel.org, viro@zeniv.linux.org.uk, zab , emunson@akamai.com, "Paul E. McKenney" , Andrea Arcangeli , josh@joshtriplett.org, Pavel Emelyanov , sfr@canb.auug.org.au, Milosz Tanski , rostedt , arnd@arndb.de, ebiederm@xmission.com, gorcunov , iulia manda21 , dave hansen , mguzik , adobriyan@gmail.com, Davidlohr Bueso , linux-api , gorcunov@gmail.com, fw@deneb.enyo.de, Linus Torvalds From: "H. Peter Anvin" Message-ID: <57144042.3090009@zytor.com> Date: Sun, 17 Apr 2016 19:02:42 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <20160418010925.GA7800@kroah.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 836 Lines: 22 On 04/17/16 18:09, Greg KH wrote: >> >> There aren't a *lot* of such system calls, but even in that thread the >> "oh, only two applications need this, let them use syscall(3)" seems to >> remain. > > And only 2 applications will continue to use it because no one wants to > write syscall() wrappers for their individual applications, so it's a > vicious cycle :( > > I really like the 'libinux' idea, did anyone every hack up a first-pass > at this? And I'm guessing we have more syscalls now that would need to > be added (like getrandom(), but that shouldn't be too difficult. > I haven't hacked anything up yet, but I think it would be easy to simply take the klibc machinery, remove the stuff that isn't needed, and adjust the handling of errno(3). I think it is time I admit that it needs to be put on my TODO list. -hpa