Staging: android: binder: Don't call dump_stack in binder_vma_open
authorArve Hjønnevåg <arve@android.com>
Sat, 21 Jan 2012 03:56:21 +0000 (19:56 -0800)
committerGrazvydas Ignotas <notasas@gmail.com>
Wed, 25 Apr 2012 22:23:58 +0000 (01:23 +0300)
If user-space partially unmaps the driver, binder_vma_open
would dump the kernel stack. This is not a kernel bug however
and will be treated as if the whole area was unmapped once
binder_vma_close gets called.

Signed-off-by: Arve Hjønnevåg <arve@android.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found