commit | def95c73567dfacb22900cd0c4f01caff39e4c9e | [log] [tgz] |
---|---|---|
author | Martijn Coenen <[email protected]> | Fri Feb 03 14:40:52 2017 -0800 |
committer | Greg Kroah-Hartman <[email protected]> | Fri Feb 10 16:00:01 2017 +0100 |
tree | 51170d04c159795218cba54d99a4cec8d3c97462 | |
parent | 7980240b6d63e0694f5023c29cbc648fafdf3e23 [diff] |
binder: Add support for file-descriptor arrays This patch introduces a new binder_fd_array object, that allows us to support one or more file descriptors embedded in a buffer that is scatter-gathered. Cc: Greg Kroah-Hartman <[email protected]> Cc: Martijn Coenen <[email protected]> Cc: Arve Hjønnevåg <[email protected]> Cc: Amit Pundir <[email protected]> Cc: Serban Constantinescu <[email protected]> Cc: Dmitry Shmidt <[email protected]> Cc: Rom Lemarchand <[email protected]> Cc: Android Kernel Team <[email protected]> Signed-off-by: Martijn Coenen <[email protected]> Signed-off-by: John Stultz <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>