Re: [PATCH] mm:vmalloc add vm_struct for vm_map_ram

2018-11-11 Thread Xishi Qiu
On 2018/11/8 19:14, Zhaoyang Huang wrote: > From: Zhaoyang Huang > > There is no caller and pages information etc for the area which is > created by vm_map_ram as well as the page count > VMAP_MAX_ALLOC. > Add them on in this commit. > > Signed-off-by: Zhaoyang Huang > --- > mm/vmalloc.c |

Re: [PATCH] mm:vmalloc add vm_struct for vm_map_ram

2018-11-08 Thread Andrew Morton
On Thu, 8 Nov 2018 19:14:49 +0800 Zhaoyang Huang wrote: > There is no caller and pages information etc for the area which is > created by vm_map_ram as well as the page count > VMAP_MAX_ALLOC. > Add them on in this commit. Well I can kind of see what this is doing - it increases the amount of

[PATCH] mm:vmalloc add vm_struct for vm_map_ram

2018-11-08 Thread Zhaoyang Huang
From: Zhaoyang Huang There is no caller and pages information etc for the area which is created by vm_map_ram as well as the page count > VMAP_MAX_ALLOC. Add them on in this commit. Signed-off-by: Zhaoyang Huang --- mm/vmalloc.c | 30 -- 1 file changed, 20 insertion