From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out01.mta.xmission.com ([166.70.13.231]:41873 "EHLO out01.mta.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753183AbcLSW4v (ORCPT ); Mon, 19 Dec 2016 17:56:51 -0500 From: ebiederm@xmission.com (Eric W. Biederman) To: "Michael Kerrisk \(man-pages\)" Cc: "Serge E. Hallyn" , linux-api@vger.kernel.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Andrey Vagin , James Bottomley , "W. Trevor King" , Alexander Viro , Jonathan Corbet References: <0e229ec4-e3fc-dd46-c5b9-3afa0f14bfcd@gmail.com> Date: Tue, 20 Dec 2016 11:53:38 +1300 In-Reply-To: <0e229ec4-e3fc-dd46-c5b9-3afa0f14bfcd@gmail.com> (Michael Kerrisk's message of "Mon, 19 Dec 2016 15:38:15 +0100") Message-ID: <87bmw7pm31.fsf@xmission.com> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [PATCH 0/2] Add further ioctl() operations for namespace discovery Sender: linux-fsdevel-owner@vger.kernel.org List-ID: "Michael Kerrisk (man-pages)" writes: > Eric, > > The code proposed in this patch series is pretty small. Is there any > chance we could make the 4.10 merge window, if the changes seem > acceptable to you? I see why you are asking but I am not comfortable with aiming for the merge window that is on-going and could close at any moment. I have seen recenly too many patches that should work fine have some odd minor issue. Like an extra _ in a label used in an ifdef that resulted in memory stomps. Linus might be more brave but i would rather wait until the next merge window, so I don't need to worry about spoiling anyone's holidays with a typo someone over looked. At first glance these patches seem reasonable. I don't see any problem with the ioctls you have added. That said I have a question. Should we provide a more direct way to find the answer to your question? Something like the access system call? I think a more direct answer would be more maintainable in the long run as it does not bind tools to specific implementation details in the future. Which could allow us to account for LSM policies and the like. Eric