[Bug 227880] `kldstat -m` does not work for vmm.ko (while `kldstat -f` does)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Apr 30 22:49:13 UTC 2018


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

Peter Grehan <grehan at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |grehan at FreeBSD.org

--- Comment #1 from Peter Grehan <grehan at FreeBSD.org> ---
Hmmm, works fine on a recent current. I'll upgrade and see if there's been a
regression 

root at ryzen1:/home/grehan # uname -a
FreeBSD ryzen1 12.0-CURRENT FreeBSD 12.0-CURRENT #2 r332986M: Wed Apr 25
06:04:26 PDT 2018    
grehan at ryzen1:/usr/obj/usr/home/grehan/proj/freebsd/current/amd64.amd64/sys/GENERIC
 amd64
root at ryzen1:/home/grehan # kldload nmdm
root at ryzen1:/home/grehan # kldstat -m vmm
Id  Refs Name
515    1 vmm
root at ryzen1:/home/grehan # kldstat -m nmdm
Id  Refs Name
518    1 nmdm
root at ryzen1:/home/grehan # kldstat -n nmdm
Id Refs Address            Size     Name
 9    1 0xffffffff83d5d000 af0      nmdm.ko
root at ryzen1:/home/grehan # kldstat -m nmdm
Id  Refs Name
518    1 nmdm
root at ryzen1:/home/grehan # kldstat -n vmm
Id Refs Address            Size     Name
 8    1 0xffffffff83820000 53c440   vmm.ko
root at ryzen1:/home/grehan # kldstat -m vmm
Id  Refs Name
515    1 vmm

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


More information about the freebsd-virtualization mailing list