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/syncobj: make drm_syncobj_array_wait_timeout public Date: Mon, 18 May 2026 16:53:30 +1000 Message-ID: In-Reply-To: <20260516-jorth-syncobj-v1-3-88ede9d98a81@gmail.com> References: <20260516-jorth-syncobj-v1-0-88ede9d98a81@gmail.com> <20260516-jorth-syncobj-v1-3-88ede9d98a81@gmail.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Simply removes `static` and adds `EXPORT_SYMBOL`. No functional change. Minor: this function takes `void __user *user_points`, exposing user-space pointer handling to external callers. This is the same concern that appears more prominently in patches 7 and 8. --- Generated by Claude Code Patch Reviewer