[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <517E9CDB.3020906@arm.com>
Date: Mon, 29 Apr 2013 17:16:27 +0100
From: Serban Constantinescu <Serban.Constantinescu@....com>
To: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"gregkh@...uxfoundation.org" <gregkh@...uxfoundation.org>,
"kernel-team@...roid.com" <kernel-team@...roid.com>,
"arve@...roid.com" <arve@...roid.com>,
"john.stultz@...aro.org" <john.stultz@...aro.org>,
Dave Butcher <Dave.Butcher@....com>
Subject: Re: [PATCH v3 0/6] Android Binder IPC Fixes
Hi all,
Any feedback or comments on this patch set?
Thanks,
Serban
On 12/04/13 13:25, 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 the existing 32bit Android interface and are meant
> to stand as the base for the 64bit binder compat layer(kernel or userpsace).
>
> The patch set has been successfully tested with a 64bit Linux userspace and
> 64bit binder unit-tests.
>
> This patch set has been successfully tested on 32bit platforms(ARMv7 VExpress)
> and 64bit platforms(ARMv8 RTSM) running a 32bit Android userspace and an in
> kernel binder compat layer.
>
> Changes for v3:
> 1: Dropped the patch that was replacing uint32_t types with unsigned int
> 2: Dropped the patch fixing the IOCTL types(since it has been added to Greg's
> staging tree)
> 3: Split one patch into two: 'modify binder_write_read' and '64bit changes'
> 4: Modified BINDER_SET_MAX_THREADS ioctl definition accordint to Arve's review
> 5: Modified the binder command IOCTL declarations according to Arve's review
>
> Changes for v2:
> 1: 1/7: Modified the commit message according to Greg's feedback;
> 2: 3/7: Merged with the patch fixing the printk format specifiers.
>
> Serban Constantinescu (6):
> staging: android: binder: modify struct binder_write_read to use
> size_t
> staging: android: binder: fix binder interface for 64bit compat layer
> staging: android: binder: fix BINDER_SET_MAX_THREADS declaration
> staging: android: binder: fix BC_FREE_BUFFER ioctl declaration
> staging: android: binder: fix alignment issues
> staging: android: binder: replace types with portable ones
>
> drivers/staging/android/binder.c | 40 ++++++++++++++++-----------------
> drivers/staging/android/binder.h | 46 +++++++++++++++++++-------------------
> 2 files changed, 43 insertions(+), 43 deletions(-)
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists