Hi Tvrtko, On Mon, Nov 13, 2023 at 08:54:57AM +0000, Tvrtko Ursulin wrote: > From: Tvrtko Ursulin <[email protected]> > > __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: Andi Shyti <[email protected]> Thanks, Andi
