From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: DRM RAS Fixes Date: Sat, 16 May 2026 10:24:55 +1000 Message-ID: In-Reply-To: <20260514202839.1888688-1-raag.jadav@intel.com> References: <20260514202839.1888688-1-raag.jadav@intel.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Overall Series Review Subject: DRM RAS Fixes Author: Raag Jadav Patches: 4 Reviewed: 2026-05-16T10:24:55.790178 --- This is a 3-patch series fixing resource leak and cleanup issues in the DRM RAS (Reliability, Availability, Serviceability) infrastructure and the Xe driver's use of it. The fixes are real and the direction is correct: patch 1 plugs a netlink message leak, patch 2 switches to managed allocation, and patch 3 moves to per-node cleanup actions for robust unwind. However, **patch 3 has a double-cleanup bug** on the `drmm_add_action_or_reset` failure path that needs to be fixed before merging. --- Generated by Claude Code Patch Reviewer