commit | 401f63716ca0bca1728e55ccf2132fb3785cf5da | [log] [tgz] |
---|---|---|
author | Oleg Nesterov <oleg@redhat.com> | Tue Jan 31 17:14:38 2012 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Feb 13 11:06:05 2012 -0800 |
tree | 96fc7f31c483fe96a2c6d283c6602dcd75212ecb | |
parent | 344d390bcb4c796b4b7797395cfc07e2c43d935d [diff] |
proc: mem_release() should check mm != NULL commit 71879d3cb3dd8f2dfdefb252775c1b3ea04a3dd4 upstream. mem_release() can hit mm == NULL, add the necessary check. Signed-off-by: Oleg Nesterov <oleg@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>