Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932224AbdHWPcS (ORCPT ); Wed, 23 Aug 2017 11:32:18 -0400 Received: from out01.mta.xmission.com ([166.70.13.231]:39602 "EHLO out01.mta.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754150AbdHWPcQ (ORCPT ); Wed, 23 Aug 2017 11:32:16 -0400 From: ebiederm@xmission.com (Eric W. Biederman) To: Christian Brauner Cc: Linus Torvalds , Christian Brauner , Linux Kernel Mailing List , "Serge E. Hallyn" , Al Viro References: <20170816171211.4021-1-christian.brauner@ubuntu.com> <20170816194805.hnof3aqiqykwki7p@gmail.com> Date: Wed, 23 Aug 2017 10:31:53 -0500 In-Reply-To: (Christian Brauner's message of "Thu, 17 Aug 2017 00:28:45 +0200") Message-ID: <87h8wyi9li.fsf@xmission.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-XM-SPF: eid=1dkXdY-0007Ys-6X;;;mid=<87h8wyi9li.fsf@xmission.com>;;;hst=in01.mta.xmission.com;;;ip=67.3.200.44;;;frm=ebiederm@xmission.com;;;spf=neutral X-XM-AID: U2FsdGVkX1/uUpFve13TnsDE8fXYKYdMhWZXfSUYUok= X-SA-Exim-Connect-IP: 67.3.200.44 X-SA-Exim-Mail-From: ebiederm@xmission.com X-Spam-Report: * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP * 0.7 XMSubLong Long Subject * 1.5 XMNoVowels Alpha-numberic number with no vowels * 0.0 TVD_RCVD_IP Message was received from an IP address * 0.0 T_TM2_M_HEADER_IN_MSG BODY: No description available. * 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% * [score: 0.5000] * -0.0 DCC_CHECK_NEGATIVE Not listed in DCC * [sa03 1397; Body=1 Fuz1=1 Fuz2=1] * 0.0 T_TooManySym_01 4+ unique symbols in subject * 0.0 T_TooManySym_03 6+ unique symbols in subject * 0.0 T_TooManySym_02 5+ unique symbols in subject X-Spam-DCC: XMission; sa03 1397; Body=1 Fuz1=1 Fuz2=1 X-Spam-Combo: **;Christian Brauner X-Spam-Relay-Country: X-Spam-Timing: total 5682 ms - load_scoreonly_sql: 0.19 (0.0%), signal_user_changed: 17 (0.3%), b_tie_ro: 15 (0.3%), parse: 2.8 (0.0%), extract_message_metadata: 117 (2.1%), get_uri_detail_list: 16 (0.3%), tests_pri_-1000: 13 (0.2%), tests_pri_-950: 16 (0.3%), tests_pri_-900: 2.7 (0.0%), tests_pri_-400: 124 (2.2%), check_bayes: 89 (1.6%), b_tokenize: 34 (0.6%), b_tok_get_all: 12 (0.2%), b_comp_prob: 5 (0.1%), b_tok_touch_all: 18 (0.3%), b_finish: 8 (0.1%), tests_pri_0: 810 (14.2%), check_dkim_signature: 1.30 (0.0%), check_dkim_adsp: 16 (0.3%), tests_pri_500: 4569 (80.4%), poll_dns_idle: 4545 (80.0%), rewrite_mail: 0.00 (0.0%) Subject: Re: [PATCH 0/1] devpts: use dynamic_dname() to generate proc name X-Spam-Flag: No X-SA-Exim-Version: 4.2.1 (built Thu, 05 May 2016 13:38:54 -0600) X-SA-Exim-Scanned: Yes (on in01.mta.xmission.com) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1234 Lines: 27 Christian Brauner writes: > On Wed, Aug 16, 2017 at 11:45 PM, Linus Torvalds > wrote: >> On Wed, Aug 16, 2017 at 2:37 PM, Christian Brauner >> wrote: >>>> And Christian, if you can beat on this, that would be good. >>> >>> Yes, I can pound on this nicely with liblxc. We have patch >>> ( https://github.com/lxc/lxc/pull/1728 ) up for review that >>> allocates pty fds from private devpts mounts in different namespaces >>> and sends those fds around between different namespaces. >> >> Good. Testing that this works with different pts filesystems in >> different places is exactly the kind of thing I'd like to see. I only >> tested with my single pts filesystem that is mounted at /dev/pts, and >> making sure it works when there are multiple mounts and in different >> places is exactly the kind of testing this should get. > > I'm compiling a kernel now and depending on how good the in-flight > wifi is I try to test this right away and answer here if that helps. If the > in-flight wifi sucks it might take me until tomorrow. Linus has merged the fix but have you been able to test and verify all is well from your side? Eric