The quilt patch titled Subject: memory-tiering-hot-page-selection-with-hint-page-fault-latency-fix.txt has been removed from the -mm tree. Its filename was memory-tiering-hot-page-selection-with-hint-page-fault-latency-fix.patch This patch was dropped because it was withdrawn ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: memory-tiering-hot-page-selection-with-hint-page-fault-latency-fix.txt Date: Fri Aug 19 10:06:07 PM PDT 2022 mm/memory.c needs memory-tiers.h Cc: "Huang, Ying" <ying.huang@xxxxxxxxx> Cc: Baolin Wang <baolin.wang@xxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memory.c | 1 + 1 file changed, 1 insertion(+) --- a/mm/memory.c~memory-tiering-hot-page-selection-with-hint-page-fault-latency-fix +++ a/mm/memory.c @@ -65,6 +65,7 @@ #include <linux/elf.h> #include <linux/gfp.h> #include <linux/migrate.h> +#include <linux/memory-tiers.h> #include <linux/string.h> #include <linux/debugfs.h> #include <linux/userfaultfd_k.h> _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are asm-generic-sections-refactor-memory_intersects-fix.patch procfs-add-path-to-proc-pid-fdinfo-fix.patch zsmalloc-zs_object_copy-add-clarifying-comment-fix.patch mm-oom_kill-add-trace-logs-in-process_mrelease-system-call-fix.patch zsmalloc-zs_object_copy-replace-email-link-to-doc-checkpatch-fixes.patch mm-demotion-add-support-for-explicit-memory-tiers-fix.patch