From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756749AbYDLSgC (ORCPT ); Sat, 12 Apr 2008 14:36:02 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755633AbYDLSfv (ORCPT ); Sat, 12 Apr 2008 14:35:51 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:58996 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755092AbYDLSfv (ORCPT ); Sat, 12 Apr 2008 14:35:51 -0400 Date: Sat, 12 Apr 2008 19:35:14 +0100 From: Al Viro To: sukadev@us.ibm.com Cc: Andrew Morton , serue@us.ibm.com, matthltc@us.ibm.com, "Eric W. Biederman" , hpa@zytor.com, Pavel Emelyanov , Containers , linux-kernel@vger.kernel.org, Linus Torvalds Subject: Re: [PATCH 0/4] Helper patches for PTY namespaces Message-ID: <20080412183514.GO9785@ZenIV.linux.org.uk> References: <20080412172933.GA19295@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080412172933.GA19295@us.ibm.com> User-Agent: Mutt/1.4.2.3i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Apr 12, 2008 at 10:29:33AM -0700, sukadev@us.ibm.com wrote: > > Some simple helper patches to enable implementation of multiple PTY > (or device) namespaces. > > [PATCH 1/4]: Propagate error code from devpts_pty_new > [PATCH 2/4]: Factor out PTY index allocation > [PATCH 3/4]: Move devpts globals into init_pts_ns > [PATCH 3/4]: Enable multiple mounts of /dev/pts > > This patchset is based on earlier versions developed by Serge Hallyn > and Matt Helsley. *boggle* Care to explain how that "namespace" is different from devpts instance? IOW, why the devil do you guys ignore Occam's Razor? Frankly, this nonsense has gone far enough; I can buy the need to compensate for shitty APIs (sockets, non-fs-based-IPC, etc.), but devpts *is* *a* *fucking* *filesystem*. Already. And as such it's already present in normal, real, we-really-shouldn't-have-any-other-if-not-for-ancient-stupidity namespace. Why not simply allow independent instances of devpts and be done with that?