Re: [PATCH 1/2] staging: android: ashmem: fix ashmem pin/unpin interface

2013-02-04 Thread Serban Constantinescu
On 04/02/13 01:41, Greg KH wrote: On Fri, Feb 01, 2013 at 04:55:01PM +, Serban Constantinescu wrote: Hi Greg, On 01/02/13 16:18, Greg KH wrote: On Fri, Feb 01, 2013 at 04:08:00PM +, Serban Constantinescu wrote: The values exchanged between kernel and userspace through struct ashmem_pi

Re: [PATCH 1/2] staging: android: ashmem: fix ashmem pin/unpin interface

2013-02-03 Thread Greg KH
On Fri, Feb 01, 2013 at 04:55:01PM +, Serban Constantinescu wrote: > Hi Greg, > > On 01/02/13 16:18, Greg KH wrote: > >On Fri, Feb 01, 2013 at 04:08:00PM +, Serban Constantinescu wrote: > >>The values exchanged between kernel and userspace through struct > >>ashmem_pin should be of type si

Re: [PATCH 1/2] staging: android: ashmem: fix ashmem pin/unpin interface

2013-02-01 Thread Serban Constantinescu
Hi Greg, On 01/02/13 16:18, Greg KH wrote: On Fri, Feb 01, 2013 at 04:08:00PM +, Serban Constantinescu wrote: The values exchanged between kernel and userspace through struct ashmem_pin should be of type size_t. This change won't affect the existing interface but will stand as the basis of

Re: [PATCH 1/2] staging: android: ashmem: fix ashmem pin/unpin interface

2013-02-01 Thread Greg KH
On Fri, Feb 01, 2013 at 04:08:00PM +, Serban Constantinescu wrote: > The values exchanged between kernel and userspace through struct > ashmem_pin should be of type size_t. This change won't affect the > existing interface but will stand as the basis of 64bit compat layer. How do you define si

[PATCH 1/2] staging: android: ashmem: fix ashmem pin/unpin interface

2013-02-01 Thread Serban Constantinescu
The values exchanged between kernel and userspace through struct ashmem_pin should be of type size_t. This change won't affect the existing interface but will stand as the basis of 64bit compat layer. Signed-off-by: Serban Constantinescu --- drivers/staging/android/ashmem.c |2 +- drivers/st