Re: [RFC PATCH] mm/oom_kill: allow oom kill allocating task for non-global case
From: Aaron Tomlin
Date: Thu Jun 10 2021 - 08:23:34 EST
On Thu 2021-06-10 12:00 +0200, Michal Hocko wrote:
> If that was the case then the allocating (charging) task would not hit
> the oom path at all
Yes, you are correct. I was looking at another version of the source code.
I does not make sense to consider the OOM code path at all, in this
context. The allocating task is selected/or marked as an "OOM vicitm" after
SIGKILL is sent (see __oom_kill_process()).
> What do you mean by allocating task being unkillable?
Please disregard this statement, as per the above.
Anyhow, I think we should exclude tasks that have MMF_OOM_SKIP applied in
dump_tasks() as it could be misleading.
--
Aaron Tomlin