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/nouveau: Wire up dmem cgroups Date: Sun, 12 Apr 2026 10:21:18 +1000 Message-ID: In-Reply-To: <20260410081322.5577-1-natalie.vock@gmx.de> References: <20260410081322.5577-1-natalie.vock@gmx.de> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Overall Series Review Subject: drm/nouveau: Wire up dmem cgroups Author: Natalie Vock Patches: 1 Reviewed: 2026-04-12T10:21:18.385961 --- This is a single, small patch that wires up dmem cgroup support for the nou= veau driver, following the established pattern from amdgpu and Xe. The appr= oach is correct in spirit =E2=80=94 register the VRAM region with `drmm_cgr= oup_register_region()` and store the result in `man->cg`. However, there is= a memory leak bug on the error path that must be fixed before merging. --- Generated by Claude Code Patch Reviewer