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/dp/mst: fix OOB reads in remote DPCD/I2C sideband reply parsers Date: Sun, 12 Apr 2026 10:33:37 +1000 Message-ID: In-Reply-To: <20260410034123.2433769-1-ashutoshdesai993@gmail.com> References: <20260410034123.2433769-1-ashutoshdesai993@gmail.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/dp/mst: fix OOB reads in remote DPCD/I2C sideband reply parsers Author: Ashutosh Desai Patches: 1 Reviewed: 2026-04-12T10:33:37.154436 --- This is a single-patch fix for out-of-bounds reads in two DP MST sideband reply parsers. The fix is correct, addresses a real vulnerability, and follows the existing validation pattern used throughout the rest of the file. The patch is small and well-scoped. The main concern is the absence of a `Fixes:` tag and `Cc: stable@vger.kernel.org`, which are expected for security-relevant bug fixes in the kernel. **Verdict: Looks good with minor process nits.** --- Generated by Claude Code Patch Reviewer