Re: [PATCH v5 0/6] Android Binder IPC Fixes

2013-07-04 Thread Serban Constantinescu
On 03/07/13 23:32, Arve Hjønnevåg wrote: On Wed, Jul 3, 2013 at 9:35 AM, Serban Constantinescu wrote: Hi all, Any feedback or comments on this patch set? Thanks, Serban The new patches look OK, but I would like to also see the patches that add support for 32 bit user-space on a 64 bit kern

Re: [PATCH v5 0/6] Android Binder IPC Fixes

2013-07-03 Thread Arve Hjønnevåg
On Wed, Jul 3, 2013 at 9:35 AM, Serban Constantinescu wrote: > Hi all, > > Any feedback or comments on this patch set? > > Thanks, > Serban > The new patches look OK, but I would like to also see the patches that add support for 32 bit user-space on a 64 bit kernel. > > On 19/06/13 18:12, Serba

Re: [PATCH v5 0/6] Android Binder IPC Fixes

2013-07-03 Thread Serban Constantinescu
Hi all, Any feedback or comments on this patch set? Thanks, Serban On 19/06/13 18:12, Serban Constantinescu wrote: Hi all, This set of patches will clean-up and fix some of the issues that arise with the current binder interface when moving to a 64bit kernel. All these changes will not affect

[PATCH v5 0/6] Android Binder IPC Fixes

2013-06-19 Thread Serban Constantinescu
Hi all, This set of patches will clean-up and fix some of the issues that arise with the current binder interface when moving to a 64bit kernel. All these changes will not affect the existing 32bit Android interface and are meant to stand as the base for the 64bit binder compat layer(kernel or use