Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1372554
| From | Michal Hocko <mhocko@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] oom reaper follow ups v1 |
| Date | 2016-04-06 16:20 +0200 |
| Message-ID | <rkWtk-56i-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, the following three patches should help to reduce the corner case space for oom livelocks even further. Patch1 is something that we should have probably done quite some time ago. GFP_NOFS requests never got access to memory reserves even when a task was killed. As this has some side effect to oom notifiers I have CCed curret users of this interface to hear from them. The patch contains more detailed information. Patch2 builds on top and allows tasks which skip the regular OOM killer (e.g. those with fatal_signal_pending) to queue them for oom reaper if there is not a risk that somebody sharing the mm with them could see this from the userspace. I have cced Oleg on this patch because I am not entirely sure I am doing it properly. Finally the last patch relaxes TIF_MEMDIE clearing and makes sure that no task queued for the oom reaper will keep it once it is processed (either successfully or not). Any feedback is highly appreciated.
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] oom reaper follow ups v1 Michal Hocko <mhocko@kernel.org> - 2016-04-06 16:20 +0200
[PATCH 3/3] mm, oom_reaper: clear TIF_MEMDIE for all tasks queued for oom_reaper Michal Hocko <mhocko@kernel.org> - 2016-04-06 16:20 +0200
Re: [PATCH 3/3] mm, oom_reaper: clear TIF_MEMDIE for all tasks queued for oom_reaper Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> - 2016-04-07 14:00 +0200
Re: [PATCH 3/3] mm, oom_reaper: clear TIF_MEMDIE for all tasks queued for oom_reaper Michal Hocko <mhocko@kernel.org> - 2016-04-08 13:40 +0200
Re: [PATCH 3/3] mm, oom_reaper: clear TIF_MEMDIE for all tasks queued for oom_reaper Michal Hocko <mhocko@kernel.org> - 2016-04-08 15:10 +0200
[PATCH 1/3] mm, oom: move GFP_NOFS check to out_of_memory Michal Hocko <mhocko@kernel.org> - 2016-04-06 16:20 +0200
csiph-web