Re: [PATCH v1] binder: implement binderfs

2018-12-13 Thread Greg Kroah-Hartman
On Thu, Dec 13, 2018 at 09:52:03PM +0100, Christian Brauner wrote: > On Thu, Dec 13, 2018 at 06:56:26PM +0100, Greg Kroah-Hartman wrote: > > On Wed, Dec 12, 2018 at 01:51:27PM +0100, Christian Brauner wrote: > > > > > Cc: Martijn Coenen > > > > > Cc: Todd Kjos > > > > > Cc: Greg Kroah-Hartman >

Re: [PATCH v1] binder: implement binderfs

2018-12-13 Thread Christian Brauner
On Thu, Dec 13, 2018 at 06:56:26PM +0100, Greg Kroah-Hartman wrote: > On Wed, Dec 12, 2018 at 01:51:27PM +0100, Christian Brauner wrote: > > > > Cc: Martijn Coenen > > > > Cc: Todd Kjos > > > > Cc: Greg Kroah-Hartman > > > > Signed-off-by: Christian Brauner > > > > Do we plan to bring this int

Re: [PATCH v1] binder: implement binderfs

2018-12-13 Thread Greg Kroah-Hartman
On Wed, Dec 12, 2018 at 01:51:27PM +0100, Christian Brauner wrote: > > > Cc: Martijn Coenen > > > Cc: Todd Kjos > > > Cc: Greg Kroah-Hartman > > > Signed-off-by: Christian Brauner > > Do we plan to bring this into mergeable shape before Christmas? I'm > happy to do it. :) I haven't had the ch

Re: [PATCH v1] binder: implement binderfs

2018-12-13 Thread kbuild test robot
Hi Christian, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on staging/staging-testing] [also build test WARNING on v4.20-rc6 next-20181212] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://gith

Re: [PATCH v1] binder: implement binderfs

2018-12-12 Thread Christian Brauner
> On Fri, Dec 7, 2018 at 3:26 PM Christian Brauner wrote: > > > > As discussed at Linux Plumbers Conference 2018 in Vancouver [1] this is the > > implementation of binderfs. > > > > binderfs is a backwards-compatible filesystem for Android's binder ipc > > mechanism. Each ipc namespace will mount

Re: [PATCH v1] binder: implement binderfs(Internet mail)

2018-12-10 Thread Christian Brauner
On Tue, Dec 11, 2018 at 03:44:48AM +, chouryzhou(周威) wrote: > > chouryzhou@, can you confirm that this implementation works for your > > android-in-container use-case? > > > > -Todd > > > We are running Android Pie in container now. If it works for later Android > release, it will works for

RE: [PATCH v1] binder: implement binderfs(Internet mail)

2018-12-10 Thread 周威
> chouryzhou@, can you confirm that this implementation works for your > android-in-container use-case? > > -Todd > We are running Android Pie in container now. If it works for later Android release, it will works for us. - choury ___ devel mailing li

[PATCH v1] binder: implement binderfs

2018-12-07 Thread Christian Brauner
As discussed at Linux Plumbers Conference 2018 in Vancouver [1] this is the implementation of binderfs. binderfs is a backwards-compatible filesystem for Android's binder ipc mechanism. Each ipc namespace will mount a new binderfs instance. Mounting binderfs multiple times at different locations i