From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754245Ab2IWQsh (ORCPT ); Sun, 23 Sep 2012 12:48:37 -0400 Received: from terminus.zytor.com ([198.137.202.10]:42629 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754191Ab2IWQsg (ORCPT ); Sun, 23 Sep 2012 12:48:36 -0400 Message-ID: <505F3D48.7080103@zytor.com> Date: Sun, 23 Sep 2012 09:48:08 -0700 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120828 Thunderbird/15.0 MIME-Version: 1.0 To: "Eric W. Biederman" CC: Greg Kroah-Hartman , Kay Sievers , "Serge E. Hallyn" , containers@lists.linux-foundation.org, Dave Hansen , linux-kernel@vger.kernel.org, Andy Whitcroft , sukadev@linux.vnet.ibm.com, Linus Torvalds , Al Viro , Alan Cox , Serge Hallyn Subject: Re: [PATCH 0/4] devpts: fix devpts mount behavior References: <20120124000517.GA28878@sergelap> <20120124002555.GA29534@sergelap> <20120124010758.GJ23916@ZenIV.linux.org.uk> <20120124220247.GA26353@hallyn.com> <20120124231601.GA4470@sergelap> <20120128195103.GA11299@sergelap> <87txup763i.fsf_-_@xmission.com> In-Reply-To: <87txup763i.fsf_-_@xmission.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/22/2012 08:47 PM, Eric W. Biederman wrote: > Making /dev/ptmx a symlink sounds simple, but in practice no one could > actually figure out how to make it happen. This feels particularly ridiculous since udev now requires devtmpfs (as in it will no longer work without it), which means this is all done in the kernel, so we should just be able to fix this in the kernel. Greg, Kay, any idea how to make ptmx show up in devtmpfs as a symlink to pts/pmtx instead of as a device node? -hpa -- H. Peter Anvin, Intel Open Source Technology Center I work for Intel. I don't speak on their behalf.