Page MenuHomeFreeBSD

Intel DMAR: remove parsing of 6-level paging capability
ClosedPublic

Authored by jah on May 1 2023, 4:32 PM.
Tags
None
Referenced Files
F167552628: D39896.id121310.diff
Sat, Aug 22, 3:37 PM
Unknown Object (File)
Thu, Aug 13, 5:00 AM
Unknown Object (File)
Thu, Aug 13, 5:00 AM
Unknown Object (File)
Thu, Aug 13, 5:00 AM
Unknown Object (File)
Thu, Aug 13, 5:00 AM
Unknown Object (File)
Sun, Aug 9, 7:47 PM
Unknown Object (File)
Sun, Aug 9, 11:24 AM
Unknown Object (File)
Sun, Aug 9, 7:39 AM
Subscribers

Details

Summary

Early versions of the VT-d spec mentioned 6-level paging support as a
possible value for the SAGAW capability, but later versions removed it
and SAGAW=0x10 is currently listed as a reserved value.

The 6-level (agaw=64) entry in sagaw_bits is furthermore problematic
with clang15 because the attempted comparison against 1ULL << 64 in
dmar_maxaddr2mgaw() causes the compiler to elide the last iteration
of the initial loop, which bypasses the subsequent logic to find the
greatest HW-supported address width. This results in 5-level paging
always being selected regardless of whether the hardware support it,
which can result address translation failure due to invalid context-
entry programming.

MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 51271
Build 48162: arc lint + arc unit