diff options
author | Vladimir Oltean <[email protected]> | 2022-09-15 13:50:42 +0300 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2022-09-20 13:53:33 -0700 |
commit | 9af23657b33679b5b8d8579ca1cc0214398f576f (patch) | |
tree | 9a1a9b70aaf2d8081a8c4e12c0e33452fd955b75 /tools/perf/scripts/python/sctop.py | |
parent | 18cdd2f0998a4967b1fff4c43ed9aef049e42c39 (diff) |
net/sched: taprio: use rtnl_dereference for oper and admin sched in taprio_destroy()
Sparse complains that taprio_destroy() dereferences q->oper_sched and
q->admin_sched without rcu_dereference(), since they are marked as __rcu
in the taprio private structure.
1671:28: warning: incorrect type in argument 1 (different address spaces)
1671:28: expected struct callback_head *head
1671:28: got struct callback_head [noderef] __rcu *
1674:28: warning: incorrect type in argument 1 (different address spaces)
1674:28: expected struct callback_head *head
1674:28: got struct callback_head [noderef] __rcu *
To silence that build warning, do actually use rtnl_dereference(), since
we know the rtnl_mutex is held at the time of q->destroy().
Signed-off-by: Vladimir Oltean <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions