HomeFreeBSD

Adjust VM_MAX_KERNEL_ADDRESS to the max address, not the minimum next.

Description

Adjust VM_MAX_KERNEL_ADDRESS to the max address, not the minimum next.

VM_MAX_KERNEL_ADDERESS is the maximum KVA address. 0xf8000000 is the start of
device mapping space. Since several conditional checks use '<=' against
VM_MAX_KERNEL_ADDRESS, bad things could feasibly happen.

Details

Provenance
jhibbitsAuthored on
Parents
rS294054: Fix OpenSSH client information leak.
Branches
Unknown
Tags
Unknown