mbox series

[0/2] annotate i915_gem_object_trylock() as __must_check

Message ID 7746997.EvYhyI6sBW@devpool47.emlix.com (mailing list archive)
Headers show
Series annotate i915_gem_object_trylock() as __must_check | expand

Message

Rolf Eike Beer Dec. 19, 2024, 10:16 a.m. UTC
A while ago I did an attempt to convert some *_trylock*() functions to 
__must_check annotation. I have refreshed that and the only new compile error 
I found was in i915/gt/selftest_migrate.c.

Here is what I have come up with as a solution for this. I have not observed 
any actual error about this, so you may prefer an entirely different way.

Regards,

Eike