The patch titled Subject: mm/oom_kill.c: fix oom_cpuset_eligible() comment has been added to the -mm tree. Its filename is mm-oom_killc-fox-oom_cpuset_eligible-comment.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-oom_killc-fox-oom_cpuset_eligible-comment.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-oom_killc-fox-oom_cpuset_eligible-comment.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Yi Wang <wang.yi59@xxxxxxxxxx> Subject: mm/oom_kill.c: fix oom_cpuset_eligible() comment Commit ac311a14c682 ("oom: decouple mems_allowed from oom_unkillable_task") changed has_intersects_mems_allowed() to oom_cpuset_eligible(), but didn't change the comment. Link: http://lkml.kernel.org/r/1566959929-10638-1-git-send-email-wang.yi59@xxxxxxxxxx Signed-off-by: Yi Wang <wang.yi59@xxxxxxxxxx> Acked-by: Michal Hocko <mhocko@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/oom_kill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/oom_kill.c~mm-oom_killc-fox-oom_cpuset_eligible-comment +++ a/mm/oom_kill.c @@ -73,7 +73,7 @@ static inline bool is_memcg_oom(struct o /** * oom_cpuset_eligible() - check task eligiblity for kill * @start: task struct of which task to consider - * @mask: nodemask passed to page allocator for mempolicy ooms + * @oc: pointer to struct oom_control * * Task eligibility is determined by whether or not a candidate task, @tsk, * shares the same mempolicy nodes as current if it is bound by such a policy _ Patches currently in -mm which might be from wang.yi59@xxxxxxxxxx are mm-oom_killc-fox-oom_cpuset_eligible-comment.patch