]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9ba35e0d5d1c9f49455493fc838a491003fd14e6
treec39bc5ea2d8d3f1734fde0c259509c27a3205a70
parent3691f3b881c7dbe0cebb4d08e6e1ac57f1a0f4a1
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