On Tue, Mar 01, 2022 at 11:33:33AM +1100, Stephen Rothwell wrote: > Hi all, > > In commit > > f131a1296ecf ("module: Make internal.h and decompress.c more compliant") > > Fixes tag > > Fixes: f314dfea16a ("modsign: log module name in the event of an error") > > has these problem(s): > > - SHA1 should be at least 12 digits long > This can be fixed for 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"). This is not that critical but I've decided to reset my tree again back to Linus' tree as I jumped the gun in mergig this to modulex-next as it has not been run time tested yet. So I've dumped this on modules-testing, and once we get more testing results I'll push this to modules-next. I can fix the commit log to have 12 digits on the SHA1 manually, provided no other compile or run time issues are found. Luis