Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - B index
The Linux kernel configuration item CONFIG_BOOTPARAM_WQ_STALL_PANIC:
CONFIG_WQ_WATCHDOGSet the number of workqueue stalls to trigger a kernel panic. A workqueue stall occurs when a worker pool doesn't make forward progress on a pending work item for over 30 seconds (configurable using the workqueue.watchdog_thresh parameter).
If n = 0, the kernel will not panic on stall. If n > 0, the kernel will panic after n stall warnings.
The panic can be used in combination with panic_timeout, to cause the system to reboot automatically after a stall has been detected. This feature is useful for high-availability systems that have uptime guarantees and where a stall must be resolved ASAP.
This setting can be overridden at runtime via the workqueue.panic_on_stall kernel parameter.
Raw data from LKDDb:
(none)This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - B index
Automatically generated (in year 2026). See also LKDDb sources on GitLab