* [merged mm-nonmm-stable] checkpatch-document-new-check-placeholder_use.patch removed from -mm tree
@ 2025-11-12 0:49 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2025-11-12 0:49 UTC (permalink / raw)
To: mm-commits, lukas.bulwahn, joe, dwaipayanray1, corbet, apw, work,
akpm
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1899 bytes --]
The quilt patch titled
Subject: checkpatch: document new check PLACEHOLDER_USE
has been removed from the -mm tree. Its filename was
checkpatch-document-new-check-placeholder_use.patch
This patch was dropped because it was merged into the mm-nonmm-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
------------------------------------------------------
From: Onur Özkan <work@onurozkan.dev>
Subject: checkpatch: document new check PLACEHOLDER_USE
Date: Wed, 17 Sep 2025 20:37:25 +0300
Adds documentation for the new check PLACEHOLDER_USE in checkpatch.
Link: https://lkml.kernel.org/r/20250917173725.22547-3-work@onurozkan.dev
Signed-off-by: Onur Özkan <work@onurozkan.dev>
Acked-by: Joe Perches <joe@perches.com>
Cc: Andy Whitcroft <apw@canonical.com>
Cc: Dwaipayan Ray <dwaipayanray1@gmail.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
Documentation/dev-tools/checkpatch.rst | 10 ++++++++++
1 file changed, 10 insertions(+)
--- a/Documentation/dev-tools/checkpatch.rst~checkpatch-document-new-check-placeholder_use
+++ a/Documentation/dev-tools/checkpatch.rst
@@ -1245,6 +1245,16 @@ Others
The patch file does not appear to be in unified-diff format. Please
regenerate the patch file before sending it to the maintainer.
+ **PLACEHOLDER_USE**
+ Detects unhandled placeholder text left in cover letters or commit headers/logs.
+ Common placeholders include lines like::
+
+ *** SUBJECT HERE ***
+ *** BLURB HERE ***
+
+ These typically come from autogenerated templates. Replace them with a proper
+ subject and description before sending.
+
**PRINTF_0XDECIMAL**
Prefixing 0x with decimal output is defective and should be corrected.
_
Patches currently in -mm which might be from work@onurozkan.dev are
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-11-12 0:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-12 0:49 [merged mm-nonmm-stable] checkpatch-document-new-check-placeholder_use.patch removed from -mm tree Andrew Morton
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.