Page MenuHomeFreeBSD

LinuxKPI: pci: allocate entire pci_dev hiereachy up to root port on attach
ClosedPublic

Authored by bz on Aug 21 2025, 8:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 18, 12:00 AM
Unknown Object (File)
Mon, Aug 10, 9:16 PM
Unknown Object (File)
Mon, Aug 10, 9:11 PM
Unknown Object (File)
Sun, Aug 9, 11:35 AM
Unknown Object (File)
Sat, Aug 8, 8:51 PM
Unknown Object (File)
Sat, Aug 8, 8:33 PM
Unknown Object (File)
Sat, Aug 8, 5:24 PM
Unknown Object (File)
Sat, Aug 8, 9:16 AM
Subscribers

Details

Summary

In linux_pci_attach_device() allocate a LinuxKPI pci_dev for each device in
the hierarchy up to the root port[1] as we cannot do that later on demand
as we may be in a context where we may not sleep.

Take special care of DRM as there is a non-PCI device in the chain which
needs to be skipped.

iwlwifi(4) can hit this case called from a callout.

While here leave a comment sa the cleanup order of
linux_pci_attach_device() needs correction seperately.

Sponsored by: The FreeBSD Foundation
PR: 283027
Suggested by: jhb [1]
MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 66407
Build 63290: arc lint + arc unit

Event Timeline

bz requested review of this revision.Aug 21 2025, 8:59 AM
This revision is now accepted and ready to land.Sep 3 2025, 8:36 PM