From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754023Ab3H0Sek (ORCPT ); Tue, 27 Aug 2013 14:34:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46227 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753190Ab3H0Sej (ORCPT ); Tue, 27 Aug 2013 14:34:39 -0400 Date: Tue, 27 Aug 2013 20:28:16 +0200 From: Oleg Nesterov To: Linus Torvalds Cc: Andrew Morton , "Eric W. Biederman" , Willy Tarreau , Al Viro , Andy Lutomirski , Ingo Molnar , Linux Kernel Mailing List , Linux FS Devel , Brad Spengler Subject: Re: [PATCH 1/1] proc: make /proc/self point to thread Message-ID: <20130827182816.GA2992@redhat.com> References: <20130826153301.GA15890@redhat.com> <20130826163704.GA21763@redhat.com> <20130826175441.GA28856@redhat.com> <20130827143938.GA19425@redhat.com> <20130827144004.GB19425@redhat.com> <20130827174916.GA802@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/27, Linus Torvalds wrote: > > On Tue, Aug 27, 2013 at 10:49 AM, Oleg Nesterov wrote: > > > Although to be honest, I was seduced by "Worth testing". I mean I am > > just curious, who can suffer from this change? Nevermind, please > > ignore. > > Yeah, if we were to redesign /proc I'd do it differently, but I think > we should just accept that it works "well enough" and there's just too > much risk from making changes that aren't strictly required. Yes, agreed. To all: just in case, I will be completely offline till Sep 10, vacation. So, Eric, if you still disagree with s/task_pid/task_tgid/ change please nack that (minor) patch, we can return to this later. Oleg.