diff options
author | Ben Skeggs <[email protected]> | 2017-06-05 17:23:32 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2017-06-06 14:04:07 +1000 |
commit | b4e382ca7586a63b6c1e5221ce0863ff867c2df6 (patch) | |
tree | e2410363af583b24d212c6f116a868ae6f718fea /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 8fa4338acca96cbc231e4125229632e879476464 (diff) |
drm/nouveau/tmr: fully separate alarm execution/pending lists
Reusing the list_head for both is a bad idea. Callback execution is done
with the lock dropped so that alarms can be rescheduled from the callback,
which means that with some unfortunate timing, lists can get corrupted.
The execution list should not require its own locking, the single function
that uses it can only be called from a single context.
Signed-off-by: Ben Skeggs <[email protected]>
Cc: [email protected]
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions