The patch titled Subject: mm-oom-remove-prefer-children-over-parent-heuristic-checkpatch-fixes has been removed from the -mm tree. Its filename was mm-oom-remove-prefer-children-over-parent-heuristic-checkpatch-fixes.patch This patch was dropped because it was folded into mm-oom-remove-prefer-children-over-parent-heuristic.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-oom-remove-prefer-children-over-parent-heuristic-checkpatch-fixes ERROR: "(foo*)" should be "(foo *)" #167: FILE: mm/oom_kill.c:985: + (void*) message); total: 1 errors, 0 warnings, 128 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/mm-oom-remove-prefer-children-over-parent-heuristic.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Shakeel Butt <shakeelb@xxxxxxxxxx> 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-remove-prefer-children-over-parent-heuristic-checkpatch-fixes +++ a/mm/oom_kill.c @@ -976,7 +976,7 @@ static void oom_kill_process(struct oom_ if (oom_group) { mem_cgroup_print_oom_group(oom_group); mem_cgroup_scan_tasks(oom_group, oom_kill_memcg_member, - (void*) message); + (void*)message); mem_cgroup_put(oom_group); } } _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-oom-remove-prefer-children-over-parent-heuristic.patch mm-memcontrol-expose-thp-events-on-a-per-memcg-basis-fix.patch