From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: nova-core: mm: Select GPU_BUDDY for VRAM allocation Date: Fri, 13 Feb 2026 06:27:36 +1000 Message-ID: In-Reply-To: <20260210233204.790524-4-joelagnelf@nvidia.com> References: <20260210233204.790524-1-joelagnelf@nvidia.com> <20260210233204.790524-4-joelagnelf@nvidia.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Mailer: Claude Code Patch Reviewer Patch Review > - select RUST_FW_LOADER_ABSTRACTIONS > select AUXILIARY_BUS > + select GPU_BUDDY > + select RUST_FW_LOADER_ABSTRACTIONS This patch adds `select GPU_BUDDY` and alphabetizes the `select` lines. As Danilo noted in his reply, the alphabetization of `RUST_FW_LOADER_ABSTRACTIONS` should be a separate patch from the functional change of adding `GPU_BUDDY`. The actual functional change (adding `select GPU_BUDDY`) is straightforward and correct - nova-core will use the buddy allocator so it needs the Kconfig dependency. No other issues found. This is a trivial Kconfig change. --- Generated by Claude Code Patch Reviewer