The patch titled Subject: kernel-better-document-the-use_mm-unuse_mm-api-contract-fix has been added to the -mm tree. Its filename is kernel-better-document-the-use_mm-unuse_mm-api-contract-fix.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/kernel-better-document-the-use_mm-unuse_mm-api-contract-fix.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/kernel-better-document-the-use_mm-unuse_mm-api-contract-fix.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: kernel-better-document-the-use_mm-unuse_mm-api-contract-fix fix kerneldoc, per Pavel Cc: Christoph Hellwig <hch@xxxxxx> Cc: Pavel Begunkov <asml.silence@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/kthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/kernel/kthread.c~kernel-better-document-the-use_mm-unuse_mm-api-contract-fix +++ a/kernel/kthread.c @@ -1239,7 +1239,7 @@ void kthread_use_mm(struct mm_struct *mm EXPORT_SYMBOL_GPL(kthread_use_mm); /** - * kthread_use_mm - reverse the effect of kthread_use_mm() + * kthread_unuse_mm - reverse the effect of kthread_use_mm() * @mm: address space to operate on */ void kthread_unuse_mm(struct mm_struct *mm) _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are maintainers-add-an-entry-for-kfifo-fix.patch maintainers-add-an-entry-for-kfifo-fix-fix.patch drivers-tty-serial-sh-scic-suppress-uninitialized-var-warning.patch mm.patch memcg-optimize-memorynuma_stat-like-memorystat-fix.patch mm-hugetlb-fix-a-typo-in-comment-manitained-maintained-v2-checkpatch-fixes.patch kernel-better-document-the-use_mm-unuse_mm-api-contract-fix.patch linux-next-fix.patch kernel-forkc-export-kernel_thread-to-modules.patch