RE: linux-next: Fixes tag needs some work in the net tree

From: Keller, Jacob E
Date: Fri Oct 11 2019 - 16:06:43 EST


> -----Original Message-----
> From: netdev-owner@xxxxxxxxxxxxxxx <netdev-owner@xxxxxxxxxxxxxxx> On
> Behalf Of Stephen Rothwell
> Sent: Thursday, October 10, 2019 9:11 PM
> To: David Miller <davem@xxxxxxxxxxxxx>; Networking
> <netdev@xxxxxxxxxxxxxxx>
> Cc: Linux Next Mailing List <linux-next@xxxxxxxxxxxxxxx>; Linux Kernel Mailing List
> <linux-kernel@xxxxxxxxxxxxxxx>; Keller, Jacob E <jacob.e.keller@xxxxxxxxx>;
> Jakub Kicinski <jakub.kicinski@xxxxxxxxxxxxx>
> 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