Page MenuHomeFreeBSD

add -znotext to kernel module link invocation
ClosedPublic

Authored by emaste on Jun 18 2017, 12:42 AM.
Tags
None
Referenced Files
F152168367: D11250.id.diff
Mon, Apr 13, 5:00 AM
F152102166: D11250.id.diff
Sun, Apr 12, 6:04 PM
Unknown Object (File)
Mon, Apr 6, 2:50 PM
Unknown Object (File)
Sun, Apr 5, 11:45 AM
Unknown Object (File)
Tue, Mar 17, 3:34 AM
Unknown Object (File)
Sun, Mar 15, 8:58 AM
Unknown Object (File)
Sun, Mar 15, 3:36 AM
Unknown Object (File)
Mar 13 2026, 8:30 PM
Subscribers
None

Details

Summary

By default GNU ld and GNU gold allow relocations in the read-only text segment, and lld does not.

For kernel modules I think it's fine, and so we can just enable this universally, but please let me know if we shouldn't.

Description of these options, from ld.gold's help text:

-z text                     Do not permit relocations in read-only segments
-z notext                   Permit relocations in read-only segments (default)

GNU ld 2.17.50 does not document -z text or -z notext but does claim that "Other [-z] keywords are ignored".

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jun 18 2017, 1:59 PM
This revision was automatically updated to reflect the committed changes.