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 us.

The patchset is absolutely agnostic as to what Android version is
running. :) It has no userspace consequences.
If at all it makes it possible for Android to upgrade its userspace to
use additional devices in the future without having to recompile the
kernel. There's a whole lot of interesting things one could potentially
do with this. :)


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