diff options
author | Vishal Goel <[email protected]> | 2016-11-23 10:45:31 +0530 |
---|---|---|
committer | Casey Schaufler <[email protected]> | 2017-01-10 09:47:20 -0800 |
commit | 348dc288d4bf4c0272a46a80f97748f36916601b (patch) | |
tree | a95c23588984356c64a58c444b92e238718f59b5 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 3d4f673a6988f57e6f6ccd1a3b79eee171545e08 (diff) |
Smack: Traverse the smack_known_list using list_for_each_entry_rcu macro
In smack_from_secattr function,"smack_known_list" is being traversed
using list_for_each_entry macro, although it is a rcu protected
structure. So it should be traversed using "list_for_each_entry_rcu"
macro to fetch the rcu protected entry.
Signed-off-by: Vishal Goel <[email protected]>
Signed-off-by: Himanshu Shukla <[email protected]>
Signed-off-by: Casey Schaufler <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions