On 2025-07-15 08:48:07 [-0600], Jonathan Corbet wrote: > > --- a/Documentation/locking/seqlock.rst > > +++ b/Documentation/locking/seqlock.rst > > @@ -1,3 +1,7 @@ > > +.. SPDX-License-Identifier: GPL-2.0 > > + > > +.. _kernel_hacking_seqlock: > > + > > This will work, but you don't really need the label. Just say > "Documentation/locking/seqlock.rst" at the other end and the > cross-reference link will happen by itself - and plain-text readers will > know where to go as well. I did :ref:`Documentation/locking/seqlock.rst <kernel_hacking_seqlock>` and you are saying just the file path without fancy :ref: is enough. Okay. Then I keep just SPDX tag for v2. > Thanks, > > jon Sebastian