https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203643
--- Comment #11 from Mark Peek <[email protected]> --- (In reply to NAKAJI Hiroyuki from comment #10) I would not expect that code change to give the exact same error. Given your build steps, vmm.ko was likely installed into /boot/modules. The kldload would likely look in from /boot/kernel first (look at sysctl kern.module_path) loading the existing one. You should kldload it with a fully qualified path to make sure you are loading the new one. -- You are receiving this mail because: You are the assignee for the bug.
