diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2023-04-29 18:48:52 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2023-04-29 18:48:52 +0200 |
commit | cd546fa325161fbe374480a5081b6ebb7d1bec95 (patch) | |
tree | 45cdcec66ebe15a714c6e47df10843e95dd13fd3 /MAINTAINERS | |
parent | Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker... (diff) | |
parent | workqueue: Introduce show_freezable_workqueues (diff) | |
download | linux-cd546fa325161fbe374480a5081b6ebb7d1bec95.tar.xz linux-cd546fa325161fbe374480a5081b6ebb7d1bec95.zip |
Merge tag 'wq-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Pull workqueue updates from Tejun Heo:
"Mostly changes from Petr to improve warning and error reporting.
Workqueue now reports more of the relevant failures with better
context which should help debugging"
* tag 'wq-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
workqueue: Introduce show_freezable_workqueues
workqueue: Print backtraces from CPUs with hung CPU bound workqueues
workqueue: Warn when a rescuer could not be created
workqueue: Interrupted create_worker() is not a repeated event
workqueue: Warn when a new worker could not be created
workqueue: Fix hung time report of worker pools
workqueue: Simplify a pr_warn() call in wq_select_unbound_cpu()
MAINTAINERS: Add workqueue_internal.h to the WORKQUEUE entry
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4e9370793300..e2a91d048365 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -22743,6 +22743,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git F: Documentation/core-api/workqueue.rst F: include/linux/workqueue.h F: kernel/workqueue.c +F: kernel/workqueue_internal.h WWAN DRIVERS M: Loic Poulain <loic.poulain@linaro.org> |