The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
To: Randy Dunlap <rdunlap@infradead.org>
Cc: Tony Luck <tony.luck@intel.com>,
	x86@kernel.org,  Reinette Chatre <reinette.chatre@intel.com>,
	linux-kernel@vger.kernel.org
Subject: Re: commit tag order vs. "b4 am"
Date: Tue, 30 Jan 2024 20:57:44 -0500	[thread overview]
Message-ID: <20240130-solid-seahorse-from-camelot-e0ecdb@lemur> (raw)
In-Reply-To: <118a560d-9e5f-4bc4-b0d2-ee0b3d6a5120@infradead.org>

On Tue, Jan 30, 2024 at 04:47:26PM -0800, Randy Dunlap wrote:
> > Reinette noticed that v14 of my resctrl/SNC patch series[1] did not adhere
> > to the tag order proscribed in Documentation/process/maintainer-tip.rst
> > Specifically my "Signed-off-by:" was now the last tag, instead of
> > appearing before the "Reviewed-by:" and "Tested-by" tags as it had in
> > v13.
> > 
> > A little digging showed that my tag had been moved to the end by "b4 am"
> > when I used it to pick up some additonal tags.
> > 
> > An e-mail discussion with Konstantin ensued to determine if this was
> > a bug. Konstantin said:
> > 
> >    This is the intended behaviour, because b4 follows the chain-of-custody
> >    procedure. If we encounter a Signed-off-by trailer matching the identity of
> >    the user preparing the series, we move it to the bottom to indicate that the
> >    chain-of-custody boundary has moved to include the code review trailers
> >    received after the initial submission.
> > 
> >    https://lore.kernel.org/tools/20221031165842.vxr4kp6h7qnkc53l@meerkat.local/
> > 
> >    Basically, the "Signed-off-by" trailer is special because it indicates that
> >    everything above it is the responsibility of the person doing the sign-off. If
> >    we kept your Signed-off-by in the original spot, then it wouldn't be clear who
> >    collected and applied the trailers.
> 
> I can't find "chain of custody" anywhere in Documentation/process/, nor a
> specification or example of this ordering.
> 
> Where did this b4 requirement come from?

Many discussions at the Maintainer Summit and on the tools/users lists. E.g.:
https://lore.kernel.org/tools/20221031165842.vxr4kp6h7qnkc53l@meerkat.local/

The chain of custody approach is the only one that makes sense because it
allows keeping track of who applied which trailers. I know that most people
don't think about it twice, but it matters from the perspective of process.
If we need to put it into the official documentation, I'm happy to submit the
patch.

-K

  reply	other threads:[~2024-01-31  1:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-30 22:34 commit tag order vs. "b4 am" Tony Luck
2024-01-31  0:47 ` Randy Dunlap
2024-01-31  1:57   ` Konstantin Ryabitsev [this message]
2024-01-31  3:20     ` Randy Dunlap

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240130-solid-seahorse-from-camelot-e0ecdb@lemur \
    --to=konstantin@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rdunlap@infradead.org \
    --cc=reinette.chatre@intel.com \
    --cc=tony.luck@intel.com \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox