You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
workqueue: add cmdline parameter workqueue.unbound_cpus to further constrain wq_unbound_cpumask at boot time
JIRA: https://issues.redhat.com/browse/RHEL-21798
Conflicts: A minor context diff in kernel/workqueue.c due to missing
upstream commit 20bdeda ("workqueue: Warn attempt to
flush system-wide workqueues.").
commit ace3c54
Author: tiozhang <[email protected]>
Date: Thu, 29 Jun 2023 11:50:50 +0800
workqueue: add cmdline parameter `workqueue.unbound_cpus` to further constrain wq_unbound_cpumask at boot time
Motivation of doing this is to better improve boot times for devices when
we want to prevent our workqueue works from running on some specific CPUs,
e,g, some CPUs are busy with interrupts.
Signed-off-by: tiozhang <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>
Signed-off-by: Waiman Long <[email protected]>
0 commit comments