From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: Introduce DRM_RAS using generic netlink for RAS Date: Tue, 03 Mar 2026 14:32:49 +1000 Message-ID: In-Reply-To: <20260228080858.3063532-7-riana.tauro@intel.com> References: <20260228080858.3063532-7-riana.tauro@intel.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Overall Series Review Subject: Introduce DRM_RAS using generic netlink for RAS Author: Riana Tauro Patches: 7 Reviewed: 2026-03-03T14:32:49.890405 --- This series introduces a DRM RAS (Reliability, Availability, Serviceability= ) infrastructure over generic netlink, with an initial Xe/PVC driver implem= entation. The architecture =E2=80=94 a single `drm-ras` genl family with pe= r-driver nodes =E2=80=94 is reasonable and follows the modern YAML-based ne= tlink approach. However, there are several bugs that need to be fixed: a me= mory leak in the netlink doit path, use of an uninitialized variable in dum= p handlers, missing cleanup on partial registration failure, loss of error = granularity (FATAL vs NONFATAL) in log messages, and a fragile "Undefined" = string-comparison pattern. The series is on the right track for v10 but nee= ds another pass. --- --- Generated by Claude Code Patch Reviewer