Re: [PATCH] Add default binder devices through binderfs when configured

2019-08-02 Thread Hridya Valsaraju
On Fri, Aug 2, 2019 at 8:06 AM Christian Brauner wrote: > > On Fri, Aug 02, 2019 at 08:18:38AM +0200, Greg Kroah-Hartman wrote: > > On Thu, Aug 01, 2019 at 03:35:56PM -0700, Hridya Valsaraju wrote: > > > If CONFIG_ANDROID_BINDERFS is set, the default binder devices > > > specified by CONFIG_ANDROI

Re: [PATCH] Add default binder devices through binderfs when configured

2019-08-02 Thread Christian Brauner
On Fri, Aug 02, 2019 at 08:18:38AM +0200, Greg Kroah-Hartman wrote: > On Thu, Aug 01, 2019 at 03:35:56PM -0700, Hridya Valsaraju wrote: > > If CONFIG_ANDROID_BINDERFS is set, the default binder devices > > specified by CONFIG_ANDROID_BINDER_DEVICES are created in each > > binderfs instance instead

Re: [PATCH] Add default binder devices through binderfs when configured

2019-08-01 Thread Greg Kroah-Hartman
On Thu, Aug 01, 2019 at 03:35:56PM -0700, Hridya Valsaraju wrote: > If 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

[PATCH] Add default binder devices through binderfs when configured

2019-08-01 Thread Hridya Valsaraju
If 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 Signed-off-by: Christian Brauner Signed-off-by: Hridya V