Re: [PATCH v10 10/12] mm/vmalloc: add vmap_range_noflush variant

2021-01-24 Thread Christoph Hellwig
On Sun, Jan 24, 2021 at 06:22:28PM +1000, Nicholas Piggin wrote: > As a side-effect, the order of flush_cache_vmap() and > arch_sync_kernel_mappings() calls are switched, but that now matches > the other callers in this file. > > Signed-off-by: Nicholas Piggin Looks good, Reviewed-by: Christoph

[PATCH v10 10/12] mm/vmalloc: add vmap_range_noflush variant

2021-01-24 Thread Nicholas Piggin
As a side-effect, the order of flush_cache_vmap() and arch_sync_kernel_mappings() calls are switched, but that now matches the other callers in this file. Signed-off-by: Nicholas Piggin --- mm/vmalloc.c | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/mm/vmal