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/panthor: extend timestamp query with flags Date: Sun, 22 Mar 2026 04:32:32 +1000 Message-ID: In-Reply-To: <20260318112952.645160-1-marcin.slusarz@arm.com> References: <20260318112952.645160-1-marcin.slusarz@arm.com> <20260318112952.645160-1-marcin.slusarz@arm.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 Superseded by v2/v3. Key issues that were fixed in later versions: - Used raw `copy_from_user` instead of `copy_struct_from_user` =E2=80=94 fi= xed in v2. - Used `(const void __user __force *) args->pointer` cast instead of `u64_t= o_user_ptr` =E2=80=94 fixed in v3. - Had a `__u32 pad1` field and `__u32 cpu_timestamp_nsec` =E2=80=94 fixed i= n v2 (pad removed, nsec widened to u64). - Passed `size` as a separate parameter to `panthor_query_timestamp_info` a= nd used offset-based size checks =E2=80=94 simplified in v2 to use flags di= rectly. --- Generated by Claude Code Patch Reviewer