Re: [PATCH 11/16] mm: use vm_unmapped_area() on arm architecture

2012-11-06 Thread Andrew Morton
On Mon, 5 Nov 2012 14:47:08 -0800 Michel Lespinasse wrote: > Update the arm arch_get_unmapped_area[_topdown] functions to make > use of vm_unmapped_area() instead of implementing a brute force search. Again, --- a/arch/arm/mm/mmap.c~mm-use-vm_unmapped_area-on-arm-architecture-fix +++

Re: [PATCH 11/16] mm: use vm_unmapped_area() on arm architecture

2012-11-06 Thread Andrew Morton
On Mon, 5 Nov 2012 14:47:08 -0800 Michel Lespinasse wal...@google.com wrote: Update the arm arch_get_unmapped_area[_topdown] functions to make use of vm_unmapped_area() instead of implementing a brute force search. Again, ---

Re: [PATCH 11/16] mm: use vm_unmapped_area() on arm architecture

2012-11-05 Thread Rik van Riel
On 11/05/2012 05:47 PM, Michel Lespinasse wrote: Update the arm arch_get_unmapped_area[_topdown] functions to make use of vm_unmapped_area() instead of implementing a brute force search. Signed-off-by: Michel Lespinasse Reviewed-by: Rik van Riel -- To unsubscribe from this list: send the

[PATCH 11/16] mm: use vm_unmapped_area() on arm architecture

2012-11-05 Thread Michel Lespinasse
Update the arm arch_get_unmapped_area[_topdown] functions to make use of vm_unmapped_area() instead of implementing a brute force search. Signed-off-by: Michel Lespinasse --- arch/arm/mm/mmap.c | 119 ++-- 1 files changed, 23 insertions(+), 96

[PATCH 11/16] mm: use vm_unmapped_area() on arm architecture

2012-11-05 Thread Michel Lespinasse
Update the arm arch_get_unmapped_area[_topdown] functions to make use of vm_unmapped_area() instead of implementing a brute force search. Signed-off-by: Michel Lespinasse wal...@google.com --- arch/arm/mm/mmap.c | 119 ++-- 1 files changed, 23

Re: [PATCH 11/16] mm: use vm_unmapped_area() on arm architecture

2012-11-05 Thread Rik van Riel
On 11/05/2012 05:47 PM, Michel Lespinasse wrote: Update the arm arch_get_unmapped_area[_topdown] functions to make use of vm_unmapped_area() instead of implementing a brute force search. Signed-off-by: Michel Lespinasse wal...@google.com Reviewed-by: Rik van Riel r...@redhat.com -- To