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)
Fri, Dec 6, 3:28 AM
Unknown Object (File)
Nov 19 2024, 12:36 PM
Unknown Object (File)
Nov 15 2024, 7:26 PM
Unknown Object (File)
Nov 15 2024, 6:25 PM
Unknown Object (File)
Nov 15 2024, 4:21 PM
Unknown Object (File)
Oct 30 2024, 10:59 AM
Unknown Object (File)
Oct 2 2024, 1:32 PM
Unknown Object (File)
Sep 24 2024, 9:25 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