2022-11-23 22:15:06

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: Fixes tag needs some work in the mm tree

Hi all,

In commit

d5d60d30f574 ("mmu_gather: Use macro arguments more carefully")

Fixes tag

Fixes: a6d60245d6d9 ("asm-generic/tlb: Track which levels of the page table=

has these problem(s):

- Subject has leading but no trailing parentheses
- Subject has leading but no trailing quotes
- Subject does not match target commit subject
Just use
git log -1 --format='Fixes: %h ("%s")'

Please do not split Fixes tags over more than one line.

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2022-11-24 00:08:22

by Jann Horn

[permalink] [raw]
Subject: Re: linux-next: Fixes tag needs some work in the mm tree

On Wed, Nov 23, 2022 at 11:08 PM Stephen Rothwell <[email protected]> wrote:
>
> Hi all,
>
> In commit
>
> d5d60d30f574 ("mmu_gather: Use macro arguments more carefully")
>
> Fixes tag
>
> Fixes: a6d60245d6d9 ("asm-generic/tlb: Track which levels of the page table=
>
> has these problem(s):

I'm not sure what happened here - when I apply the mail that I sent
with "git am", the "Fixes" line is properly one line. But in the
version that landed in the tree, it looks as if the quoted-printable
encoding was not decoded for that one line?

2022-11-24 00:35:14

by Andrew Morton

[permalink] [raw]
Subject: Re: linux-next: Fixes tag needs some work in the mm tree

On Thu, 24 Nov 2022 00:06:28 +0100 Jann Horn <[email protected]> wrote:

> On Wed, Nov 23, 2022 at 11:08 PM Stephen Rothwell <[email protected]> wrote:
> >
> > Hi all,
> >
> > In commit
> >
> > d5d60d30f574 ("mmu_gather: Use macro arguments more carefully")
> >
> > Fixes tag
> >
> > Fixes: a6d60245d6d9 ("asm-generic/tlb: Track which levels of the page table=
> >
> > has these problem(s):
>
> I'm not sure what happened here - when I apply the mail that I sent
> with "git am", the "Fixes" line is properly one line. But in the
> version that landed in the tree, it looks as if the quoted-printable
> encoding was not decoded for that one line?

My email client has trouble decoding the quoted-printable stuff. I
have a nightly script which tells me about stragglers, but Stephen
sometimes gets there first. 99% of people use
Content-Transfer-Encoding: 8bit.


2022-11-24 13:51:02

by Jann Horn

[permalink] [raw]
Subject: Re: linux-next: Fixes tag needs some work in the mm tree

On Thu, Nov 24, 2022 at 1:13 AM Andrew Morton <[email protected]> wrote:
> On Thu, 24 Nov 2022 00:06:28 +0100 Jann Horn <[email protected]> wrote:
> > On Wed, Nov 23, 2022 at 11:08 PM Stephen Rothwell <[email protected]> wrote:
> > >
> > > Hi all,
> > >
> > > In commit
> > >
> > > d5d60d30f574 ("mmu_gather: Use macro arguments more carefully")
> > >
> > > Fixes tag
> > >
> > > Fixes: a6d60245d6d9 ("asm-generic/tlb: Track which levels of the page table=
> > >
> > > has these problem(s):
> >
> > I'm not sure what happened here - when I apply the mail that I sent
> > with "git am", the "Fixes" line is properly one line. But in the
> > version that landed in the tree, it looks as if the quoted-printable
> > encoding was not decoded for that one line?
>
> My email client has trouble decoding the quoted-printable stuff. I
> have a nightly script which tells me about stragglers, but Stephen
> sometimes gets there first. 99% of people use
> Content-Transfer-Encoding: 8bit.

Ok, I'll change my git configuration to that and hope that doesn't
break something else. ^^