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/xe/xe_vm: Implement xe_vm_get_property_ioctl Date: Mon, 09 Mar 2026 08:42:06 +1000 Message-ID: In-Reply-To: <20260306155556.67500-6-jonathan.cavitt@intel.com> References: <20260306155556.67500-6-jonathan.cavitt@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/xe/xe_vm: Implement xe_vm_get_property_ioctl Author: Jonathan Cavitt Patches: 5 Reviewed: 2026-03-09T08:42:06.469341 --- This v36 series adds a `DRM_XE_VM_GET_PROPERTY` ioctl that lets userspace query per-VM fault information. It stores up to 50 failed page faults per VM and exposes them via a new ioctl. The series is well-structured into 4 logical patches with extensive review history (36 versions). The code is generally clean but has several issues ranging from uAPI concerns to missing validation and a subtle TOCTOU race. --- Generated by Claude Code Patch Reviewer