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/vmwgfx: Add some checks to vmw_cursor_plane_atomic_update Date: Sun, 22 Mar 2026 03:57:47 +1000 Message-ID: In-Reply-To: <20260320014909.3247540-1-maaz.mombasawala@broadcom.com> References: <20260320014909.3247540-1-maaz.mombasawala@broadcom.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: drm/vmwgfx: Add some checks to vmw_cursor_plane_atomic_update Author: Maaz Mombasawala Patches: 1 Reviewed: 2026-03-22T03:57:47.499306 --- This is a single-patch series adding null-pointer checks to `vmw_cursor_pla= ne_atomic_update()` in the vmwgfx driver to fix a crash seen in the `kms_cu= rsor_legacy@torture-bo` IGT test. The intent is reasonable =E2=80=94 guardi= ng against null dereferences when `old_state` or `new_state` could be absen= t. However, the patch has coding style issues that would prevent it from co= mpiling cleanly under strict C standards and violate kernel coding conventi= ons. --- Generated by Claude Code Patch Reviewer