Anton Vorontsov 2c922c51e6 um: properly check all process' threads for a live mm
kill_off_processes() might miss a valid process, this is because checking
for process->mm is not enough.  Process' main thread may exit or detach
its mm via use_mm(), but other threads may still have a valid mm.

To catch this we use find_lock_task_mm(), which walks up all threads and
returns an appropriate task (with task lock held).

Suggested-by: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
Cc: Richard Weinberger <richard@nod.at>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-05-31 17:49:30 -07:00
..
2009-04-01 08:59:17 -07:00
2011-05-25 08:39:41 -07:00
2009-12-15 08:53:25 -08:00
2011-11-02 14:15:26 +01:00
2010-09-22 17:22:39 -07:00
2012-05-21 21:09:36 +02:00
2012-05-05 13:00:26 +02:00
2012-03-25 00:29:52 +01:00
2010-09-22 17:22:39 -07:00
2012-03-25 00:29:52 +01:00
2012-05-21 21:09:33 +02:00
2012-05-05 13:00:26 +02:00
2008-02-05 09:44:30 -08:00