[Bug 250897] linux_common fails to load as a module after r367395: link_elf_obj: symbol sdt_provider_linuxulator undefined

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 6 07:11:48 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250897

--- Comment #1 from Oleg Sidorkin <osidorkin at gmail.com> ---
(In reply to Oleg Sidorkin from comment #0)
Correction (failed to read before posting, sorry):

linux_common.ko uses linux_dummy.c uses
LIN_SDT_PROVIDER_DECLARE(LINUX_DTRACE);

However 
LIN_SDT_PROVIDER_DEFINE(LINUX_DTRACE);
is compiled in linux_misc.c, that build with linux64.ko.

But linux64.ko depends on linux_common.ko, so it cannot be loaded before
linux_common.ko

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-emulation mailing list