Page MenuHomeFreeBSD

vmm: Enable assertions in vmmdev_lookup()
ClosedPublic

Authored by markj on Aug 26 2024, 1:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 8, 12:41 PM
Unknown Object (File)
Wed, Oct 29, 10:27 AM
Unknown Object (File)
Wed, Oct 29, 6:22 AM
Unknown Object (File)
Mon, Oct 27, 10:05 AM
Unknown Object (File)
Mon, Oct 27, 4:19 AM
Unknown Object (File)
Sun, Oct 26, 10:12 PM
Unknown Object (File)
Sun, Oct 26, 8:01 PM
Unknown Object (File)
Sun, Oct 26, 7:05 PM

Details

Summary

The comment has been there since the initial import of the vmm code
and presumably reflected some kind of problem with standalone builds of
vmm.ko. However, I don't see any problems with it, and mtx_assert() is
used elsewhere within the vmm code.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable