public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] workqueue: Some cleanups
@ 2024-03-08  9:42 Lai Jiangshan
  2024-03-08  9:42 ` [PATCH 1/4] workqueue: Use INIT_WORK_ONSTACK in workqueue_softirq_dead() Lai Jiangshan
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Lai Jiangshan @ 2024-03-08  9:42 UTC (permalink / raw)
  To: linux-kernel; +Cc: Tejun Heo, Lai Jiangshan

From: Lai Jiangshan <jiangshan.ljs@antgroup.com>

Some simple cleanups.

Lai Jiangshan (4):
  workqueue: Use INIT_WORK_ONSTACK in workqueue_softirq_dead()
  workqueue: Reorder the fields in struct workqueue_attrs
  workqueue: Move attrs->cpumask out of worker_pool's properties when
    attrs->affn_strict
  workqueue: Use list_last_entry() to get the last idle worker

 include/linux/workqueue.h | 27 +++++++++++++++------------
 kernel/workqueue.c        | 19 +++++++++++--------
 2 files changed, 26 insertions(+), 20 deletions(-)

-- 
2.19.1.6.gb485710b


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-03-25 19:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-08  9:42 [PATCH 0/4] workqueue: Some cleanups Lai Jiangshan
2024-03-08  9:42 ` [PATCH 1/4] workqueue: Use INIT_WORK_ONSTACK in workqueue_softirq_dead() Lai Jiangshan
2024-03-25 18:40   ` Tejun Heo
2024-03-08  9:42 ` [PATCH 2/4] workqueue: Reorder the fields in struct workqueue_attrs Lai Jiangshan
2024-03-25 18:52   ` Tejun Heo
2024-03-08  9:42 ` [PATCH 3/4] workqueue: Move attrs->cpumask out of worker_pool's properties when attrs->affn_strict Lai Jiangshan
2024-03-25 19:12   ` Tejun Heo
2024-03-08  9:42 ` [PATCH 4/4] workqueue: Use list_last_entry() to get the last idle worker Lai Jiangshan
2024-03-25 19:12   ` Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox