From: Linus Torvalds Date: Wed, 18 Sep 2024 04:59:44 +0000 (+0200) Subject: Merge tag 'wq-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq X-Git-Tag: v6.12-rc1~167 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=85a77db95af4915b235b3cffb7eff9a1a2206d14;p=linux-2.6-block.git Merge tag 'wq-for-6.12' of git://git./linux/kernel/git/tj/wq Pull workqueue updates from Tejun Heo: "Nothing major: - workqueue.panic_on_stall boot param added - alloc_workqueue_lockdep_map() added (used by DRM) - Other cleanusp and doc updates" * tag 'wq-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq: kernel/workqueue.c: fix DEFINE_PER_CPU_SHARED_ALIGNED expansion workqueue: Fix another htmldocs build warning workqueue: fix null-ptr-deref on __alloc_workqueue() error workqueue: Don't call va_start / va_end twice workqueue: Fix htmldocs build warning workqueue: Add interface for user-defined workqueue lockdep map workqueue: Change workqueue lockdep map to pointer workqueue: Split alloc_workqueue into internal function and lockdep init Documentation: kernel-parameters: add workqueue.panic_on_stall workqueue: add cmdline parameter workqueue.panic_on_stall --- 85a77db95af4915b235b3cffb7eff9a1a2206d14