From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: gpu: nova-core: mm: Add multi-page mapping API to VMM Date: Wed, 01 Apr 2026 07:33:04 +1000 Message-ID: In-Reply-To: <20260311004008.2208806-19-joelagnelf@nvidia.com> References: <20260311004008.2208806-1-joelagnelf@nvidia.com> <20260311004008.2208806-19-joelagnelf@nvidia.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Adds `BarUser` struct that wraps a VMM for BAR1 management with read/write operations through mapped VRAM. **Observation:** The `BarUser::read_write_vram` method maps a page, does the I/O, then unmaps. This is a map-per-access pattern that's expensive but correct for the current use case (infrequent VRAM access through BAR1). No blocking issues. --- Generated by Claude Code Patch Reviewer