Actions
Bug #14268
closedkernel modules should be linked -ztype=kmod
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
This allows them all to use linker sets without doing it specially, and allows the link-editor to make choices based on knowing they're kernel modules and not arbitrary relocatable objects.
Updated by Rich Lowe over 1 year ago
testing:
illumos build
wsdiff (differences because kmods that lacked a .dynamic gain one, others gain DT_SUNW_KMOD).
boot.
Updated by Electric Monk over 1 year ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit 82d0151a507442720a3aea34c8925041894ab173
commit 82d0151a507442720a3aea34c8925041894ab173 Author: Richard Lowe <richlowe@richlowe.net> Date: 2021-12-14T18:44:45.000Z 14268 kernel modules should be linked -ztype=kmod Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions