The patch titled Subject: psi-annotate-refault-stalls-from-io-submission-fix-2 has been added to the -mm tree. Its filename is psi-annotate-refault-stalls-from-io-submission-fix-2.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/psi-annotate-refault-stalls-from-io-submission-fix-2.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/psi-annotate-refault-stalls-from-io-submission-fix-2.patch 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 and is updated there every 3-4 working days ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: psi-annotate-refault-stalls-from-io-submission-fix-2 export psi_memstall_enter/leave to modules for f2fs Cc: Johannes Weiner <hannes@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/sched/psi.c | 2 ++ 1 file changed, 2 insertions(+) --- a/kernel/sched/psi.c~psi-annotate-refault-stalls-from-io-submission-fix-2 +++ a/kernel/sched/psi.c @@ -832,6 +832,7 @@ void psi_memstall_enter(unsigned long *f rq_unlock_irq(rq, &rf); } +EXPORT_SYMBOL_GPL(psi_memstall_enter); /** * psi_memstall_leave - mark the end of an memory stall section @@ -861,6 +862,7 @@ void psi_memstall_leave(unsigned long *f rq_unlock_irq(rq, &rf); } +EXPORT_SYMBOL_GPL(psi_memstall_leave); #ifdef CONFIG_CGROUPS int psi_cgroup_alloc(struct cgroup *cgroup) _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are asm-generic-fix-wtype-limits-compiler-warnings-fix.patch ocfs2-clear-zero-in-unaligned-direct-io-checkpatch-fixes.patch mm.patch mm-introduce-page_shift-fix.patch mm-throttle-allocators-when-failing-reclaim-over-memoryhigh-fix.patch mm-memory_hotplug-remove-move_pfn_range-fix.patch mm-compaction-clear-total_migratefree_scanned-before-scanning-a-new-zone-fix-fix.patch mm-compaction-clear-total_migratefree_scanned-before-scanning-a-new-zone-fix-2-fix.patch mm-oom-avoid-printk-iteration-under-rcu-fix.patch mm-oom_killer-add-task-uid-to-info-message-on-an-oom-kill-fix.patch psi-annotate-refault-stalls-from-io-submission-fix.patch diff-sucks.patch drivers-tty-serial-sh-scic-suppress-warning.patch kernel-forkc-export-kernel_thread-to-modules.patch psi-annotate-refault-stalls-from-io-submission-fix-2.patch