diff options
author | Amol Grover <frextrite@gmail.com> | 2020-01-18 05:24:34 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2020-01-20 07:46:52 +0100 |
commit | feec214afb53f17554c9c0c85f72de709b7ba3e4 (patch) | |
tree | 6107042fbb29949efdd54fed9f05396b0779187a /MAINTAINERS | |
parent | Merge tag 'drivers_soc_for_5.6' of git://git.kernel.org/pub/scm/linux/kernel/... (diff) | |
download | linux-feec214afb53f17554c9c0c85f72de709b7ba3e4.tar.xz linux-feec214afb53f17554c9c0c85f72de709b7ba3e4.zip |
drivers: soc: ti: knav_qmss_queue: Pass lockdep expression to RCU lists
inst->handles is traversed using list_for_each_entry_rcu
outside an RCU read-side critical section but under the protection
of knav_dev_lock.
Hence, add corresponding lockdep expression to silence false-positive
lockdep warnings, and harden RCU lists.
Add macro for the corresponding lockdep expression.
Link: https://lore.kernel.org/r/20200118042433.4968-1-frextrite@gmail.com
Signed-off-by: Amol Grover <frextrite@gmail.com>
Acked-by: Santosh Shilimkar <ssantosh@kernel.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions