From: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
To: Michal Hocko <mhocko@kernel.org>, lsf-pc@lists.linux-foundation.org
Cc: linux-mm@kvack.org, linux-fsdevel@vger.kernel.org
Subject: Re: [LSF/MM TOPIC] proposals for topics
Date: Tue, 26 Jan 2016 00:08:28 +0900 [thread overview]
Message-ID: <56A63A6C.9070301@I-love.SAKURA.ne.jp> (raw)
In-Reply-To: <20160125133357.GC23939@dhcp22.suse.cz>
Michal Hocko wrote:
> Another issue is that GFP_NOFS is quite often used without any obvious
> reason. It is not clear which lock is held and could be taken from
> the reclaim path. Wouldn't it be much better if the no-recursion
> behavior was bound to the lock scope rather than particular allocation
> request? We already have something like this for PM
> pm_res{trict,tore}_gfp_mask resp. memalloc_noio_{save,restore}. It
> would be great if we could unify this and use the context based NOFS
> in the FS.
Yes, I do want it. I think some of LSM hooks are called from GFP_NOFS context
but it is too difficult for me to tell whether we are using GFP_NOFS correctly.
> First we shouldn't retry endlessly and rather fail the allocation and
> allow the FS to handle the error. As per my experiments most FS cope
> with that quite reasonably. Btrfs unfortunately handles many of those
> failures by BUG_ON which is really unfortunate.
If it turned out that we are using GFP_NOFS from LSM hooks correctly,
I'd expect such GFP_NOFS allocations retry unless SIGKILL is pending.
Filesystems might be able to handle GFP_NOFS allocation failures. But
userspace might not be able to handle system call failures caused by
GFP_NOFS allocation failures; OOM-unkillable processes might unexpectedly
terminate as if they are OOM-killed. Would you please add GFP_KILLABLE
to list of the topics?
> - OOM killer has been discussed a lot throughout this year. We have
> discussed this topic the last year at LSF and there has been quite some
> progress since then. We have async memory tear down for the OOM victim
> [2] which should help in many corner cases. We are still waiting
> to make mmap_sem for write killable which would help in some other
> classes of corner cases. Whatever we do, however, will not work in
> 100% cases. So the primary question is how far are we willing to go to
> support different corner cases. Do we want to have a
> panic_after_timeout global knob, allow multiple OOM victims after
> a timeout?
A sequence for handling any corner case (as long as OOM killer is
invoked) was proposal at
http://lkml.kernel.org/r/201601222259.GJB90663.MLOJtFFOQFVHSO@I-love.SAKURA.ne.jp .
> - sysrq+f to trigger the oom killer follows some heuristics used by the
> OOM killer invoked by the system which means that it is unreliable
> and it might skip to kill any task without any explanation why. The
> semantic of the knob doesn't seem to clear and it has been even
> suggested [3] to remove it altogether as an unuseful debugging aid. Is
> this really a general consensus?
Even if we remove SysRq-f from future kernels, please give us a fix for
current kernels. ;-)
--
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:[~2016-01-25 15:08 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-25 13:33 Michal Hocko
2016-01-25 14:21 ` [Lsf-pc] " Jan Kara
2016-01-25 14:40 ` Michal Hocko
2016-01-25 15:08 ` Tetsuo Handa [this message]
2016-01-26 9:43 ` Michal Hocko
2016-01-27 13:44 ` Tetsuo Handa
2016-01-27 14:33 ` [Lsf-pc] " Jan Kara
2016-01-25 18:45 ` Johannes Weiner
2016-01-26 9:50 ` Michal Hocko
2016-01-26 17:17 ` Vlastimil Babka
2016-01-26 17:20 ` [Lsf-pc] " Jan Kara
2016-01-27 9:08 ` Michal Hocko
2016-01-28 20:55 ` Dave Chinner
2016-01-28 22:04 ` Michal Hocko
2016-01-31 23:29 ` Dave Chinner
2016-02-01 12:24 ` Vlastimil Babka
2016-01-26 17:07 ` Vlastimil Babka
2016-01-26 18:09 ` Johannes Weiner
2016-01-30 18:18 ` Greg Thelen
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=56A63A6C.9070301@I-love.SAKURA.ne.jp \
--to=penguin-kernel@i-love.sakura.ne.jp \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=lsf-pc@lists.linux-foundation.org \
--cc=mhocko@kernel.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