[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190613145027.27753-1-bigeasy@linutronix.de>
Date: Thu, 13 Jun 2019 16:50:21 +0200
From: Sebastian Andrzej Siewior <bigeasy@...utronix.de>
To: linux-kernel@...r.kernel.org
Cc: Tejun Heo <tj@...nel.org>, Lai Jiangshan <jiangshanlai@...il.com>,
Peter Zijlstra <peterz@...radead.org>,
Thomas Gleixner <tglx@...utronix.de>
Subject: [PATCH 0/6] workqueue: convert to raw_spinlock_t
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).
Sebastian
Powered by blists - more mailing lists