HomeFreeBSD

MFC r333139:

Description

MFC r333139:

cxgbe(4): Destroy the cdev before disabling interrupts in driver detach.

Filter work requests are submitted in the nexus cdev's ioctl which then
blocks waiting for a reply. If driver detach runs in this state and
disables interrupts the ioctl will never complete and detach will hang
in destroy_cdev.

Details

Provenance
npAuthored on
Parents
rS339396: MFC r325840, r327811, and r329701.
Branches
Unknown
Tags
Unknown