Received: by 2002:ac0:a594:0:0:0:0:0 with SMTP id m20-v6csp1193997imm; Fri, 11 May 2018 12:29:37 -0700 (PDT) X-Google-Smtp-Source: AB8JxZpigUem+c+sJ3d9trm6croW6SPzlGyO6TPyje2xO2OtIHybkaq+R7fk6jqMix23GYnVxwqB X-Received: by 2002:a63:744a:: with SMTP id e10-v6mr254711pgn.275.1526066977270; Fri, 11 May 2018 12:29:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1526066977; cv=none; d=google.com; s=arc-20160816; b=zDOnWfxIAEZLoo/8p7CoGt857Lc1teuql/dEaM35at2fIVI9/IpHF7edHtKObQd/sd Isjn63u31LUwHaQ8LOc2u/y1ORBCQM48liPr29SXu92QpT+Q1KEeM5VWvH5OlPO3qVps JTCXoJO8ggLlsXDDKLG+po3taZbY/M+Jp1qTjZYZ5vviIlmLY+hkKnWvFX8l7QHAfTqk c29a8ePX29AVIiwiaIDean8/2OVHRKN4/SqrrrUO1JCmlk1jlLAnblG6SJazNM/fZhnD jzMkWOAZ8keALmn5T8gVlP50DRUQucIb8hhPkgXep+O3pGAWi/dLs7ZqSeUzTzx7ozuS Jz8w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=uHe3Y0PP/lDUh3fx+3VqU4kxNw+kYHWZ+qcnJ/rhVnk=; b=W0TFNjVH+wE36ZiB5mDE6qJNurCPC8R6r+SAW5FBzxfGPeC90gMYZ43aM7ut4wGrIH dJXihWvPnVfFQ7+8EpZ5AMqR3GaDPF7EeXrzkILflDGFzmydjA/fwJ7Qsj5Tk7FwNP8J RO6gUL0h1g7ZzR0sV7BsVn7dh1xn5a0I2Sv3wqzPlLnbXlwVWOWxsF3lUwYeR24UTAAh JifAN0ALGfgnYeDsJ38PS4xo1MmZ5TPQCf5miaXnuMZT5gcxtpAICoDq9jpPuAkS1AcC AUL/4n0aSwMkMTel2siTEC80+J008Qkb0pGVAKwOmGA8dJ9Tw/dD4hRgeeMH3R1KuqFN jrkQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e22-v6si3129733pgn.484.2018.05.11.12.29.19; Fri, 11 May 2018 12:29:37 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752017AbeEKT2n (ORCPT + 99 others); Fri, 11 May 2018 15:28:43 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:57390 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750937AbeEKT2l (ORCPT ); Fri, 11 May 2018 15:28:41 -0400 Received: from viro by ZenIV.linux.org.uk with local (Exim 4.87 #1 (Red Hat Linux)) id 1fHDiS-0003Dd-2w; Fri, 11 May 2018 19:28:32 +0000 Date: Fri, 11 May 2018 20:28:32 +0100 From: Al Viro To: Linus Torvalds Cc: gladkov.alexey@gmail.com, Kees Cook , Andrew Lutomirski , Andrew Morton , linux-fsdevel , Linux Kernel Mailing List , Kernel Hardening , LSM List , Linux API , Greg Kroah-Hartman , Akinobu Mita , Oleg Nesterov , Jeff Layton , Ingo Molnar , Alexey Dobriyan , "Eric W. Biederman" , Daniel Micay , Jonathan Corbet , "J. Bruce Fields" , Stephen Rothwell , Solar Designer , "Dmitry V. Levin" , Djalal Harouni Subject: Re: [PATCH v5 0/7] proc: modernize proc to support multiple private instances Message-ID: <20180511192831.GC30522@ZenIV.linux.org.uk> References: <20180511093221.GA902@comp-core-i7-2640m-0182e6> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 11, 2018 at 09:39:23AM -0700, Linus Torvalds wrote: > On Fri, May 11, 2018 at 2:42 AM Alexey Gladkov > wrote: > > > This is RFC v5 to modernize procfs and make it able to support multiple > > private instances per the same pid namespace. > > So I have no big objections, but I would *really* like this to go through > Al's vfs tree. > > Al? Have you looked at this series? Looking through it...