The patch titled Subject: checkpatch: add Co-developed-by to signature tags has been added to the -mm tree. Its filename is checkpatch-add-co-developed-by-to-signature-tags.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/checkpatch-add-co-developed-by-to-signature-tags.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/checkpatch-add-co-developed-by-to-signature-tags.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@xxxxxxxxxx> Subject: checkpatch: add Co-developed-by to signature tags As per Documentation/process/submitting-patches, Co-developed-by is a valid signature. This commit removes the warning. Link: http://lkml.kernel.org/r/1544808928-20002-3-git-send-email-jorge.ramirez-ortiz@xxxxxxxxxx Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@xxxxxxxxxx> Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Cc: Himanshu Jha <himanshujha199640@xxxxxxxxx> Cc: Joe Perches <joe@xxxxxxxxxxx> Cc: Jonathan Cameron <jic23@xxxxxxxxxx> Cc: Jonathan Corbet <corbet@xxxxxxx> Cc: Niklas Cassel <niklas.cassel@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- scripts/checkpatch.pl | 1 + 1 file changed, 1 insertion(+) --- a/scripts/checkpatch.pl~checkpatch-add-co-developed-by-to-signature-tags +++ a/scripts/checkpatch.pl @@ -468,6 +468,7 @@ our $logFunctions = qr{(?x: our $signature_tags = qr{(?xi: Signed-off-by:| + Co-developed-by:| Acked-by:| Tested-by:| Reviewed-by:| _ Patches currently in -mm which might be from jorge.ramirez-ortiz@xxxxxxxxxx are docs-fix-co-developed-by-docs.patch checkpatch-add-co-developed-by-to-signature-tags.patch