The patch titled Subject: include/linux/oom.h: remove undefined oom_kills_count()/note_oom_kill() has been removed from the -mm tree. Its filename was mmoom-remove-undefined-oom_kills_count-note_oom_kill.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx> Subject: include/linux/oom.h: remove undefined oom_kills_count()/note_oom_kill() A leftover from c32b3cbe0d06 ("oom, PM: make OOM detection in the freezer path raceless"). Signed-off-by: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx> Acked-by: Michal Hocko <mhocko@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/oom.h | 2 -- 1 file changed, 2 deletions(-) diff -puN include/linux/oom.h~mmoom-remove-undefined-oom_kills_count-note_oom_kill include/linux/oom.h --- a/include/linux/oom.h~mmoom-remove-undefined-oom_kills_count-note_oom_kill +++ a/include/linux/oom.h @@ -76,8 +76,6 @@ extern unsigned long oom_badness(struct struct mem_cgroup *memcg, const nodemask_t *nodemask, unsigned long totalpages); -extern int oom_kills_count(void); -extern void note_oom_kill(void); extern void oom_kill_process(struct oom_control *oc, struct task_struct *p, unsigned int points, unsigned long totalpages, struct mem_cgroup *memcg, const char *message); _ Patches currently in -mm which might be from penguin-kernel@xxxxxxxxxxxxxxxxxxx are -- 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