[GIT PULL] workqueue changes for v5.16-rc1

From: Tejun Heo
Date: Tue Nov 02 2021 - 12:38:47 EST


Hello, Linus.

Nothing too interesting. An optimization to short-circuit noop cpumask
updates, debug dump code reorg, and doc update.

Thanks.

The following changes since commit d9abdee5fd5abffd0e763e52fbfa3116de167822:

Merge branch 'akpm' (patches from Andrew) (2021-10-19 05:41:36 -1000)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git for-5.16

for you to fetch changes up to f9eaaa82b474350aa8436d15a7ae150a3c8b9d5c:

workqueue: doc: Call out the non-reentrance conditions (2021-10-25 07:18:40 -1000)

----------------------------------------------------------------
Boqun Feng (1):
workqueue: doc: Call out the non-reentrance conditions

Imran Khan (1):
workqueue: Introduce show_one_worker_pool and show_one_workqueue.

Menglong Dong (1):
workqueue: make sysfs of unbound kworker cpumask more clever

Documentation/core-api/workqueue.rst | 21 +++-
drivers/tty/sysrq.c | 2 +-
include/linux/workqueue.h | 3 +-
kernel/power/process.c | 2 +-
kernel/workqueue.c | 187 ++++++++++++++++++++---------------
5 files changed, 128 insertions(+), 87 deletions(-)

--
tejun