Fwd: Re: [PATCH 1/2] Staging: android: binder: Add support for 32bit binder calls in a 64bit kernel

2012-12-05 Thread Serban Constantinescu
Sorry for the disclaimer e-mail. On 04/12/12 16:17, Greg KH wrote: On Tue, Dec 04, 2012 at 10:44:13AM +, Serban Constantinescu wrote: Android's IPC, Binder, does not support calls from a 32-bit userspace in a 64 bit kernel. This patch adds support for syscalls coming from a 3

Re: [PATCH 1/2] Staging: android: binder: Add support for 32bit binder calls in a 64bit kernel

2012-12-05 Thread Serban Constantinescu
On 05/12/12 00:26, Arve Hjønnevåg wrote: On Tue, Dec 4, 2012 at 2:44 AM, Serban Constantinescu wrote: Android's IPC, Binder, does not support calls from a 32-bit userspace in a 64 bit kernel. This patch adds support for syscalls coming from a 32-bit userspace in a 64-bit kernel. It

Re: [PATCH 1/2] Staging: android: binder: Add support for 32bit binder calls in a 64bit kernel

2012-12-05 Thread Serban Constantinescu
On 04/12/12 16:17, Greg KH wrote: On Tue, Dec 04, 2012 at 10:44:13AM +, Serban Constantinescu wrote: Android's IPC, Binder, does not support calls from a 32-bit userspace in a 64 bit kernel. This patch adds support for syscalls coming from a 32-bit userspace in a 64-bit kernel. Most o

Re: [PATCH 2/2] Staging: android: ashmem: Add support for 32bit ashmem calls in a 64bit kernel

2012-12-05 Thread Serban Constantinescu
quot;); Don't merge debug code into the kernel. It just means people can spam /var/log/messages. I see what you mean. I won't include those in the new patch set. regards, dan carpenter Kind regards, Serban Constantinescu ` -- IMPORTANT NOTICE: The contents of this email and a

[PATCH 1/2] Staging: android: binder: Add support for 32bit binder calls in a 64bit kernel

2012-12-04 Thread Serban Constantinescu
patch has been successfully tested on ARMv8 AEM and Versatile Express V2P-CA9. Signed-off-by: Serban Constantinescu Reviewed-by: Catalin Marinas --- drivers/staging/android/binder.c | 298 -- drivers/staging/android/binder.h | 56 +++ 2 files ch

[PATCH 2/2] Staging: android: ashmem: Add support for 32bit ashmem calls in a 64bit kernel

2012-12-04 Thread Serban Constantinescu
s a better solution. The patch has been successfully tested on ARMv8 AEM and Versatile Express V2P-CA9. Signed-off-by: Serban Constantinescu Reviewed-by: Catalin Marinas --- drivers/staging/android/ashmem.c | 60 +- drivers/staging/android/ashmem.h |6 ++-

[PATCH 0/2] Android: Add support for a 32bit Android file system in a 64bit kernel

2012-12-04 Thread Serban Constantinescu
not pulled in for a default Linux build. Best Regards, Serban Constantinescu PDSW Engineer ARM Ltd. Serban Constantinescu (2): Staging: android: binder: Add support for 32bit binder calls in a 64bit kernel Staging: android: ashmem: Add support for 32bit ashmem calls in a 64bit kernel