]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Feb 2012 22:14:13 +0000 (14:14 -0800)
commit3c1b86f17068cf6476fb2d022b9c8b44dedea2e5
tree9288383705799820d62f412a859a2dac99047bd9
parent1793bf1deddc8ce25dc41925d5dbe64536c841b6
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>
drivers/staging/android/binder.c