Page MenuHomeFreeBSD

Correct the memory rman ranges to be to BUS_SPACE_MAXADDR
ClosedPublic

Authored by jhibbits on Jan 30 2016, 3:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 29, 5:50 AM
Unknown Object (File)
Mar 8 2024, 11:40 PM
Unknown Object (File)
Feb 29 2024, 12:40 PM
Unknown Object (File)
Jan 17 2024, 8:09 PM
Unknown Object (File)
Jan 8 2024, 9:06 PM
Unknown Object (File)
Jan 4 2024, 3:49 AM
Unknown Object (File)
Dec 20 2023, 12:58 AM
Unknown Object (File)
Nov 13 2023, 12:17 AM

Details

Summary

As part of the migration of rman_res_t to be typed to uintmax_t, memory ranges
must be clamped appropriately for the bus, to prevent completely bogus addresses
from being used.

This is extracted from D4544.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhibbits retitled this revision from to Correct the memory rman ranges to be to BUS_SPACE_MAXADDR.
jhibbits updated this object.
jhibbits edited the test plan for this revision. (Show Details)
jhibbits added a reviewer: jhb.
cem added a reviewer: cem.
cem added a subscriber: cem.

The only concern I had was around the PAE special case. jhibbits assured me it was at the suggestion of kib and jhb. Looks fine to me.

This revision is now accepted and ready to land.Mar 1 2016, 2:56 AM
This revision was automatically updated to reflect the committed changes.