]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb3e2651cb14d715c43facb2b18a1bb3ed0ca92d2
tree7a11d6b10d3f7d32ad2b08fa617313f897fbb10c
parent76471e69e786adb2c837162c175a75fa3654cb15
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