Re: [PATCH 0/3] vmalloc enhancements

From: Vlastimil Babka
Date: Wed Apr 17 2019 - 09:39:24 EST


On 3/29/19 11:07 PM, Roman Gushchin wrote:
>> Roman Gushchin (3):
>> mm: refactor __vunmap() to avoid duplicated call to find_vm_area()
>> mm: separate memory allocation and actual work in alloc_vmap_area()
>> mm: show number of vmalloc pages in /proc/meminfo
>>
>> fs/proc/meminfo.c | 2 +-
>> include/linux/vmalloc.h | 2 +
>> mm/vmalloc.c | 107 ++++++++++++++++++++++++++--------------
>> 3 files changed, 73 insertions(+), 38 deletions(-)
>>
>> --
>> 2.20.1
>>
>
> Ping. Any comments/suggestions/objections?

I suspect my questions for 3/3 effectively blocked this, so now it
should be unblocked. Haven't checked how this is affected by the
"improve vmap allocation" series, but you were following it closely and
thus should know better.