diff options
| author | wuyankun <wuyankun@uniontech.com> | 2026-06-11 09:55:45 +0800 |
|---|---|---|
| committer | Tejun Heo <tj@kernel.org> | 2026-06-14 12:02:09 -1000 |
| commit | 311c9ff097fd5c06d4d7dc28b61eecffb1051e81 (patch) | |
| tree | 076a3e5c56f8c8d74bbf3fdee16709da33b879b4 /include/linux/node.h | |
| parent | c7703f05d85f71153f5e241184397bc34da305e3 (diff) | |
wifi: ath6kl: fix invalid workqueue flags in ath6kl_usb_create()
ath6kl_usb_create() currently creates ath6kl_wq with flags set to 0:
alloc_workqueue("ath6kl_wq", 0, 0)
This triggers a runtime warning in __alloc_workqueue() because the queue is
created with neither WQ_PERCPU nor WQ_UNBOUND set:
workqueue: ath6kl_wq is using neither WQ_PERCPU or WQ_UNBOUND.
Setting WQ_PERCPU.
Set WQ_PERCPU explicitly to match the actual execution model and remove the
warning during device probe. No functional change intended.
Fixes: 21c05ca88a54 ("workqueue: Add warnings and ensure one among WQ_PERCPU or WQ_UNBOUND is present")
Reported-by: syzbot+f80c62f371ba6a1e7d79@syzkaller.appspotmail.com
Link: https://lore.kernel.org/all/6a289c01.39669fcc.33b062.00aa.GAE@google.com/T/
Signed-off-by: wuyankun <wuyankun@uniontech.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'include/linux/node.h')
0 files changed, 0 insertions, 0 deletions
