All of lore.kernel.org
 help / color / mirror / Atom feed
* [alternative-merged] kernel-better-document-the-use_mm-unuse_mm-api-contract-fix.patch removed from -mm tree
@ 2020-04-17 23:03 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2020-04-17 23:03 UTC (permalink / raw)
  To: akpm, asml.silence, hch, mm-commits


The patch titled
     Subject: kernel-better-document-the-use_mm-unuse_mm-api-contract-fix
has been removed from the -mm tree.  Its filename was
     kernel-better-document-the-use_mm-unuse_mm-api-contract-fix.patch

This patch was dropped because an alternative patch was merged

------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: kernel-better-document-the-use_mm-unuse_mm-api-contract-fix

fix kerneldoc, per Pavel

Cc: Christoph Hellwig <hch@lst.de>
Cc: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 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@linux-foundation.org are

maintainers-add-an-entry-for-kfifo-fix.patch
maintainers-add-an-entry-for-kfifo-fix-fix.patch
mm-ksm-fix-null-pointer-dereference-when-ksm-zero-page-is-enabled-v4-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
linux-next-fix.patch
kernel-forkc-export-kernel_thread-to-modules.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-17 23:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-17 23:03 [alternative-merged] kernel-better-document-the-use_mm-unuse_mm-api-contract-fix.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.