Actions
Feature #3225
open122: might_sleep functions should not be invoked with disabled interrupts
Status:
Open
Priority:
Normal
Assignee:
-
Start date:
07/18/2012
Due date:
% Done:
0%
Estimated time:
Published in build:
Description
Functions that use might_sleep(even deeply inside their internals) should not be invoked when interrupts are disabled (i.e. in local_irq_save/local_irq_restore && local_irq_enable/local_irq_disable pairs).
Actions