From: Arve Hjønnevåg Date: Sat, 21 Jan 2012 03:56:21 +0000 (-0800) Subject: Staging: android: binder: Don't call dump_stack in binder_vma_open X-Git-Tag: sz_beta4~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=544d0842927e6f33976c9351b71fc590f6434370;p=pandora-kernel.git 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 Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed