Re: [PATCH v9 10/14] module: kallsyms: Fix suspicious rcu usage
From: Aaron Tomlin <atomlin@atomlin.com>
Date: 2022-03-01 16:52:35
Also in:
lkml
From: Aaron Tomlin <atomlin@atomlin.com>
Date: 2022-03-01 16:52:35
Also in:
lkml
On Mon 2022-02-28 23:43 +0000, Aaron Tomlin wrote:
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 <redacted> --- kernel/module/kallsyms.c | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-)
Petr, Any concerns? Unfortunately, I didn't make enough time to test. Kind regards, -- Aaron Tomlin