Skip to content

Commit 946c57e

Browse files
Sangmoon Kimhtejun
authored andcommitted
Documentation: kernel-parameters: add workqueue.panic_on_stall
The workqueue.panic_on_stall kernel parameter was added in commit 073107b ("workqueue: add cmdline parameter workqueue.panic_on_stall") but not listed in the kernel-parameters doc. Add it there. Signed-off-by: Sangmoon Kim <[email protected]> Signed-off-by: Tejun Heo <[email protected]>
1 parent 073107b commit 946c57e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Documentation/admin-guide/kernel-parameters.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7354,6 +7354,13 @@
73547354
it can be updated at runtime by writing to the
73557355
corresponding sysfs file.
73567356

7357+
workqueue.panic_on_stall=<uint>
7358+
Panic when workqueue stall is detected by
7359+
CONFIG_WQ_WATCHDOG. It sets the number times of the
7360+
stall to trigger panic.
7361+
7362+
The default is 0, which disables the panic on stall.
7363+
73577364
workqueue.cpu_intensive_thresh_us=
73587365
Per-cpu work items which run for longer than this
73597366
threshold are automatically considered CPU intensive

0 commit comments

Comments
 (0)