All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] staging: android: ashmem: add 32bit compat support
@ 2013-02-01 16:07 Serban Constantinescu
  2013-02-01 16:08 ` [PATCH 1/2] staging: android: ashmem: fix ashmem pin/unpin interface Serban Constantinescu
  2013-02-01 16:08 ` [PATCH 2/2] staging: android: ashmem: Add support for 32bit ashmem calls in a 64bit kernel Serban Constantinescu
  0 siblings, 2 replies; 7+ messages in thread
From: Serban Constantinescu @ 2013-02-01 16:07 UTC (permalink / raw)
  To: linux-kernel, gregkh, kernel-team, arve, john.stultz,
	Dave.Butcher
  Cc: Serban Constantinescu

Hi all,

This set of patches will add support for existing 32bit Android ashmem
syscalls on 64bit platforms. They also fix the ashmem pin/unpin interface
without affecting the 32bit ABI but imposing a new, correct one, for any
future 64bit Android userspace.

They have been successfully tested on 32bit platforms(VExpress 4xA9) and
64bit platforms(RTSMv8) running 32bit Android userspace and 64bit Linux +
ashmem unit tests.

Best Regards,
Serban Constantinescu
PDSW Engineer ARM Ltd.


Serban Constantinescu (2):
  staging: android: ashmem: fix ashmem pin/unpin interface
  staging: android: ashmem: Add support for 32bit ashmem calls in a
    64bit kernel

 drivers/staging/android/ashmem.c |   65 ++++++++++++++++++++++++++++++--------
 drivers/staging/android/ashmem.h |   19 +++++++++--
 2 files changed, 68 insertions(+), 16 deletions(-)

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-02-04 10:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-01 16:07 [PATCH 0/2] staging: android: ashmem: add 32bit compat support Serban Constantinescu
2013-02-01 16:08 ` [PATCH 1/2] staging: android: ashmem: fix ashmem pin/unpin interface Serban Constantinescu
2013-02-01 16:18   ` Greg KH
2013-02-01 16:55     ` Serban Constantinescu
2013-02-04  1:41       ` Greg KH
2013-02-04 10:54         ` Serban Constantinescu
2013-02-01 16:08 ` [PATCH 2/2] staging: android: ashmem: Add support for 32bit ashmem calls in a 64bit kernel Serban Constantinescu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.