Comment 7 for bug 1852581

Revision history for this message
Seth Forshee (sforshee) wrote :

The problem is that during the build we're using modinfo to determine if a module is signed before adding a .gnu_debuglink section, and if it is we then re-sign the module after adding the section. This works fine in eoan, but in bionic it appears that modinfo doesn't know about module signatures and so none of the resulting modules end up signed.

I'll get this fixed.