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: Bump the driver version to 1.9 Date: Mon, 25 May 2026 21:08:33 +1000 Message-ID: In-Reply-To: <20260521014359.2011484-7-adrian.larumbe@collabora.com> References: <20260521014359.2011484-1-adrian.larumbe@collabora.com> <20260521014359.2011484-7-adrian.larumbe@collabora.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 Straightforward version bump with appropriate changelog comment documenting= both the new query type and the new flag. No issues. --- **Summary of findings requiring attention:** 1. **Potential bug (medium):** Double `drm_gem_object_put` on `vm->dummy` i= n the `xa_alloc` error path of `panthor_vm_pool_create_vm` (patch 5) =E2=80= =94 once explicitly, once through `panthor_vm_free` called by `panthor_vm_p= ut`. 2. **Build warning (low-medium):** `u32 chunk_size` in `panthor_vm_map_spar= se` used with `min()` against `u64` operands =E2=80=94 should be `u64` or u= se `min_t`. 3. **Design concern (low):** `panthor_fix_sparse_map_offset` mutates gpuvm = op structures in place, which is fragile. --- Generated by Claude Code Patch Reviewer