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 error threshold to drm_ras Date: Sat, 16 May 2026 12:54:49 +1000 Message-ID: In-Reply-To: <20260512191610.1817578-1-raag.jadav@intel.com> References: <20260512191610.1817578-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: Introduce error threshold to drm_ras Author: Raag Jadav Patches: 11 Reviewed: 2026-05-16T12:54:49.242257 --- This v2 series adds error threshold get/set support to the drm_ras infrastructure and wires it up in the xe driver via system controller mailbox commands. It also adds new uAPI error components, moves RAS registration earlier in probe, and replaces a platform check with a device capability flag. The series is generally well-structured and the drm_ras core additions (patches 1-3) follow existing patterns closely. However, there are several issues ranging from a malformed Reviewed-by tag to missing input validation that could lead to array out-of-bounds access, and a commit message with typos. --- --- Generated by Claude Code Patch Reviewer