From: Andrew Morton <akpm@linux-foundation.org>
To: mm-commits@vger.kernel.org,tj@kernel.org,dennis@kernel.org,cl@linux.com,aha310510@gmail.com,akpm@linux-foundation.org
Subject: [failures] mm-percpu-fix-typo-to-pcpu_alloc_noprof-description.patch removed from -mm tree
Date: Thu, 03 Oct 2024 12:28:37 -0700 [thread overview]
Message-ID: <20241003192838.790ABC4CEC5@smtp.kernel.org> (raw)
The quilt patch titled
Subject: mm: percpu: fix typo to pcpu_alloc_noprof() description
has been removed from the -mm tree. Its filename was
mm-percpu-fix-typo-to-pcpu_alloc_noprof-description.patch
This patch was dropped because it had testing failures
------------------------------------------------------
From: Jeongjun Park <aha310510@gmail.com>
Subject: mm: percpu: fix typo to pcpu_alloc_noprof() description
Date: Wed, 25 Sep 2024 00:24:12 +0900
In the previous commit, the function name was changed from pcpu_alloc to
pcpu_alloc_noprof , but the function description was not changed
accordingly. The function name should be changed to pcpu_alloc_noprof in
the description as well.
Link: https://lkml.kernel.org/r/20240924152412.118487-1-aha310510@gmail.com
Signed-off-by: Jeongjun Park <aha310510@gmail.com>
Cc: Christoph Lameter (Ampere) <cl@linux.com>
Cc: Dennis Zhou <dennis@kernel.org>
Cc: Tejun Heo <tj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
mm/percpu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/mm/percpu.c~mm-percpu-fix-typo-to-pcpu_alloc_noprof-description
+++ a/mm/percpu.c
@@ -1726,7 +1726,7 @@ static void pcpu_alloc_tag_free_hook(str
#endif
/**
- * pcpu_alloc - the percpu allocator
+ * pcpu_alloc_noprof - the percpu allocator
* @size: size of area to allocate in bytes
* @align: alignment of area (max PAGE_SIZE)
* @reserved: allocate from the reserved chunk if available
_
Patches currently in -mm which might be from aha310510@gmail.com are
mm-shmem-fix-data-race-in-shmem_getattr.patch
next reply other threads:[~2024-10-03 19:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-03 19:28 Andrew Morton [this message]
2024-10-03 23:15 ` [failures] mm-percpu-fix-typo-to-pcpu_alloc_noprof-description.patch removed from -mm tree Christoph Lameter (Ampere)
2024-10-04 2:05 ` Andrew Morton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241003192838.790ABC4CEC5@smtp.kernel.org \
--to=akpm@linux-foundation.org \
--cc=aha310510@gmail.com \
--cc=cl@linux.com \
--cc=dennis@kernel.org \
--cc=mm-commits@vger.kernel.org \
--cc=tj@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.