|
Message-ID: <CA+55aFwnxOvkS12i97kJcWFrH7n591vxq7vBXKzuROiirnYJ0g@mail.gmail.com> Date: Mon, 19 Sep 2011 11:55:42 -0700 From: Linus Torvalds <torvalds@...ux-foundation.org> To: Pekka Enberg <penberg@...helsinki.fi> Cc: Vasiliy Kulikov <segoon@...nwall.com>, Andrew Morton <akpm@...ux-foundation.org>, kernel-hardening@...ts.openwall.com, Kees Cook <kees@...ntu.com>, Cyrill Gorcunov <gorcunov@...il.com>, Al Viro <viro@...iv.linux.org.uk>, Christoph Lameter <cl@...ux-foundation.org>, Matt Mackall <mpm@...enic.com>, linux-kernel@...r.kernel.org, linux-mm@...ck.org, Dan Rosenberg <drosenberg@...curity.com>, Theodore Tso <tytso@....edu>, Alan Cox <alan@...ux.intel.com>, Jesper Juhl <jj@...osbits.net> Subject: Re: Re: [RFC PATCH 2/2] mm: restrict access to /proc/slabinfo On Mon, Sep 19, 2011 at 11:46 AM, Pekka Enberg <penberg@...helsinki.fi> wrote: > > OK, so what about /proc/meminfo, sysfs, 'perf kmem', and other kernel interfaces > through which you can get direct or indirect information about kernel memory > allocations? Pekka, there are degrees of badness. Also, quite frankly, your argument that /proc/slabinfo is so important for kernel debugging is bogus. Every time I've complained about the fact that the thing is useless AND ACTIVELY MISLEADING because it mixes up all the slabs (so big numbers for "vm_area_struct" might actually be about some other slab entirely, and *has* been, to the point of people wasting time), the answer has been "whatever". You can't have it both ways just to argue for the status quo. Considering how useless /proc/slabinfo actually is today - exactly because of the misleading mixing - I suspect the right thing to do is to make it root-only. Having some aggregate number in /proc/meminfo would probably be fine. And yes, we probably should avoid giving page-level granularity in /proc/meminfo too. Do it in megabytes instead. None of the information there is really relevant at a page level, everybody just wants rough aggregates. Linus
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.