The quilt patch titled Subject: mm-shmem-add-multi-size-thp-sysfs-interface-for-anonymous-shmem-fix-4 has been removed from the -mm tree. Its filename was mm-shmem-add-multi-size-thp-sysfs-interface-for-anonymous-shmem-fix-4.patch This patch was dropped because it was folded into mm-shmem-add-multi-size-thp-sysfs-interface-for-anonymous-shmem.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-shmem-add-multi-size-thp-sysfs-interface-for-anonymous-shmem-fix-4 Date: Mon Jun 24 12:28:05 PM PDT 2024 huge_memory.c needs mm_types.h Cc: Baolin Wang <baolin.wang@xxxxxxxxxxxxxxxxx> Reported-by: kernel test robot <lkp@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/huge_memory.c | 1 + 1 file changed, 1 insertion(+) --- a/mm/huge_memory.c~mm-shmem-add-multi-size-thp-sysfs-interface-for-anonymous-shmem-fix-4 +++ a/mm/huge_memory.c @@ -20,6 +20,7 @@ #include <linux/swapops.h> #include <linux/backing-dev.h> #include <linux/dax.h> +#include <linux/mm_types.h> #include <linux/khugepaged.h> #include <linux/freezer.h> #include <linux/pfn_t.h> _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-shmem-add-multi-size-thp-sysfs-interface-for-anonymous-shmem.patch mm-extend-rmap-flags-arguments-for-folio_add_new_anon_rmap-fix.patch mm-use-folio_add_new_anon_rmap-if-folio_test_anonfolio==false-fix.patch