Staging: binder: Prevent the wrong thread from adding a transaction to the stack.
authorArve Hjønnevåg <arve@android.com>
Mon, 6 Apr 2009 22:12:59 +0000 (15:12 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 17 Apr 2009 18:06:27 +0000 (11:06 -0700)
commit0cf24a7dc9123ddf63c413b6d4b38017b19db713
tree7a11d6b10d3f7d32ad2b08fa617313f897fbb10c
parent7af7467efa64affc6505375ceac97d68cfb58e94
Staging: binder: Prevent the wrong thread from adding a transaction to the stack.

If a thread is part of a transaction stack, it is only allowed to make
another call if it was the target of the top transaction on the stack.

Signed-off-by: Arve Hjønnevåg <arve@android.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/android/binder.c