Re: [RESEND PATCH v3 0/2] Add default binderfs devices

2019-09-04 Thread Greg KH
On Wed, Sep 04, 2019 at 01:07:02PM +0200, Christian Brauner wrote: > Hey, > > This is a resend of Hridya's series to add default binderfs devices. No > semantical changes were made. Only Joel's Acks were added by me. > > Binderfs was created to help provide private binder devices to > containers

[RESEND PATCH v3 0/2] Add default binderfs devices

2019-09-04 Thread Christian Brauner
Hey, This is a resend of Hridya's series to add default binderfs devices. No semantical changes were made. Only Joel's Acks were added by me. Binderfs was created to help provide private binder devices to containers in their own IPC namespace. Currently, every time a new binderfs instance is

Re: [PATCH v3 0/2] Add default binderfs devices

2019-08-15 Thread Greg Kroah-Hartman
On Thu, Aug 08, 2019 at 03:27:24PM -0700, Hridya Valsaraju wrote: > Binderfs was created to help provide private binder devices to > containers in their own IPC namespace. Currently, every time a new binderfs > instance is mounted, its private binder devices need to be created via > IOCTL calls.