public inbox for intel-xe@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/xe/ras: Fix and clean up xe_drm_ras
@ 2026-04-07 22:59 Shuicheng Lin
  2026-04-07 22:59 ` [PATCH 1/2] drm/xe/ras: Fix error handling in register_nodes() Shuicheng Lin
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Shuicheng Lin @ 2026-04-07 22:59 UTC (permalink / raw)
  To: intel-xe; +Cc: Shuicheng Lin

Patch 1 fixes error handling in register_nodes(): missing cleanup of
previously registered nodes on mid-loop failure, and an invalid kfree()
of an ERR_PTR when allocate_and_copy_counters() fails.

Patch 2 follows up with pure coding style cleanups.

Both patches apply to xe_drm_ras.c introduced by commit b40db12b542f
("drm/xe/xe_drm_ras: Add support for XE DRM RAS").

Shuicheng Lin (2):
  drm/xe/ras: Fix error handling in register_nodes()
  drm/xe/ras: Clean up coding style in xe_drm_ras

 drivers/gpu/drm/xe/xe_drm_ras.c | 50 ++++++++++++++++++++-------------
 1 file changed, 30 insertions(+), 20 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2026-04-11  7:58 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-07 22:59 [PATCH 0/2] drm/xe/ras: Fix and clean up xe_drm_ras Shuicheng Lin
2026-04-07 22:59 ` [PATCH 1/2] drm/xe/ras: Fix error handling in register_nodes() Shuicheng Lin
2026-04-11  4:46   ` Nguyen, Brian3
2026-04-11  7:56   ` Raag Jadav
2026-04-07 22:59 ` [PATCH 2/2] drm/xe/ras: Clean up coding style in xe_drm_ras Shuicheng Lin
2026-04-11  4:54   ` Nguyen, Brian3
2026-04-11  7:58   ` Raag Jadav
2026-04-07 23:09 ` ✗ CI.checkpatch: warning for drm/xe/ras: Fix and clean up xe_drm_ras Patchwork
2026-04-07 23:10 ` ✗ CI.KUnit: failure " Patchwork
2026-04-10  3:55 ` ✗ CI.checkpatch: warning for drm/xe/ras: Fix and clean up xe_drm_ras (rev2) Patchwork
2026-04-10  3:56 ` ✓ CI.KUnit: success " Patchwork
2026-04-10  4:32 ` ✓ Xe.CI.BAT: " Patchwork
2026-04-10 10:41 ` ✗ Xe.CI.FULL: failure " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox