]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - mm/oom_kill.c
Merge tag 'gfs2-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
[linux.git] / mm / oom_kill.c
index d58c481b3df833e7ab12ecceaee8ed0b09a7e884..dfc357614e5638de009103520a7f86cf15764820 100644 (file)
@@ -26,6 +26,7 @@
 #include <linux/sched/mm.h>
 #include <linux/sched/coredump.h>
 #include <linux/sched/task.h>
+#include <linux/sched/debug.h>
 #include <linux/swap.h>
 #include <linux/timex.h>
 #include <linux/jiffies.h>
@@ -620,6 +621,7 @@ static void oom_reap_task(struct task_struct *tsk)
 
        pr_info("oom_reaper: unable to reap pid:%d (%s)\n",
                task_pid_nr(tsk), tsk->comm);
+       sched_show_task(tsk);
        debug_show_all_locks();
 
 done: