From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [patch 2/2] fs, proc: Introduce the /proc//map_files/ directory v6 Date: Wed, 7 Sep 2011 02:33:41 +0900 Message-ID: <20110906173341.GM18425@mtj.dyndns.org> References: <20110831151023.5b7e12da.akpm@linux-foundation.org> <20110901080508.GF30615@sun> <20110902163711.GA3124@albatros> <20110905185358.GA2103@albatros> <20110905192009.GJ761@sun> <20110905194908.GA2690@albatros> <20110905203627.GL761@sun> <20110906101518.GA4799@albatros> <20110906165144.GJ18425@mtj.dyndns.org> <20110906172952.GA28055@albatros> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Cyrill Gorcunov , Andrew Morton , "Kirill A. Shutemov" , containers@lists.osdl.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Nathan Lynch , kernel-hardening@lists.openwall.com, Oren Laadan , Daniel Lezcano , Glauber Costa , James Bottomley , Alexey Dobriyan , Al Viro , Pavel Emelyanov To: Vasiliy Kulikov Return-path: Received: from mail-gw0-f46.google.com ([74.125.83.46]:46534 "EHLO mail-gw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753042Ab1IFRdu (ORCPT ); Tue, 6 Sep 2011 13:33:50 -0400 Content-Disposition: inline In-Reply-To: <20110906172952.GA28055@albatros> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hello, On Tue, Sep 06, 2011 at 09:29:52PM +0400, Vasiliy Kulikov wrote: > I agree with you. I don't think that showing system-global debug > information to all users by default is the right thing. But some people > doesn't agree with this point of view: > > http://thread.gmane.org/gmane.linux.kernel/1108378 Yeap, I know there are two sides of the discussion but if one takes the position that hiding such global debug info is more harmful, it's only crazier to hide such information from each individual users of the said global facility. So, let's just forget about information leak via freeing or not freeing here. It's the wrong battle field. Thanks. -- tejun