From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH] mm/mincore: allow for making sys_mincore() privileged Date: Fri, 18 Jan 2019 06:23:02 -0800 Message-ID: <20190118142302.GC50184@devbig004.ftw2.facebook.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Linus Torvalds Cc: Jiri Kosina , Masatake YAMATO , Andrew Morton , Greg KH , Peter Zijlstra , Michal Hocko , linux-mm@kvack.org, Linux List Kernel Mailing , linux-api@vger.kernel.org List-Id: linux-api@vger.kernel.org Hello, Linus. On Sat, Jan 05, 2019 at 01:54:03PM -0800, Linus Torvalds wrote: > And the first hit is 'fincore', which probably nobody cares about > anyway, but it does > > fd = open (name, O_RDONLY) > .. > mmap(window, len, PROT_NONE, MAP_PRIVATE, .. So, folks here have been using fincore(1) for diagnostic purposes and are also looking to expand on it to investigate per-cgroup cache usages (mmap -> mincore -> /proc/self/pagemap -> /proc/kpagecgroup -> cgroup path). These are all root-only usages to find out what's going on with the whole page cache. We aren't attached to doing things this particular way but it'd suck if there's no way. Thanks. -- tejun