Re: [PATCH v5 2/3] mm: cma: allocation trigger

2015-02-20 Thread Sasha Levin
Stefan, Andrew, I ended up cherry-picking and older patch here by mistake. Joonsoo pointed it out but I didn't have time to address it yet since I'm travelling and they got pulled in to mmotm in the meanwhile. I'll send out patches to add documentation and fix the issues raised here early next we

Re: [PATCH v5 2/3] mm: cma: allocation trigger

2015-02-19 Thread Stefan Strogin
Hi, On 13/02/15 01:26, Sasha Levin wrote: > Provides a userspace interface to trigger a CMA allocation. > > Usage: > > echo [pages] > alloc > > This would provide testing/fuzzing access to the CMA allocation paths. > > Signed-off-by: Sasha Levin > --- > mm/cma.c |6 ++ >

Re: [PATCH v5 2/3] mm: cma: allocation trigger

2015-02-12 Thread Joonsoo Kim
On Thu, Feb 12, 2015 at 05:26:47PM -0500, Sasha Levin wrote: > Provides a userspace interface to trigger a CMA allocation. > > Usage: > > echo [pages] > alloc > > This would provide testing/fuzzing access to the CMA allocation paths. > > Signed-off-by: Sasha Levin > --- > mm/cma.c