Re: [PATCH v5 3/8] vmalloc: make find_vm_area check in range

2013-05-14 Thread Vivek Goyal
On Tue, May 14, 2013 at 10:57:23AM +0900, HATAYAMA Daisuke wrote: > Currently, __find_vmap_area searches for the kernel VM area starting > at a given address. This patch changes this behavior so that it > searches for the kernel VM area to which the address belongs. This > change is needed by remap

[PATCH v5 3/8] vmalloc: make find_vm_area check in range

2013-05-13 Thread HATAYAMA Daisuke
Currently, __find_vmap_area searches for the kernel VM area starting at a given address. This patch changes this behavior so that it searches for the kernel VM area to which the address belongs. This change is needed by remap_vmalloc_range_partial to be introduced in later patch that receives any p