mbox series

[v2,0/2] drm/nouveau: Don't set signaled fences' error codes

Message ID 20250415121900.55719-2-phasta@kernel.org (mailing list archive)
Headers show
Series drm/nouveau: Don't set signaled fences' error codes | expand

Message

Philipp Stanner April 15, 2025, 12:18 p.m. UTC
Changes in v2:
  - Only fix the issue by checking for a fence being signaled in
    nouveau_fence_context_kill(), before setting the fence's error.
    (Christian, Danilo)
  - Drop cleanup patches. Instead, idiomaticize for-each-loops.

Was called "Fix & improve nouveau_fence_done()" before.

I've tested this with KASAN & kmemleak.

P.

Philipp Stanner (2):
  drm/nouveau: Fix WARN_ON in nouveau_fence_context_kill()
  drm/nouveau: nouveau_fence: Standardize list iterations

 drivers/gpu/drm/nouveau/nouveau_fence.c | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)