The patch titled Subject: mm: unexport remap_vmalloc_range_partial has been added to the -mm tree. Its filename is mm-unexport-remap_vmalloc_range_partial.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/mm-unexport-remap_vmalloc_range_partial.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/mm-unexport-remap_vmalloc_range_partial.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Christoph Hellwig <hch@xxxxxx> Subject: mm: unexport remap_vmalloc_range_partial remap_vmalloc_range_partial is only used to implement remap_vmalloc_range and by procfs. Unexport it. Link: https://lkml.kernel.org/r/20210301082235.932968-3-hch@xxxxxx Signed-off-by: Christoph Hellwig <hch@xxxxxx> Cc: Kirti Wankhede <kwankhede@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/vmalloc.c | 1 - 1 file changed, 1 deletion(-) --- a/mm/vmalloc.c~mm-unexport-remap_vmalloc_range_partial +++ a/mm/vmalloc.c @@ -3072,7 +3072,6 @@ int remap_vmalloc_range_partial(struct v return 0; } -EXPORT_SYMBOL(remap_vmalloc_range_partial); /** * remap_vmalloc_range - map vmalloc pages to userspace _ Patches currently in -mm which might be from hch@xxxxxx are samples-vfio-mdev-mdpy-use-remap_vmalloc_range.patch mm-unexport-remap_vmalloc_range_partial.patch