[Linux-kernel-mentees] [PATCH] netlabel_domainhash.c: Use built-in RCU list checking

David Miller davem at davemloft.net
Tue Feb 18 20:44:42 UTC 2020


From: madhuparnabhowmik10 at gmail.com
Date: Wed, 19 Feb 2020 00:11:32 +0530

> From: Madhuparna Bhowmik <madhuparnabhowmik10 at gmail.com>
> 
> list_for_each_entry_rcu() has built-in RCU and lock checking.
> 
> Pass cond argument to list_for_each_entry_rcu() to silence
> false lockdep warning when CONFIG_PROVE_RCU_LIST is enabled
> by default.
> 
> Signed-off-by: Madhuparna Bhowmik <madhuparnabhowmik10 at gmail.com>

Applied.


More information about the Linux-kernel-mentees mailing list