]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
linux(4): Fix loadable modules after r367395
authorConrad Meyer <cem@FreeBSD.org>
Fri, 6 Nov 2020 22:04:57 +0000 (22:04 +0000)
committerConrad Meyer <cem@FreeBSD.org>
Fri, 6 Nov 2020 22:04:57 +0000 (22:04 +0000)
commit76b2bfeda42bbb686c74d3608dbc9b84b8e22e29
tree25de28b0b651b92d4d58f6224f0bf412557ee65e
parentbdcc2226441ed191f614ed854f6ea7cb06986cd2
linux(4): Fix loadable modules after r367395

Move dtrace SDT definitions into linux_common module code.  Also, build
linux_dummy.c into the linux_common kld -- we don't need separate
versions of these stubs for 32- and 64-bit emulation.

Reported by: several
PR: 250897
Discussed with: emaste, trasz
Tested by: John Kennedy, Yasuhiro KIMURA, Oleg Sidorkin
X-MFC-With: r367395
Differential Revision: https://reviews.freebsd.org/D27124
sys/compat/linux/linux_common.c
sys/compat/linux/linux_dummy.c
sys/compat/linux/linux_misc.c
sys/conf/files.i386