]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit74cc7015239f6c19a2d54ac95b67bc5fdc87595f
treee34e8b1e4f69fcc448dbef1f1e73552c5fe69884
parentca69226a1c87918d9a8debe0be4541c5a7a0fea6
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