From: Andrew Morton <akpm@linux-foundation.org>
To: Peter Zijlstra <peterz@infradead.org>
Cc: torvalds@linux-foundation.org, roland@kernel.org,
mingo@kernel.org, tglx@linutronix.de, kosaki.motohiro@gmail.com,
penberg@kernel.org, linux-kernel@vger.kernel.org,
linux-mm@kvack.org, linux-rdma@vger.kernel.org,
Mike Marciniszyn <infinipath@intel.com>
Subject: Re: [PATCH] mm: Revert pinned_vm braindamage
Date: Thu, 13 Jun 2013 14:06:32 -0700 [thread overview]
Message-ID: <20130613140632.15982af2ebc443b24bfff86a@linux-foundation.org> (raw)
In-Reply-To: <20130606124351.GZ27176@twins.programming.kicks-ass.net>
Let's try to get this wrapped up?
On Thu, 6 Jun 2013 14:43:51 +0200 Peter Zijlstra <peterz@infradead.org> wrote:
>
> Patch bc3e53f682 ("mm: distinguish between mlocked and pinned pages")
> broke RLIMIT_MEMLOCK.
I rather like what bc3e53f682 did, actually. RLIMIT_MEMLOCK limits the
amount of memory you can mlock(). Nice and simple.
This pinning thing which infiniband/perf are doing is conceptually
different and if we care at all, perhaps we should be looking at adding
RLIMIT_PINNED.
> Before that patch: mm_struct::locked_vm < RLIMIT_MEMLOCK; after that
> patch we have: mm_struct::locked_vm < RLIMIT_MEMLOCK &&
> mm_struct::pinned_vm < RLIMIT_MEMLOCK.
But this is a policy decision which was implemented in perf_mmap() and
perf can alter that decision. How bad would it be if perf just ignored
RLIMIT_MEMLOCK?
drivers/infiniband/hw/qib/qib_user_pages.c has issues, btw. It
compares the amount-to-be-pinned with rlimit(RLIMIT_MEMLOCK), but
forgets to also look at current->mm->pinned_vm. Duh.
It also does the pinned accounting in __qib_get_user_pages() but in
__qib_release_user_pages(), the caller is supposed to do it, which is
rather awkward.
Longer-term I don't think that inifinband or perf should be dinking
around with rlimit(RLIMIT_MEMLOCK) or ->pinned_vm. Those policy
decisions should be hoisted into a core mm helper where we can do it
uniformly (and more correctly than infiniband's attempt!).
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next prev parent reply other threads:[~2013-06-13 21:06 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-06 12:43 Peter Zijlstra
2013-06-06 18:46 ` Christoph Lameter
2013-06-07 11:03 ` Peter Zijlstra
2013-06-07 14:52 ` Christoph Lameter
2013-06-17 11:08 ` Peter Zijlstra
2013-06-17 18:36 ` Christoph Lameter
2013-06-20 11:49 ` Ingo Molnar
2013-06-20 14:48 ` Christoph Lameter
2013-06-21 6:25 ` Roland Dreier
2013-06-21 14:44 ` Christoph Lameter
2013-06-13 21:06 ` Andrew Morton [this message]
2013-06-17 9:45 ` Peter Zijlstra
2013-06-17 12:28 ` Thomas Gleixner
2013-06-20 11:34 ` Ingo Molnar
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=20130613140632.15982af2ebc443b24bfff86a@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=infinipath@intel.com \
--cc=kosaki.motohiro@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=linux-rdma@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=penberg@kernel.org \
--cc=peterz@infradead.org \
--cc=roland@kernel.org \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.org \
/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