On 1/3/19 5:59 PM, Roman Penyaev wrote: > vmalloc_user*() calls differ from normal vmalloc() only in that they > set VM_USERMAP flags for the area. During the whole history of > vmalloc.c changes now it is possible simply to pass VM_USERMAP flags > directly to __vmalloc_node_range() call instead of finding the area > (which obviously takes time) after the allocation. > > Signed-off-by: Roman Penyaev <[email protected]> > Cc: Andrew Morton <[email protected]> > Cc: Michal Hocko <[email protected]> > Cc: Andrey Ryabinin <[email protected]> > Cc: Joe Perches <[email protected]> > Cc: "Luis R. Rodriguez" <[email protected]> > Cc: [email protected] > Cc: [email protected] Acked-by: Andrey Ryabinin <[email protected]>

