Hi all, In commit 3b2c4f4d63a5 ("net: dsa: sja1105: Don't return a negative in u8 sja1105_stp_state_get") Fixes tag Fixes: 640f763f98c2: ("net: dsa: sja1105: Add support for Spanning Tree Protocol") has these problem(s): - the ':' after the SHA1 is unexpected Just use git log -1 --format='Fixes: %h ("%s")' In commit e9919a24d302 ("fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL not supplied") Fixes tag Fixes: 153380ec4b9 ("fib_rules: Added NLM_F_EXCL support to fib_nl_newrule") has these problem(s): - SHA1 should be at least 12 digits long Can be fixed by setting core.abbrev to 12 (or more) or (for git v2.11 or later) just making sure it is not set (or set to "auto"). -- Cheers, Stephen Rothwell