module: kallsyms: Fix suspicious rcu usage
authorAaron Tomlin <atomlin@redhat.com>
Tue, 22 Mar 2022 14:03:40 +0000 (14:03 +0000)
committerLuis Chamberlain <mcgrof@kernel.org>
Tue, 5 Apr 2022 15:43:04 +0000 (08:43 -0700)
commit08126db5ff739fa011fc5b8af683ad759f2cba9a
treee34e8b1e4f69fcc448dbef1f1e73552c5fe69884
parent91fb02f31505dc22262b13a129550f470ab90a79
module: kallsyms: Fix suspicious rcu usage

No functional change.

The purpose of this patch is to address the various Sparse warnings
due to the incorrect dereference/or access of an __rcu pointer.

Signed-off-by: Aaron Tomlin <atomlin@redhat.com>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
kernel/module/kallsyms.c