Page MenuHomeFreeBSD

mqueue: Export kern_kmq_* symbols from kernel module
ClosedPublic

Authored by emaste on Tue, Nov 25, 7:09 PM.

Details

Summary
linux.ko supports POSIX message queues using these symbols, so they need
to be exported rather than relying on the kernel linker's to-be-removed
misfeature of linking against debug or local symbols.

Diff Detail

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

Event Timeline

emaste created this revision.
emaste added a subscriber: jhb.
zlei added a subscriber: zlei.

I think this is the right approach.

This revision is now accepted and ready to land.Wed, Nov 26, 6:14 AM