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/gpuvm: rust: add RUST_DRM_GPUVM option to Kconfig Date: Tue, 28 Apr 2026 14:35:26 +1000 Message-ID: In-Reply-To: <20260427-gpuvm-config-v1-1-8ece03771f8a@google.com> References: <20260427-gpuvm-config-v1-1-8ece03771f8a@google.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Overall Series Review Subject: drm/gpuvm: rust: add RUST_DRM_GPUVM option to Kconfig Author: Alice Ryhl Patches: 1 Reviewed: 2026-04-28T14:35:26.268059 --- This is a single, well-scoped patch that introduces a dedicated `RUST_DRM_GPUVM` Kconfig option to ensure GPUVM is built-in (not as a module) when used from Rust code. The rationale is sound: the Rust kernel crate is always built-in, so any C code it calls must also be built-in. The patch follows the established pattern set by `RUST_DRM_GEM_SHMEM_HELPER`, which does the same thing for GEM shmem helpers. The change is minimal and correct. No functional issues found. --- Generated by Claude Code Patch Reviewer