]> git.baikalelectronics.ru Git - kernel.git/commit
mm/vmalloc: remove map_kernel_range
authorNicholas Piggin <npiggin@gmail.com>
Fri, 30 Apr 2021 05:58:53 +0000 (22:58 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 30 Apr 2021 18:20:40 +0000 (11:20 -0700)
commit0b737817fc46e9d0cc6db3f13daa159987ba5a40
tree0cd48f934f59d2909303256c93f5dec1c87c1481
parentba43e7c50dbdadc2e432141b58f6772a149f9b45
mm/vmalloc: remove map_kernel_range

Patch series "mm/vmalloc: cleanup after hugepage series", v2.

Christoph pointed out some overdue cleanups required after the huge
vmalloc series, and I had another failure error message improvement as
well.

This patch (of 5):

This is a shim around vmap_pages_range, get rid of it.

Move the main API comment from the _noflush variant to the normal variant,
and make _noflush internal to mm/.

Link: https://lkml.kernel.org/r/20210322021806.892164-1-npiggin@gmail.com
Link: https://lkml.kernel.org/r/20210322021806.892164-2-npiggin@gmail.com
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Cc: Uladzislau Rezki <urezki@gmail.com>
Cc: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/core-api/cachetlb.rst
include/linux/vmalloc.h
mm/internal.h
mm/percpu-vm.c
mm/vmalloc.c