From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: dma-buf: heaps: Turn heaps into modules Date: Tue, 28 Apr 2026 14:45:00 +1000 Message-ID: In-Reply-To: <20260427-dma-buf-heaps-as-modules-v5-0-b6f5678feefc@kernel.org> References: <20260427-dma-buf-heaps-as-modules-v5-0-b6f5678feefc@kernel.org> 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: dma-buf: heaps: Turn heaps into modules Author: Maxime Ripard Patches: 5 Reviewed: 2026-04-28T14:45:00.914337 --- This is a clean, well-scoped 4-patch series from Maxime Ripard that converts the DMA-BUF CMA and system heaps from `bool` Kconfig options to `tristate`, allowing them to be built as loadable modules. The series is straightforward: patch 1 exports the one remaining unexported symbol (`mem_accounting`), patches 2-3 add the MODULE_* macros and change the Kconfig type for each heap, and patch 4 enables both as `=m` in the arm64 defconfig. The series is at v5 and already carries `Reviewed-by: T.J. Mercier` on patches 1-3. The changes are minimal, correct, and well-ordered. No significant issues found. **Verdict: Looks good to merge.** One minor observation below, but nothing blocking. --- --- Generated by Claude Code Patch Reviewer