The patch titled Subject: mm: drop inappropriate includes has been added to the -mm mm-unstable branch. Its filename is mm-move-internal-core-vma-manipulation-functions-to-own-file-fix.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-move-internal-core-vma-manipulation-functions-to-own-file-fix.patch This patch will later appear in the mm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm 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 via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx> Subject: mm: drop inappropriate includes Date: Tue, 23 Jul 2024 18:11:48 +0100 As pointed out by SeongJae Park, these includes are not always available to all architectures and in actual fact are not required to be included here. Link: https://lkml.kernel.org/r/c1c009dd-1ee3-4615-a8d1-b1971f22a814@lucifer.local Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx> Reported-by: SeongJae Park <sj@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/vma_internal.h | 2 -- 1 file changed, 2 deletions(-) --- a/mm/vma_internal.h~mm-move-internal-core-vma-manipulation-functions-to-own-file-fix +++ a/mm/vma_internal.h @@ -43,8 +43,6 @@ #include <linux/userfaultfd_k.h> #include <asm/current.h> -#include <asm/page_types.h> -#include <asm/pgtable_types.h> #include <asm/tlb.h> #include "internal.h" _ Patches currently in -mm which might be from lorenzo.stoakes@xxxxxxxxxx are userfaultfd-move-core-vma-manipulation-logic-to-mm-userfaultfdc.patch mm-move-vma_modify-and-helpers-to-internal-header.patch mm-move-vma_shrink-vma_expand-to-internal-header.patch mm-move-internal-core-vma-manipulation-functions-to-own-file.patch mm-move-internal-core-vma-manipulation-functions-to-own-file-fix.patch maintainers-add-entry-for-new-vma-files.patch tools-separate-out-shared-radix-tree-components.patch tools-add-skeleton-code-for-userland-testing-of-vma-logic.patch