Re: [PATCH 0/6] workqueue: convert to raw_spinlock_t

From: Sebastian Andrzej Siewior
Date: Wed Jun 26 2019 - 03:17:23 EST


On 2019-06-13 16:50:21 [+0200], To linux-kernel@xxxxxxxxxxxxxxx wrote:
> Hi,
>
> the workqueue code has been reworked in -RT to use raw_spinlock_t based
> locking. This change allows to schedule worker from preempt_disable()ed
> or IRQ disabled section on -RT. This is the last patch. The previous
> patches are prerequisites or tiny cleanup (like patch #1 and #2).

a gentle *ping*

Sebastian