-
- Downloads
Project 'pkg/target/linux' was moved to 'pkg/linux'. Please update any links and bookmarks that may still have the old path.
Preserve ABI whether the module signing support is enabled or not
When disabling module signing support, the `sig_ok` field of
`struct module` is dropped. This causes the CRC in `Modules.symvers`
for each symbol accepting a `struct module` to change, since
`genksyms` derives the CRC by recursively checking the definition
of each parameter.
This in turn means that when disabling modules signing support the
debian package build fails because the CRC checked by the ABI step
in `buildcheck.py` won't match the reference.
By making the inclusion of the `sig_ok` symbol unconditional the ABI
is now preserved.
Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
parent
207416b0
No related branches found
No related tags found
Loading
-
mentioned in merge request !6 (merged)
-
mentioned in commit 184c1dc0
-
mentioned in commit 627f089b
-
mentioned in commit 8e1482b4
Please register or sign in to comment