diff options
| author | Breno Leitao <leitao@debian.org> | 2026-08-12 09:03:19 -0700 |
|---|---|---|
| committer | Tejun Heo <tj@kernel.org> | 2026-08-12 07:06:17 -1000 |
| commit | 1d125f0e6cbd34f6260affac85987201b6899ed0 (patch) | |
| tree | 4a8994099f594fe3b6a562f76baac3251057b423 /tools/perf/scripts/python | |
| parent | 7aef540078adc7cdfa5ee2c9784269b49f51b539 (diff) | |
workqueue: use RCU accessors when populating wq->cpu_pwq
wq->cpu_pwq holds RCU-protected pwq pointers, but the percpu allocation
path fills it in with plain loads and stores, which sparse flags:
kernel/workqueue.c:5682:57: sparse: incorrect type in initializer (different address spaces) @@ expected struct pool_workqueue **pwq_p @@ got struct pool_workqueue [noderef] __rcu ** @@
Allocate the array as __rcu pointers and publish each pwq with
rcu_assign_pointer() once it is initialized and linked, the order
install_unbound_pwq() uses.
The warnings are not new: commit 79f23600bc7b ("workqueue: factor out
get_percpu_pool()") only turned the flagged assignment into an
initializer.
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202608120931.tvTzq1gD-lkp@intel.com/
Signed-off-by: Breno Leitao <leitao@debian.org>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
