Page MenuHomeFreeBSD

domains: allow domains to be unloaded
ClosedPublic

Authored by melifaro on Aug 12 2022, 1:45 PM.
Tags
None
Referenced Files
F162645969: D36173.id109319.diff
Wed, Jul 15, 9:15 AM
Unknown Object (File)
Fri, Jul 10, 2:04 PM
Unknown Object (File)
Mon, Jul 6, 2:50 PM
Unknown Object (File)
Mon, Jul 6, 3:27 AM
Unknown Object (File)
Jun 3 2026, 12:24 AM
Unknown Object (File)
May 19 2026, 1:51 AM
Unknown Object (File)
May 13 2026, 7:05 AM
Unknown Object (File)
May 8 2026, 9:48 PM
Subscribers

Details

Summary

Add domain_remove() SYSUNINT callback that removes the domain
from the domain list if it has DOMF_UNLOADABLE flag set.
This change is required to support netlink ( D36002 ).

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I might change this code in near future, if you don't mind. Better have this change in, so that it enables your work on NETLINK.

This revision is now accepted and ready to land.Aug 12 2022, 3:10 PM
This revision was automatically updated to reflect the committed changes.