Page MenuHomeFreeBSD

fdt: bump FDT_MEM_REGIONS to 64
ClosedPublic

Authored by adrian on Apr 6 2025, 8:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Feb 20, 10:32 AM
Unknown Object (File)
Wed, Feb 18, 5:52 PM
Unknown Object (File)
Wed, Feb 18, 5:19 PM
Unknown Object (File)
Sun, Feb 15, 4:51 AM
Unknown Object (File)
Sun, Feb 15, 4:51 AM
Unknown Object (File)
Mon, Feb 9, 7:03 AM
Unknown Object (File)
Jan 13 2026, 8:22 AM
Unknown Object (File)
Jan 13 2026, 1:45 AM
Subscribers

Details

Summary

The Snapdragon X1E / Lenovo T14s device tree has 47 reserved memory
regions. The reserved region parsing doesn't boundary check and will
just end up array bounds smashing, which leads to a reboot before
any console IO is written.

Diff Detail

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