Re: [PATCH 0/3] wireless: Use complete() instead complete_all()
From: Martin K. Petersen
Date: Wed Sep 14 2016 - 13:24:17 EST
>>>>> "Daniel" == Daniel Wagner <wagi@xxxxxxxxx> writes:
Daniel> Using complete_all() is not wrong per se but it suggest that
Daniel> there might be more than one waiter. For -rt I am reviewing all
Daniel> complete_all() users and would like to leave only the real ones
Daniel> in the tree. The main problem for -rt about complete_all() is
Daniel> that it can be uses inside IRQ context and that can lead to
Daniel> unbounded amount work inside the interrupt handler. That is a no
Daniel> no for -rt.
Daniel> The patches grouped per subsystem and in small batches to allow
Daniel> reviewing.
Applied to 4.9/scsi-queue.
--
Martin K. Petersen Oracle Linux Engineering