From: Michal Hocko <mhocko@kernel.org>
To: Jason Baron <jbaron@akamai.com>
Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org,
linux-mm@kvack.org, Vlastimil Babka <vbabka@suse.cz>,
Joonsoo Kim <iamjoonsoo.kim@lge.com>,
Mel Gorman <mgorman@suse.de>,
"Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>,
linux-api@vger.kernel.org, emunson@mgebm.net
Subject: Re: [PATCH] mm/madvise: allow MADV_DONTNEED to free memory that is MLOCK_ONFAULT
Date: Tue, 12 Jun 2018 09:46:46 +0200 [thread overview]
Message-ID: <20180612074646.GS13364@dhcp22.suse.cz> (raw)
In-Reply-To: <775adf2d-140c-1460-857f-2de7b24bafe7@akamai.com>
On Mon 11-06-18 12:23:58, Jason Baron wrote:
> On 06/11/2018 11:03 AM, Michal Hocko wrote:
> > So can we start discussing whether we want to allow MADV_DONTNEED on
> > mlocked areas and what downsides it might have? Sure it would turn the
> > strong mlock guarantee to have the whole vma resident but is this
> > acceptable for something that is an explicit request from the owner of
> > the memory?
> >
>
> If its being explicity requested by the owner it makes sense to me. I
> guess there could be a concern about this breaking some userspace that
> relied on MADV_DONTNEED not freeing locked memory?
Yes, this is always the fear when changing user visible behavior. I can
imagine that a userspace allocator calling MADV_DONTNEED on free could
break. The same would apply to MLOCK_ONFAULT/MCL_ONFAULT though. We
have the new flag much shorter so the probability is smaller but the
problem is very same. So I _think_ we should treat both the same because
semantically they are indistinguishable from the MADV_DONTNEED POV. Both
remove faulted and mlocked pages. Mlock, once applied, should guarantee
no later major fault and MADV_DONTNEED breaks that obviously.
So the more I think about it the more I am worried about this but I am
more and more convinced that making ONFAULT special is just a wrong way
around this.
--
Michal Hocko
SUSE Labs
next prev parent reply other threads:[~2018-06-12 7:46 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-08 18:56 [PATCH] mm/madvise: allow MADV_DONTNEED to free memory that is MLOCK_ONFAULT Jason Baron
2018-06-08 19:57 ` Andrew Morton
2018-06-08 20:55 ` Jason Baron
2018-06-09 11:51 ` kbuild test robot
2018-06-11 7:20 ` Michal Hocko
2018-06-11 14:51 ` Jason Baron
2018-06-11 15:03 ` Michal Hocko
2018-06-11 16:23 ` Jason Baron
2018-06-12 7:46 ` Michal Hocko [this message]
2018-06-12 14:11 ` Jason Baron
2018-06-13 6:32 ` Vlastimil Babka
2018-06-13 7:15 ` Michal Hocko
2018-06-13 7:51 ` Vlastimil Babka
2018-06-13 8:37 ` Michal Hocko
2018-06-15 19:36 ` Jason Baron
2018-06-20 11:00 ` Michal Hocko
2018-06-28 20:20 ` Jason Baron
2018-06-13 9:13 ` Michal Hocko
2018-06-15 19:28 ` Jason Baron
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180612074646.GS13364@dhcp22.suse.cz \
--to=mhocko@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=emunson@mgebm.net \
--cc=iamjoonsoo.kim@lge.com \
--cc=jbaron@akamai.com \
--cc=kirill.shutemov@linux.intel.com \
--cc=linux-api@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mgorman@suse.de \
--cc=vbabka@suse.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox