linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] checkpatch: whitelist Originally-by: signature
@ 2019-11-15 15:02 Eugeniu Rosca
  2019-11-15 15:09 ` Joe Perches
  0 siblings, 1 reply; 8+ messages in thread
From: Eugeniu Rosca @ 2019-11-15 15:02 UTC (permalink / raw)
  To: Andy Whitcroft, Joe Perches
  Cc: linux-kernel, Eugeniu Rosca, Eugeniu Rosca, Thomas Gleixner

Oftentimes [1], the contributor would like to honor or give credits [2]
to somebody's original ideas in the submission/reviewing process. While
"Co-developed-by:" and "Suggested-by:" (currently whitelisted) could be
employed for this purpose, they are not ideal.

Below matrix attempts portraying/quantifying the subtle differences
between these signatures (subjective/oversimplified):

Helper signature    Contribution "ownership"
None                100% Author
Suggested-by: X     80% Author / 20% "X"
Co-developed-by: X  50% Author / 50% "X"
Originally-by: X    20% Author / 80% "X"

[1] linux (v5.4-rc7) git log --oneline --grep Originally-by | wc -l
    88
[2] https://lore.kernel.org/lkml/alpine.DEB.2.21.1909261144250.5528@nanos.tec.linutronix.de/

Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Eugeniu Rosca <erosca@de.adit-jv.com>
---
 scripts/checkpatch.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 6fcc66afb088..e456aba12bd0 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -486,6 +486,7 @@ our $signature_tags = qr{(?xi:
 	Reviewed-by:|
 	Reported-by:|
 	Suggested-by:|
+	Originally-by:|
 	To:|
 	Cc:
 )};
-- 
2.24.0


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-11-27 11:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-15 15:02 [PATCH] checkpatch: whitelist Originally-by: signature Eugeniu Rosca
2019-11-15 15:09 ` Joe Perches
2019-11-15 15:46   ` Eugeniu Rosca
2019-11-15 16:29     ` Jonathan Corbet
2019-11-15 17:21       ` Eugeniu Rosca
2019-11-27  9:25         ` Geert Uytterhoeven
2019-11-27 11:25           ` Eugeniu Rosca
2019-11-15 21:32       ` Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).