Skip to content

Commit 7db3367

Browse files
trinixypron
authored andcommitted
doc: develop: process: Explain when/how Custodians may edit patches
As seen with commit d503633 ("Revert "doc: board: starfive: update jh7110 common description""), it has not always been clear what is and isn't allowed by custodians, and what the expectations are. To prevent further unintentional conflicts, document the limited cases where custodians are allowed to modify patches directly, and how to do that. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
1 parent 78e100d commit 7db3367

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

doc/develop/process.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,12 @@ feedback to the submitter of a patch about what is going on:
144144
feels it has been too long since posting their patch and not
145145
received any feedback, it is OK to follow-up and ask.
146146

147+
* A custodian may make changes suggested by :doc:`checkpatch.pl
148+
<checkpatch>`. They must also in turn amend the commit message noting
149+
their change, for example ``[trini: Fix typos]``, and add their own
150+
:ref:`Signed-off-by <dco>` tag. All other changes must be handled by
151+
another iteration of the patch, or follow-up patch.
152+
147153
* If the patch itself can still be applied to the tree. The custodian
148154
is expected to put in a "best effort" if a patch does not apply
149155
cleanly, but can be made to apply still. It is up to the custodian

0 commit comments

Comments
 (0)