Re: linux-next: Fixes tag needs some work in the driver-core tree

From: Greg KH
Date: Mon Feb 11 2019 - 02:44:10 EST


On Mon, Feb 11, 2019 at 07:40:52AM +1100, Stephen Rothwell wrote:
> Hi Greg,
>
> In commit
>
> 344c0152d878 ("selftests: firmware: fix verify_reqs() return value")
>
> Fixes tag
>
> Fixes: a6a9be9270c87 ("selftests: firmware: return Kselftest Skip code for for skipped tests")
>
> has these problem(s):
>
> - Subject does not match target commit subject

I don't understand, what is wrong with the fixes: tag here?

$ git show -s --abbrev-commit --abbrev=12 --pretty=format:"%h (\"%s\")%n" a6a9be9270c87
a6a9be9270c8 ("selftests: firmware: return Kselftest Skip code for skipped tests")

How does that not match up?

Ah, an extra "for" in there. Luis, you need to fix up your scripts, and
not be forced to manually type in those lines :)

thanks,

greg k-h