Re: [PATCH] pci: Fix a possible sleep-in-atomic bug in pci_set_power_state

From: Dan Carpenter
Date: Wed Oct 11 2017 - 09:34:13 EST


On Mon, Oct 09, 2017 at 12:15:17PM -0500, Bjorn Helgaas wrote:
> I assume it's easy to produce an actual failure here? Why haven't we
> seen bug reports about this?

The bug was detected with static analysis. You have to enable a debug
feature in the .config if you want sleeping with spinlock held warnings.
Otherwise you'd have to hit the deadlock and you have to be pretty
unlucky to hit it so these bugs sometimes do go unreported for a long
time.

regards,
dan carpenter