diff options
author | 2023-03-07 13:53:33 +0100 | |
---|---|---|
committer | 2023-03-17 12:03:46 -1000 | |
commit | 60f540389a5d2df25ddc7ad511b4fa2880dea521 (patch) | |
tree | cafad6e277b1af7640aacbe135dd7108c011de5f /scripts/generate_rust_analyzer.py | |
parent | workqueue: Warn when a new worker could not be created (diff) | |
download | wireguard-linux-60f540389a5d2df25ddc7ad511b4fa2880dea521.tar.xz wireguard-linux-60f540389a5d2df25ddc7ad511b4fa2880dea521.zip |
workqueue: Interrupted create_worker() is not a repeated event
kthread_create_on_node() might get interrupted(). It is rare but realistic.
For example, when an unbound workqueue is allocated in module_init()
callback. It is done in the context of the "modprobe" process. And,
for example, systemd might kill pending processes when switching root
from initrd to the booted system.
The interrupt is a one-off event and the race might be hard to reproduce.
It is always worth printing.
Signed-off-by: Petr Mladek <pmladek@suse.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions