summaryrefslogtreecommitdiff
path: root/drivers/remoteproc/Kconfig
diff options
context:
space:
mode:
authorMadhuparna Bhowmik <madhuparnabhowmik10@gmail.com>2020-03-16 20:13:52 +0300
committerDavid S. Miller <davem@davemloft.net>2020-03-17 03:14:02 +0300
commit1963507e6233ceda2afeb4b9e8e1f17d59855959 (patch)
tree33003a57b7d5051205b000cc03970678a3b1b8c7 /drivers/remoteproc/Kconfig
parent10ee4b87f5f94c8e6dce4be95f5e56c445d45dbf (diff)
downloadlinux-1963507e6233ceda2afeb4b9e8e1f17d59855959.tar.xz
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 'drivers/remoteproc/Kconfig')
0 files changed, 0 insertions, 0 deletions