Re: [PATCH v2 7/8] mm, vmalloc: export vmap_area_list, instead of vmlist

2013-03-15 Thread Atsushi Kumagai
Hello, On Tue, 12 Mar 2013 23:43:48 -0700 ebied...@xmission.com (Eric W. Biederman) wrote: > Joonsoo Kim writes: > > > From: Joonsoo Kim > > > > Although our intention is to unexport internal structure entirely, > > but there is one exception for kexec. kexec dumps address of vmlist > > and

Re: [PATCH v2 7/8] mm, vmalloc: export vmap_area_list, instead of vmlist

2013-03-15 Thread Atsushi Kumagai
Hello, On Tue, 12 Mar 2013 23:43:48 -0700 ebied...@xmission.com (Eric W. Biederman) wrote: Joonsoo Kim iamjoonsoo@lge.com writes: From: Joonsoo Kim js1...@gmail.com Although our intention is to unexport internal structure entirely, but there is one exception for kexec. kexec dumps

Re: [PATCH v2 7/8] mm, vmalloc: export vmap_area_list, instead of vmlist

2013-03-13 Thread Eric W. Biederman
Joonsoo Kim writes: > From: Joonsoo Kim > > Although our intention is to unexport internal structure entirely, > but there is one exception for kexec. kexec dumps address of vmlist > and makedumpfile uses this information. > > We are about to remove vmlist, then another way to retrieve

[PATCH v2 7/8] mm, vmalloc: export vmap_area_list, instead of vmlist

2013-03-13 Thread Joonsoo Kim
From: Joonsoo Kim Although our intention is to unexport internal structure entirely, but there is one exception for kexec. kexec dumps address of vmlist and makedumpfile uses this information. We are about to remove vmlist, then another way to retrieve information of vmalloc layer is needed for

[PATCH v2 7/8] mm, vmalloc: export vmap_area_list, instead of vmlist

2013-03-13 Thread Joonsoo Kim
From: Joonsoo Kim js1...@gmail.com Although our intention is to unexport internal structure entirely, but there is one exception for kexec. kexec dumps address of vmlist and makedumpfile uses this information. We are about to remove vmlist, then another way to retrieve information of vmalloc

Re: [PATCH v2 7/8] mm, vmalloc: export vmap_area_list, instead of vmlist

2013-03-13 Thread Eric W. Biederman
Joonsoo Kim iamjoonsoo@lge.com writes: From: Joonsoo Kim js1...@gmail.com Although our intention is to unexport internal structure entirely, but there is one exception for kexec. kexec dumps address of vmlist and makedumpfile uses this information. We are about to remove vmlist, then