mm, oom: show process exiting information in __oom_kill_process() ยท torvalds/linux@619b5b4

When the OOM killer finds a victim and tryies to kill it, if the victim is already exiting, the task mm will be NULL and no process will be killed. But the dump_header() has been already executed, ...