lkml.org 
[lkml]   [2017]   [Jan]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [patch] mm, thp: always direct reclaim for MADV_HUGEPAGE even when deferred
On Tue, 3 Jan 2017, Mel Gorman wrote:

> > I sympathize with that, I've dealt with a number of issues that we have
> > encountered where thp defrag was either at fault or wasn't, and there were
> > also suggestions to set defrag to "madvise" to rule it out and that
> > impacted other users.
> >
> > I'm curious if you could show examples where there were severe stalls
> > being encountered by applications that did madvise(MADV_HUGEPAGE)
>
> I do not have a bug report that is specific to MADV_HUGEPAGE. Until very
> recently they would have been masked by THP fault overhead in general.

I parse this, the masking of thp fault overhead in general, as an
indication that the qemu user was using defrag set to "always" rather than
the new kernel default of "madvise".

I wholeheartedly agree that we don't want defrag to be set to "always" be
default, but that's not really a huge concern: we can easily set it to
anything else by initscripts.

Qemu, when they added the MADV_HUGEPAGE, obviously wanted to try to
allocate hugepages at fault using the available means when defrag was set
to "madvise": https://patchwork.ozlabs.org/patch/177695

So now qemu notices no difference that the kernel default has changed, but
you later reference qemu in your email about bugs concerning "slow start
times." It's puzzling unless you're offering a defrag setting of "defer"
to workaround this potential bug report, which affects the whole machine
and now qemu users have _no_ option to try to get thp at fault because the
admin thinks he knows better, essentially making MADV_HUGEPAGE a no-op
with no alternative provided. That's specifically what I'm arguing
against.

Qemu can be fixed, and I'll do it myself if necessary, when allocating a
new RAMBlock or translation buffer to suppress the MADV_HUGEPAGE if
configured. It's a very trivial change, and I can do that if you'll
kindly point me to the initial bug report so I can propose it to the
appropriate user.

As Vlastimil also correctly brings up, there is already a
prctl(PR_SET_THP_DISABLE) option available to prevent hugepages at fault
and simply requires you to fork the process in the correct context to
inherit the vma setting, see commit 1e1836e84f87.

> The current defer logic isn't in the field long enough to generate bugs
> that are detailed enough to catch something like this.
>

Let us consider this email as a generating a bug that we, the users of
MADV_HUGEPAGE that are using the madvise(2) correctly and add flags to
suppress it when desired correctly, have no option to allow background
compaction for everybody when we cannot allocate thp immediately but also
allow users of our library to accept the cost of direct compaction at
fault because they really want their .text segment remapped and backed by
hugepages.

> > The problem with the current option set is that we don't have the ability
> > to trigger background compaction for everybody, which only very minimally
> > impacts their page fault latency since it just wakes up kcompactd, and
> > allow MADV_HUGEPAGE users to accept that up-front cost by doing direct
> > compaction. My usecase, remapping .text segment and faulting thp memory
> > at startup, demands that ability. Setting defrag=madvise gets that
> > behavior, but nobody else triggers background compaction when thp memory
> > fails and we _want_ that behavior so work is being done to defrag.
> > Setting defrag=defer makes MADV_HUGEPAGE a no-op for page fault, and I
> > argue that's the wrong behavior.
> >
>
> Again, I accept your reasoning and I don't have direct evidence that it'll be
> a problem. In an emergency, it could also be worked around using LD_PRELOAD
> or a systemtap script until a kernel fix could be applied. Unfortunately it
> could also be years before a patch like this would hit enough users for me
> to spot the problem in the field. That's not enough to Nak the patch but
> it was enough to suggest an alternative that would side-step the problem
> ever occurring.
>

Or simply forking the application after doing prctl(PR_SET_THP_DISABLE)?
What exactly are you working around with a LD_PRELOAD that isn't addressed
by this?

Btw, is there a qemu bug filed that makes doing the MADV_HUGEPAGE
configurable? I don't find it at https://bugs.launchpad.net/qemu.

> > If you want a fifth option added to sysfs for thp defrag, that's fine, we
> > can easily do that. I'm slightly concerned with more and more options
> > added that we will eventually approach the 2^4 option count that I
> > mentioned earlier and nobody will know what to select. I'm fine with the
> > kernel default remaining as "madvise,"
>
> I find it hard to believe this one *can* explode. There are a limited
> number of user-triggable actions that can trigger stalls.
>

I'm confused as to whether you support the addition of a fifth option that
users will have to learn what they want, or whether you are open to
changing the behavior of "defer" to actually respect userspace madvise(2)?

\
 
 \ /
  Last update: 2017-01-03 22:59    [W:0.084 / U:1.436 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site