UPSTREAM: binder: Add default binder devices through binderfs when configured
Currently, since each binderfs instance needs its own private binder devices, every time a binderfs instance is mounted, all the default binder devices need to be created via the BINDER_CTL_ADD IOCTL. This patch aims to add a solution to automatically create the default binder devices for each binderfs instance that gets mounted. To achieve this goal, when CONFIG_ANDROID_BINDERFS is set, the default binder devices specified by CONFIG_ANDROID_BINDER_DEVICES are created in each binderfs instance instead of global devices being created by the binder driver. Co-developed-by:Christian Brauner <christian.brauner@ubuntu.com> Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com> Signed-off-by:
Hridya Valsaraju <hridya@google.com> Reviewed-by:
Joel Fernandes (Google) <joel@joelfernandes.org> Reviewed-by:
Joel Fernandes (Google) <joel@joelfernandes.org> Bug: 136497735 (cherry picked from commit ca2864c6e8965c37df97f11e6f99e83e09806b1c) Change-Id: I4f6c5d95997ffd3df182d6ec32d467b15d1f0c42 Signed-off-by:
Hridya Valsaraju <hridya@google.com>
Loading
Please register or sign in to comment