]> 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>
Mon, 13 Feb 2012 19:28:50 +0000 (11:28 -0800)
commit038044951a5b58411446428629594e67320549e5
treedf4a888862bb45c4ea3f8416b3008f26b97d1506
parent76058ae1c7386da3de3ad6ebd8fce5d4fc5ae59d
Staging: android: binder: Don't call dump_stack in binder_vma_open

commit 3c1b86f17068cf6476fb2d022b9c8b44dedea2e5 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/binder.c