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: v3.3-rc4~40^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c1b86f17068cf6476fb2d022b9c8b44dedea2e5;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