Hi all, In commit b614d55b970d ("scsi: mpt3sas: Don't call disable_irq from IRQ poll handler") Fixes tag Fixes: 320e77acb3 scsi: mpt3sas: Irq poll to avoid CPU hard lockups has these problem(s): - SHA1 should be at least 12 digits long In commit d2af39141eea ("scsi: megaraid_sas: Don't call disable_irq from process IRQ poll") Fixes tag Fixes: a6ffd5bf681 scsi: megaraid_sas: Call disable_irq from process IRQ poll has these problem(s): - SHA1 should be at least 12 digits long These can be fixed in the future 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"). Also, Fixes tags are usually generated using git log -1 --format='Fixes: %h ("%s")' -- Cheers, Stephen Rothwell