]> 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)
commit40468939e937857a759a1ab44b66cbc75e049985
treee34e8b1e4f69fcc448dbef1f1e73552c5fe69884
parent0029cba90709edf4bfbc30eecfa7b71d02c7a0d1
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