(I'll drop ath9k-devel as someone from there seems to be spamming with vacation responses) Sedat Dilek <sedat.dilek@xxxxxxxxx> writes: > 2nd, use the Fixes tag [2] in this case with a reference to the > culprit commit [1]. > > Fixes: 3a939a671225 ("ath9k_htc: Add a module parameter to disable blink") Good point. I just found a handy tip from SubmittingPatches, just add this to ~/.gitconfig: [core] abbrev = 12 [pretty] fixes = Fixes: %h (\"%s\") And then you get the fixes line automatically formatted for whatever commit you want: $ git log --format=fixes | head -5 Fixes: fa1270678ce4 ("ath10k: Enable the MCS8 and MCS9 at 2.4G band") Fixes: 296f98ed02dd ("ath10k: fix pmf for wmi-tlv on qca6174") Fixes: 3443aaf6f11d ("ath10k: remove sw encryption for pmf") Fixes: d541c931dc93 ("ath10k: disable irqs after fw crash") Fixes: 9f282daeedc9 ("ath10k: disable uapsd autotrigger") Yet another reason why git is so awesome. -- Kalle Valo -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html