From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: accel/qda: Add GEM_CREATE and GEM_MMAP_OFFSET IOCTLs Date: Tue, 24 Feb 2026 18:20:13 +1000 Message-ID: In-Reply-To: <20260224-qda-firstpost-v1-11-fe46a9c1a046@oss.qualcomm.com> References: <20260224-qda-firstpost-v1-0-fe46a9c1a046@oss.qualcomm.com> <20260224-qda-firstpost-v1-11-fe46a9c1a046@oss.qualcomm.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Patch Review - **UAPI structure layout**: Dmitry noted the padding field is unnecessary = if fields are reordered: ``` If you put size before handle, you would not need padding. ``` UAPI structures are forever =E2=80=94 getting the layout right before mergi= ng is critical. --- Generated by Claude Code Patch Reviewer