Re: [PATCH 17/28] mm: remove the prot argument from vm_map_ram

From: Gao Xiang
Date: Wed Apr 08 2020 - 20:41:59 EST


On Wed, Apr 08, 2020 at 01:59:15PM +0200, Christoph Hellwig wrote:
> This is always GFP_KERNEL - for long term mappings with other properties
> vmap should be used.
>
> Signed-off-by: Christoph Hellwig <hch@xxxxxx>
> ---
> drivers/gpu/drm/i915/gem/selftests/mock_dmabuf.c | 2 +-
> drivers/media/common/videobuf2/videobuf2-dma-sg.c | 3 +--
> drivers/media/common/videobuf2/videobuf2-vmalloc.c | 3 +--
> fs/erofs/decompressor.c | 2 +-

For EROFS part,

Acked-by: Gao Xiang <xiang@xxxxxxxxxx>

Thanks,
Gao Xiang