The patch titled Subject: mm: remove the filename in the top of file comment in vmalloc.c has been added to the -mm tree. Its filename is mm-remove-the-filename-in-the-top-of-file-comment-in-vmallocc.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/mm-remove-the-filename-in-the-top-of-file-comment-in-vmallocc.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/mm-remove-the-filename-in-the-top-of-file-comment-in-vmallocc.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: remove the filename in the top of file comment in vmalloc.c No point in having the filename inside the file. Link: https://lkml.kernel.org/r/20201002124035.1539300-3-hch@xxxxxx Signed-off-by: Christoph Hellwig <hch@xxxxxx> Cc: Uladzislau Rezki (Sony) <urezki@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/vmalloc.c | 2 -- 1 file changed, 2 deletions(-) --- a/mm/vmalloc.c~mm-remove-the-filename-in-the-top-of-file-comment-in-vmallocc +++ a/mm/vmalloc.c @@ -1,7 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only /* - * linux/mm/vmalloc.c - * * Copyright (C) 1993 Linus Torvalds * Support of BIGMEM added by Gerhard Wichert, Siemens AG, July 1999 * SMP-safe vmalloc/vfree/ioremap, Tigran Aivazian <tigran@xxxxxxxxxxx>, May 2000 _ Patches currently in -mm which might be from hch@xxxxxx are mm-add-a-vm_map_put_pages-flag-for-vmap.patch mm-add-a-vmap_pfn-function.patch mm-allow-a-null-fn-callback-in-apply_to_page_range.patch zsmalloc-switch-from-alloc_vm_area-to-get_vm_area.patch drm-i915-use-vmap-in-shmem_pin_map.patch drm-i915-stop-using-kmap-in-i915_gem_object_map.patch drm-i915-use-vmap-in-i915_gem_object_map.patch xen-xenbus-use-apply_to_page_range-directly-in-xenbus_map_ring_pv.patch x86-xen-open-code-alloc_vm_area-in-arch_gnttab_valloc.patch mm-remove-alloc_vm_area.patch mm-cleanup-the-gfp_mask-handling-in-__vmalloc_area_node.patch mm-remove-the-filename-in-the-top-of-file-comment-in-vmallocc.patch