]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
module: use list_for_each_entry_rcu() on find_module_all()
authorLuis R. Rodriguez <mcgrof@kernel.org>
Fri, 26 May 2017 21:12:25 +0000 (14:12 -0700)
committerJessica Yu <jeyu@kernel.org>
Tue, 27 Jun 2017 17:35:52 +0000 (19:35 +0200)
commit93437353daeff31bd5b11810daa4d2d509d1a64e
tree1bb910dc1930b0d8aa0d9509b3343ce9239f32a8
parent1ba5c08b58a0c21fca222f1bf2fde184aa26103f
module: use list_for_each_entry_rcu() on find_module_all()

The module list has been using RCU in a lot of other calls
for a while now, we just overlooked changing this one over to
use RCU.

Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
Signed-off-by: Jessica Yu <jeyu@kernel.org>
kernel/module.c