Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1377931
| From | Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] oom: consider multi-threaded tasks in task_will_free_mem |
| Date | 2016-04-13 15:30 +0200 |
| Message-ID | <rnt1M-1O6-19@gated-at.bofh.it> (permalink) |
| References | <rn2Ej-4JV-23@gated-at.bofh.it> <rnqQi-jn-23@gated-at.bofh.it> <rnsIq-1Gg-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Michal Hocko wrote: > > The whole thread group is going down does not mean we make sure that > > we will send SIGKILL to other thread groups sharing the same memory which > > is possibly holding mmap_sem for write, does it? > > And the patch description doesn't say anything about processes sharing > mm. This is supposed to be a minor fix of an obviously suboptimal > behavior of task_will_free_mem. Can we stick to the proposed patch, > please? > > If we really do care about processes sharing mm _that_much_ then it > should be handled in the separate patch. I do care. The OOM reaper cannot work unless SIGKILL is sent to a thread which is holding mmap_sem for write. Thus, sending SIGKILL to all thread groups sharing the mm is needed by your down_write_killable(&mm->mmap_sem) changes. Like I wrote at http://lkml.kernel.org/r/201604092300.BDI39040.FFSQLJOMHOOVtF@I-love.SAKURA.ne.jp , we cannot fix that problem unless you accept the slowpath. I don't like you don't explain your approach for handling the slowpath. If you explain your approach for handling the slowpath and I agree on your approach, I will also agree on the proposed patches.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] oom: consider multi-threaded tasks in task_will_free_mem Michal Hocko <mhocko@kernel.org> - 2016-04-12 11:20 +0200
Re: [PATCH] oom: consider multi-threaded tasks in task_will_free_mem Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> - 2016-04-13 13:10 +0200
Re: [PATCH] oom: consider multi-threaded tasks in task_will_free_mem Michal Hocko <mhocko@kernel.org> - 2016-04-13 15:10 +0200
Re: [PATCH] oom: consider multi-threaded tasks in task_will_free_mem Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> - 2016-04-13 15:30 +0200
Re: [PATCH] oom: consider multi-threaded tasks in task_will_free_mem Michal Hocko <mhocko@kernel.org> - 2016-04-13 15:50 +0200
csiph-web