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)
Wed, Oct 30, 10:59 AM
Unknown Object (File)
Oct 2 2024, 1:32 PM
Unknown Object (File)
Sep 24 2024, 9:25 AM
Unknown Object (File)
Sep 21 2024, 9:21 PM
Unknown Object (File)
Sep 8 2024, 9:51 PM
Unknown Object (File)
Sep 8 2024, 5:50 PM
Unknown Object (File)
Sep 7 2024, 10:27 AM
Unknown Object (File)
Sep 4 2024, 10:32 AM

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