Page MenuHomeFreeBSD

arm64: Fix the VM_MAX_NAMELEN definition
ClosedPublic

Authored by markj on Aug 30 2024, 2:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 22, 3:56 PM
Unknown Object (File)
Thu, Nov 7, 7:39 PM
Unknown Object (File)
Thu, Nov 7, 8:41 AM
Unknown Object (File)
Sat, Oct 26, 10:54 AM
Unknown Object (File)
Fri, Oct 25, 5:45 PM
Unknown Object (File)
Oct 23 2024, 4:55 PM
Unknown Object (File)
Oct 18 2024, 2:09 AM
Unknown Object (File)
Oct 18 2024, 2:09 AM
Subscribers

Details

Summary

The maximum VM name length has changed since the arm64 vmm code was
forked. For now, just sync with the amd64 definitions, since they
permit longer VM names. As arm64/vmm is implemented only in main, I
won't bother dealing with backward compat.

Diff Detail

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