[Linaro-mm-sig] [PATCH v3 0/2] RFC: Secure Memory Allocation Framework

2015-07-28 Thread Benjamin Gaignard
dri-devel at > lists.freedesktop.org; Hans Verkuil; Laurent Pinchart; Daniel Vetter; Rob > Clark; Thierry Reding; Sumit Semwal; Tom Cooksey; Daniel Stone > Cc: Linaro MM SIG Mailman List > Subject: Re: [Linaro-mm-sig] [PATCH v3 0/2] RFC: Secure Memory Allocation > Framework > &g

[Linaro-mm-sig] [PATCH v3 0/2] RFC: Secure Memory Allocation Framework

2015-07-28 Thread Xiaoquan Li
; Tom Cooksey; Daniel Stone Cc: Linaro MM SIG Mailman List Subject: Re: [Linaro-mm-sig] [PATCH v3 0/2] RFC: Secure Memory Allocation Framework Hi all, This thread doesn't get any feedback... What would be great is to know if this framework proposal fir with your platform needs. Maybe I haven&#

[PATCH v3 0/2] RFC: Secure Memory Allocation Framework

2015-07-27 Thread Benjamin Gaignard
Hi all, This thread doesn't get any feedback... What would be great is to know if this framework proposal fir with your platform needs. Maybe I haven't copy the good mailing lists so if you think there is better ones do not hesitate to forward. Regards, Benjamin 2015-07-10 14:28 GMT+02:00 Ben

[PATCH v3 0/2] RFC: Secure Memory Allocation Framework

2015-07-10 Thread Benjamin Gaignard
version 3 changes: - Remove ioctl for allocator selection instead provide the name of the targeted allocator with allocation request. Selecting allocator from userland isn't the prefered way of working but is needed when the first user of the buffer is a software component. - Fix issues