The patch titled Subject: tools: fix double header include has been added to the -mm mm-unstable branch. Its filename is tools-separate-out-shared-radix-tree-components-fix.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/tools-separate-out-shared-radix-tree-components-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: tools: fix double header include Date: Thu, 25 Jul 2024 10:47:40 +0100 We already imported the stubbed-out linux/types.h. This has no impact as it has a header guards but let's clean this up. Link: https://lkml.kernel.org/r/7aae7eb2-6170-4ed6-bee5-6a0c35294381@lucifer.local Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/testing/shared/shared.h | 1 - 1 file changed, 1 deletion(-) --- a/tools/testing/shared/shared.h~tools-separate-out-shared-radix-tree-components-fix +++ a/tools/testing/shared/shared.h @@ -6,7 +6,6 @@ #include <linux/bitops.h> #include <linux/gfp.h> -#include <linux/types.h> #include <linux/rcupdate.h> #ifndef module_init _ 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-separate-out-shared-radix-tree-components-fix.patch tools-add-skeleton-code-for-userland-testing-of-vma-logic.patch