module.h: Annotate mod_kallsyms with __rcu
authorMadhuparna Bhowmik <madhuparnabhowmik10@gmail.com>
Wed, 22 Jan 2020 17:04:47 +0000 (22:34 +0530)
committerJessica Yu <jeyu@kernel.org>
Thu, 23 Jan 2020 17:19:48 +0000 (18:19 +0100)
commit6080d608eeff7cb5090a2ddbaf723bfb0ff133fc
treec39bc5ea2d8d3f1734fde0c259509c27a3205a70
parent708e0ada1916be765b7faa58854062f2bc620bbf
module.h: Annotate mod_kallsyms with __rcu

This patch fixes the following sparse errors:

kernel/module.c:3623:9: error: incompatible types in comparison expression
kernel/module.c:4060:41: error: incompatible types in comparison expression
kernel/module.c:4203:28: error: incompatible types in comparison expression
kernel/module.c:4225:41: error: incompatible types in comparison expression

Signed-off-by: Madhuparna Bhowmik <madhuparnabhowmik10@gmail.com>
Signed-off-by: Jessica Yu <jeyu@kernel.org>
include/linux/module.h