commit | 3c1b86f17068cf6476fb2d022b9c8b44dedea2e5 | [log] [tgz] |
---|---|---|
author | Arve Hjønnevåg <arve@android.com> | Fri Jan 20 19:56:21 2012 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 08 14:14:13 2012 -0800 |
tree | 9288383705799820d62f412a859a2dac99047bd9 | |
parent | 1793bf1deddc8ce25dc41925d5dbe64536c841b6 [diff] |
Staging: android: binder: Don't call dump_stack in binder_vma_open 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>