Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Nov 2020 07:11:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        emulation@FreeBSD.org
Subject:   [Bug 250897] linux_common fails to load as a module after r367395: link_elf_obj: symbol sdt_provider_linuxulator undefined
Message-ID:  <bug-250897-4077-7kJP49Gq4C@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-250897-4077@https.bugs.freebsd.org/bugzilla/>
References:  <bug-250897-4077@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250897

--- Comment #1 from Oleg Sidorkin <osidorkin@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=20
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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250897-4077-7kJP49Gq4C>