Page MenuHomeFreeBSD

PCI DEN0115: Reliably check for a memory resource during probe.
ClosedPublic

Authored by jhb on Jul 13 2023, 8:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
May 17 2024, 12:41 AM
Unknown Object (File)
May 8 2024, 7:19 AM
Unknown Object (File)
May 2 2024, 12:48 PM
Unknown Object (File)
May 2 2024, 12:48 PM
Unknown Object (File)
May 2 2024, 11:08 AM
Unknown Object (File)
May 2 2024, 9:43 AM
Unknown Object (File)
Feb 19 2024, 6:50 AM
Unknown Object (File)
Dec 20 2023, 8:07 AM
Subscribers

Details

Summary

rid was stack garbage, so the bus_alloc_resource_any() call could fail
and fall through to the SMCCC version check even if a bridge had a
memory resource.

Debugging help: jrtc27
Sponsored by: DARPA

Diff Detail

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