diff options
author | Tvrtko Ursulin <[email protected]> | 2023-11-13 08:54:57 +0000 |
---|---|---|
committer | Tvrtko Ursulin <[email protected]> | 2023-11-20 11:11:05 +0000 |
commit | e31b380741bfa27d274a9f9610fd732e1204ea24 (patch) | |
tree | c8c471e1a5bf166d8dd1c06c8e634816f4b73ab5 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 44eea8d08078bbce4d0f76c16706ab57ec38da62 (diff) |
drm/i915: Add __rcu annotation to cursor when iterating client objects
__rcu annotation is needed to avoid the sparse warnings such as:
.../i915_drm_client.c:92:9: sparse: sparse: incompatible types in comparison expression (different address spaces):
.../i915_drm_client.c:92:9: sparse: struct list_head [noderef] __rcu *
.../i915_drm_client.c:92:9: sparse: struct list_head *
Signed-off-by: Tvrtko Ursulin <[email protected]>
Fixes: 968853033d8a ("drm/i915: Implement fdinfo memory stats printing")
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Cc: Andi Shyti <[email protected]>
Cc: Aravind Iddamsetty <[email protected]>
Reviewed-by: Jani Nikula <[email protected]>
Reviewed-by: Andi Shyti <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions