The patch titled Subject: memory-tiering-hot-page-selection-with-hint-page-fault-latency-fix.txt has been added to the -mm mm-unstable branch. Its filename is memory-tiering-hot-page-selection-with-hint-page-fault-latency-fix.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/memory-tiering-hot-page-selection-with-hint-page-fault-latency-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: 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 memory-tiering-hot-page-selection-with-hint-page-fault-latency-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