All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] docs: checkpatch: improve handling of Co-developed-by
@ 2019-03-22 21:11 Sean Christopherson
  2019-03-22 21:11 ` [PATCH v5 1/2] docs: Clarify the usage and sign-off requirements for Co-developed-by Sean Christopherson
  2019-03-22 21:11 ` [PATCH v5 2/2] checkpatch: Warn on improper usage of Co-developed-by Sean Christopherson
  0 siblings, 2 replies; 8+ messages in thread
From: Sean Christopherson @ 2019-03-22 21:11 UTC (permalink / raw)
  To: Jonathan Corbet, Andy Whitcroft, Joe Perches
  Cc: linux-doc, linux-kernel, Tobin C . Harding, Thomas Gleixner,
	Jani Nikula, Jorge Ramirez-Ortiz, Jonathan Cameron,
	Greg Kroah-Hartman, Niklas Cassel

The recently introduced Co-developed-by: tag has seen a spate of
improper usage, likely because the tag is less intuitive and slightly
more complex than most other tags.  Rework the documentation to be more
explicit in how Co-developed-by: is intended to be used, add examples
in the docs, and add logic to checkpatch to reinforce proper usage.

v1: https://lkml.kernel.org/r/20190320151140.32432-1-sean.j.christopherson@intel.com
v2: https://lkml.kernel.org/r/20190321184316.8525-1-sean.j.christopherson@intel.com
    Rewrite the blurb to state standard sign-off procedure should be
    followed as opposed to dictating the original author's SOB be last.
v3: https://lkml.kernel.org/r/20190321200103.9333-1-sean.j.christopherson@intel.com
    Update a similar blurb in Documentation/process/5.Posting.rst
v4: https://lkml.kernel.org/r/20190322155735.13954-1-sean.j.christopherson@intel.com
    Rework the blurbs to avoid use of the word "original" [Tobin]
v5: Add checkpatch warnings [Joe]
    Fix a spelling error [Niklas]

Sean Christopherson (2):
  docs: Clarify the usage and sign-off requirements for Co-developed-by
  checkpatch: Warn on improper usage of Co-developed-by

 Documentation/process/5.Posting.rst          | 10 +++--
 Documentation/process/submitting-patches.rst | 40 +++++++++++++++++---
 scripts/checkpatch.pl                        | 18 +++++++++
 3 files changed, 59 insertions(+), 9 deletions(-)

-- 
2.21.0


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

end of thread, other threads:[~2019-03-25 16:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-22 21:11 [PATCH v5 0/2] docs: checkpatch: improve handling of Co-developed-by Sean Christopherson
2019-03-22 21:11 ` [PATCH v5 1/2] docs: Clarify the usage and sign-off requirements for Co-developed-by Sean Christopherson
2019-03-23  2:00   ` Tobin C. Harding
2019-03-25 16:31   ` Jonathan Corbet
2019-03-25 16:40     ` Joe Perches
2019-03-25 16:45       ` Jonathan Corbet
2019-03-22 21:11 ` [PATCH v5 2/2] checkpatch: Warn on improper usage of Co-developed-by Sean Christopherson
2019-03-23  2:01   ` Tobin C. Harding

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.