[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191101123544.c9b0024a1e8f5ddf63148b48@linux-foundation.org>
Date: Fri, 1 Nov 2019 12:35:44 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Chris Down <chris@...isdown.name>,
Johannes Weiner <hannes@...xchg.org>, linux-mm@...ck.org,
linux-kernel@...r.kernel.org, kernel-team@...com,
Alexey Dobriyan <adobriyan@...il.com>
Subject: Re: [PATCH] kernel: sysctl: make drop_caches write-only
On Fri, 1 Nov 2019 12:29:20 -0700 Andrew Morton <akpm@...ux-foundation.org> wrote:
> > Either change is an upgrade from the current situation, at least. I prefer
> > towards whatever makes the API the least confusing, which appears to be
> > Johannes' original change, but I'd support a patch which always set it to
> > 0 instead if it was deemed safer.
>
> On the other hand.. As I mentioned earlier, if someone's code is
> failing because of the permissions change, they can chmod
> /proc/sys/vm/drop_caches at boot time and be happy. They have no such
> workaround if their software misbehaves due to a read always returning
> "0".
I lied. I can chmod things in /proc but I can't chmod things in
/proc/sys/vm. Huh, why did we do that?
Powered by blists - more mailing lists