From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: amdgpu: add amdgpu_cgroup_region_name Date: Sat, 16 May 2026 12:42:32 +1000 Message-ID: In-Reply-To: <20260512215156.4083082-5-cascardo@igalia.com> References: <20260512215156.4083082-1-cascardo@igalia.com> <20260512215156.4083082-5-cascardo@igalia.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Clean and simple. The region name format `drm//vram` matches the kernel's `drmm_cgroup_register_region()` convention. **Nit:** The `pci_slot` buffer uses `NAME_MAX` (typically 255) which is far larger than needed for a PCI slot name (~12 chars), but this is harmless since it's on the stack. --- Generated by Claude Code Patch Reviewer