[PATCH] checkpatch: allow tags between co-developed-by and their sign-off

2023-10-23 Thread Przemek Kitszel
Allow additional tags between Co-developed-by: and Signed-off-by:. Removing the "immediately" word from the doc is a great summary of the change - there is no need for the two tags to be glued together, barring ease of checkpatch implementation. Additional tags between Co-developed-by and corresp

Re: [PATCH] checkpatch: allow tags between co-developed-by and their sign-off

2023-10-23 Thread Sean Christopherson
+Mateusz On Mon, Oct 23, 2023, Przemek Kitszel wrote: > Additional tags between Co-developed-by and corresponding Signed-off-by > could include Reviewed-by tags collected by Submitter, which is also > a Co-developer, but should sign-off at the very end of tags provided by > the Submitter. ... >

Re: [PATCH] checkpatch: allow tags between co-developed-by and their sign-off

2023-10-23 Thread Lukas Bulwahn
Hi Przemek, On Mon, Oct 23, 2023 at 12:29 PM Przemek Kitszel wrote: > > Allow additional tags between Co-developed-by: and Signed-off-by:. > > Removing the "immediately" word from the doc is a great summary of the > change - there is no need for the two tags to be glued together, barring > ease o

Re: [PATCH] checkpatch: allow tags between co-developed-by and their sign-off

2023-10-23 Thread Joe Perches
On Mon, 2023-10-23 at 16:16 +0200, Lukas Bulwahn wrote: > On Mon, Oct 23, 2023 at 12:29 PM Przemek Kitszel > wrote: > > Allow additional tags between Co-developed-by: and Signed-off-by:. I think this unnecessary and not particularly useful as well. > > I see many potential areas of work for th