Page MenuHomeFreeBSD

Return an error if a matching resource is not found.
ClosedPublic

Authored by markj on Jul 8 2019, 11:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 24, 12:21 AM
Unknown Object (File)
Tue, Apr 23, 9:26 PM
Unknown Object (File)
Tue, Apr 23, 8:48 PM
Unknown Object (File)
Tue, Apr 16, 11:40 PM
Unknown Object (File)
Tue, Apr 16, 2:18 PM
Unknown Object (File)
Feb 5 2024, 2:06 AM
Unknown Object (File)
Nov 15 2023, 12:13 PM
Unknown Object (File)
Oct 11 2023, 8:35 PM
Subscribers

Details

Summary

I am hitting this on the Cavium ThunderX during boot when the ThunderX
MDIO driver tries to attach. We fail to activate a memory resource, but
the method returns success anyway, leading to a data abort shortly
after.

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Jul 17 2019, 3:57 PM
sys/dev/pci/pci_host_generic.c
369 ↗(On Diff #59556)

Shouldn't it be using rman_get_end() in the second part of this condition?