[Bug 217935] r315408 breaks userboot.so

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 20 04:13:23 UTC 2017


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

            Bug ID: 217935
           Summary: r315408 breaks userboot.so
           Product: Base System
           Version: CURRENT
          Hardware: amd64
                OS: Any
            Status: New
          Keywords: bhyve, needs-patch, regression
          Severity: Affects Many People
          Priority: ---
         Component: misc
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: fabian.freyer at physik.tu-berlin.de

in r315408, disk_cleanup was removed, which is called at
sys/boot/userboot/userboot/userboot_disk.c:113. This causes bhyveload to fail
with the following error message:

    /boot/userboot.so: Undefined symbol "disk_cleanup"

Given that disk_cleanup just cleans up some caching, I'm not sure if it's
actually needed by userboot. I'll try to whip up a patch to remove that code
from sys/boot/userboot/userboot/userboot_disk.c.

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


More information about the freebsd-bugs mailing list