Hi all,
In commit
2168da459404 ("net: update net_dim documentation after rename")
Fixes tag
Fixes: 8960b38932be ("linux/dim: Rename externally used net_dim members", 2019-06-25)
has these problem(s):
- Subject does not match target commit subject
Just use
git log -1 --format='Fixes: %h ("%s")'
Fixes tag
Fixes: c002bd529d71 ("linux/dim: Rename externally exposed macros", 2019-06-25)
has these problem(s):
- Subject does not match target commit subject
Just use
git log -1 --format='Fixes: %h ("%s")'
--
Cheers,
Stephen Rothwell
> -----Original Message-----
> From: [email protected] <[email protected]> On
> Behalf Of Stephen Rothwell
> Sent: Thursday, October 10, 2019 9:11 PM
> To: David Miller <[email protected]>; Networking
> <[email protected]>
> Cc: Linux Next Mailing List <[email protected]>; Linux Kernel Mailing List
> <[email protected]>; Keller, Jacob E <[email protected]>;
> Jakub Kicinski <[email protected]>
> Subject: linux-next: Fixes tag needs some work in the net tree
>
> Hi all,
>
> In commit
>
> 2168da459404 ("net: update net_dim documentation after rename")
>
> Fixes tag
>
> Fixes: 8960b38932be ("linux/dim: Rename externally used net_dim members",
> 2019-06-25)
>
> has these problem(s):
>
> - Subject does not match target commit subject
> Just use
> git log -1 --format='Fixes: %h ("%s")'
>
> Fixes tag
>
> Fixes: c002bd529d71 ("linux/dim: Rename externally exposed macros", 2019-06-
> 25)
>
> has these problem(s):
>
> - Subject does not match target commit subject
> Just use
> git log -1 --format='Fixes: %h ("%s")'
Right, that was my mistake. I have an alias for this that is what was used by other projects (which prefer adding the date), and it's supposed to be set to only this in my local tree for the kernel, but not sure what happened there.
> --
> Cheers,
> Stephen Rothwell