diff options
author | 2020-03-16 22:43:52 +0530 | |
---|---|---|
committer | 2020-03-16 17:14:02 -0700 | |
commit | 1963507e6233ceda2afeb4b9e8e1f17d59855959 (patch) | |
tree | 33003a57b7d5051205b000cc03970678a3b1b8c7 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | qede: remove some unused code in function qede_selftest_receive_traffic (diff) | |
download | wireguard-linux-1963507e6233ceda2afeb4b9e8e1f17d59855959.tar.xz wireguard-linux-1963507e6233ceda2afeb4b9e8e1f17d59855959.zip |
net: kcm: kcmproc.c: Fix RCU list suspicious usage warning
This path fixes the suspicious RCU usage warning reported by
kernel test robot.
net/kcm/kcmproc.c:#RCU-list_traversed_in_non-reader_section
There is no need to use list_for_each_entry_rcu() in
kcm_stats_seq_show() as the list is always traversed under
knet->mutex held.
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Madhuparna Bhowmik <madhuparnabhowmik10@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions