binder stress testing

Todd Kjos tkjos at google.com
Fri May 17 15:36:19 UTC 2019


From: Dmitry Vyukov <dvyukov at google.com>
Date: Fri, May 17, 2019 at 3:26 AM
To: Greg Kroah-Hartman, Arve Hjønnevåg, Todd Kjos, Martijn Coenen,
Joel Fernandes, Christian Brauner, open list:ANDROID DRIVERS, LKML
Cc: syzkaller

> Hi,
>
> I have 2 questions re drivers/android/binder.c stress testing.
>
> 1. Are there any docs on the kernel interface? Or some examples on how
> to use it and reference syscall sequences to make it do something
> meaningful?
> I hopefully figured out struct layouts and offsets of objects thing,
> but I still can't figure out handles, pointers, nodes, pointer to
> nodes... pointer to data (?), references, cookies and where does one
> get valid values for these.

The kernel interface is not well documented since it isn't intended to
be used apart from libbinder. The best example for your purposes is
probably the binderDriverInterfaceTest which you can find at
https://android.googlesource.com/platform/frameworks/native/+/refs/heads/master/libs/binder/tests/binderDriverInterfaceTest.cpp.

The libbinder source is at
https://android.googlesource.com/platform/frameworks/native/+/refs/heads/master/libs/binder.

>
> 2. In my tests any transaction breaks binder device until the next reboot.
> If I open binder device twice, mmap, set context and then the process
> dies, then everything it released fine, in particular the context
> (context_mgr_node gone). So the device is ready for a next test:
>
> [   40.247970][ T6239] binder: binder_open: 6238:6239
> [   40.250819][ T6239] binder: 6238:6239 node 1 u0000000000000000
> c0000000000000000 created
> [   40.253365][ T6239] binder: binder_mmap: 6238 200a0000-200a2000 (8
> K) vma f9 pagep 8000000000000025
> [   40.256454][ T6239] binder: binder_open: 6238:6239
> [   40.259604][ T6239] binder: binder_mmap: 6238 200c0000-200c2000 (8
> K) vma f9 pagep 8000000000000025
> [   40.271526][ T6238] binder: 6238 close vm area 200a0000-200a2000 (8
> K) vma 180200d9 pagep 8000000000000025
> [   40.273113][ T6238] binder: 6238 close vm area 200c0000-200c2000 (8
> K) vma 180200d9 pagep 8000000000000025
> [   40.275058][   T17] binder: binder_flush: 6238 woke 0 threads
> [   40.275997][   T17] binder: binder_flush: 6238 woke 0 threads
> [   40.276968][   T17] binder: binder_deferred_release: 6238 threads
> 0, nodes 0 (ref 0), refs 0, active transactions 0
> [   40.278626][   T17] binder: binder_deferred_release: 6238
> context_mgr_node gone
> [   40.279756][   T17] binder: binder_deferred_release: 6238 threads
> 1, nodes 1 (ref 0), refs 0, active transactions 0
>
>
> However, if I also send a transaction between these fd's, then
> context_mgr_node is not released:
>
> [  783.851403][ T6167] binder: binder_open: 6166:6167
> [  783.858801][ T6167] binder: 6166:6167 node 1 u0000000000000000
> c0000000000000000 created
> [  783.862458][ T6167] binder: binder_mmap: 6166 200a0000-200a2000 (8
> K) vma f9 pagep 8000000000000025
> [  783.865777][ T6167] binder: binder_open: 6166:6167
> [  783.867892][ T6167] binder: binder_mmap: 6166 200c0000-200c2000 (8
> K) vma f9 pagep 8000000000000025
> [  783.870810][ T6167] binder: 6166:6167 write 76 at 0000000020000180,
> read 0 at 0000000020000300
> [  783.872211][ T6167] binder: 6166:6167 BC_TRANSACTION 2 -> 6166 -
> node 1, data 0000000020000200-00000000200002c0 size 88-24-16
> [  783.873819][ T6167] binder: 6166:6167 node 3 u0000000000000000
> c0000000000000000 created
> [  783.875032][ T6167] binder: 6166 new ref 4 desc 1 for node 3
> [  783.875860][ T6167] binder:         node 3 u0000000000000000 -> ref 4 desc 1
> [  783.876868][ T6167] binder: 6166:6167 wrote 76 of 76, read return 0 of 0
> [  783.886714][ T6167] binder: 6166 close vm area 200a0000-200a2000 (8
> K) vma 180200d9 pagep 8000000000000025
> [  783.888161][ T6167] binder: 6166 close vm area 200c0000-200c2000 (8
> K) vma 180200d9 pagep 8000000000000025
> [  783.890134][   T27] binder: binder_flush: 6166 woke 0 threads
> [  783.891036][   T27] binder: binder_flush: 6166 woke 0 threads
> [  783.892027][ T2903] binder: release 6166:6167 transaction 2 out, still active
> [  783.893097][ T2903] binder: unexpected work type, 4, not freed
> [  783.893947][ T2903] binder: undelivered TRANSACTION_COMPLETE
> [  783.894849][ T2903] binder: node 3 now dead, refs 1, death 0
> [  783.895717][ T2903] binder: binder_deferred_release: 6166 threads
> 1, nodes 1 (ref 1), refs 0, active transactions 1
>
>
> And all subsequent tests will fail because "BINDER_SET_CONTEXT_MGR
> already set" presumably to the now unrecoverably dead process:
>
> [  831.085174][ T6191] binder: binder_open: 6190:6191
> [  831.087450][ T6191] binder: BINDER_SET_CONTEXT_MGR already set
> [  831.088910][ T6191] binder: 6190:6191 ioctl 4018620d 200000c0 returned -16
> [  831.090626][ T6191] binder: binder_mmap: 6190 200a0000-200a2000 (8
> K) vma f9 pagep 8000000000000025
> [  831.092783][ T6191] binder: binder_open: 6190:6191
> [  831.094076][ T6191] binder: binder_mmap: 6190 200c0000-200c2000 (8
> K) vma f9 pagep 8000000000000025
> [  831.096218][ T6191] binder: 6190:6191 write 76 at 0000000020000180,
> read 0 at 0000000020000300
> [  831.097606][ T6191] binder: 6190:6191 BC_TRANSACTION 5 -> 6166 -
> node 1, data 0000000020000200-00000000200002c0 size 88-24-16
> [  831.099251][ T6191] binder_alloc: 6166: binder_alloc_buf, no vma
> [  831.100433][ T6191] binder: 6190:6191 transaction failed 29189/-3,
> size 88-24 line 3157
> [  831.101559][ T6191] binder: 6190:6191 wrote 76 of 76, read return 0 of 0
> [  831.110317][ T6191] binder: 6190 close vm area 200a0000-200a2000 (8
> K) vma 180200d9 pagep 8000000000000025
> [  831.111752][ T6191] binder: 6190 close vm area 200c0000-200c2000 (8
> K) vma 180200d9 pagep 8000000000000025
> [  831.113266][ T3344] binder: binder_flush: 6190 woke 0 threads
> [  831.114147][ T3344] binder: binder_flush: 6190 woke 0 threads
> [  831.115087][ T3344] binder: undelivered TRANSACTION_ERROR: 29189
> [  831.115991][ T3344] binder: binder_deferred_release: 6190 threads
> 1, nodes 0 (ref 0), refs 0, active transactions 0
> [  831.117525][ T3344] binder: binder_deferred_release: 6190 threads
> 1, nodes 0 (ref 0), refs 0, active transactions 0
>
>
> The question is: if processes that opened the device and ever mapped
> it are now completely gone, should it reset the original state when
> context can be bound again? Is it a bug in binder that it does not? If
> so, is there some kind of temp work-around for this?

If all the processes that opened the device are gone, everything
should be cleaned up and leave binder in a useable state. When the
device is in this state, can you dump out
/sys/debug/kernel/binder/state and send it to me?

>
> Thanks


More information about the devel mailing list