Skip to content
Commit 0c2ac7d4 authored by Madhuparna Bhowmik's avatar Madhuparna Bhowmik Committed by Marcel Holtmann
Browse files

Bluetooth: Use list_for_each_entry_rcu() to traverse RCU list in RCU read-side CS



In function hci_is_blocked_key() RCU list is traversed with
list_for_each_entry() in RCU read-side CS.
Use list_for_each_entry_rcu() instead.

Signed-off-by: default avatarMadhuparna Bhowmik <madhuparnabhowmik10@gmail.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent d7d41682
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment