The patch titled Subject: mm/oom_kill.c: print points as unsigned int has been removed from the -mm tree. Its filename was oom-print-points-as-unsigned-int.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Wang Long <long.wanglong@xxxxxxxxxx> Subject: mm/oom_kill.c: print points as unsigned int In oom_kill_process(), the variable 'points' is unsigned int. Print it as such. Signed-off-by: Wang Long <long.wanglong@xxxxxxxxxx> Acked-by: Michal Hocko <mhocko@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/oom_kill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/oom_kill.c~oom-print-points-as-unsigned-int mm/oom_kill.c --- a/mm/oom_kill.c~oom-print-points-as-unsigned-int +++ a/mm/oom_kill.c @@ -517,7 +517,7 @@ void oom_kill_process(struct task_struct dump_header(p, gfp_mask, order, memcg, nodemask); task_lock(p); - pr_err("%s: Kill process %d (%s) score %d or sacrifice child\n", + pr_err("%s: Kill process %d (%s) score %u or sacrifice child\n", message, task_pid_nr(p), p->comm, points); task_unlock(p); _ Patches currently in -mm which might be from long.wanglong@xxxxxxxxxx are origin.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html