From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: mm: cma: Export cma_alloc(), cma_release() and cma_get_name() Date: Wed, 01 Apr 2026 07:50:37 +1000 Message-ID: In-Reply-To: <20260331-dma-buf-heaps-as-modules-v4-5-e18fda504419@kernel.org> References: <20260331-dma-buf-heaps-as-modules-v4-0-e18fda504419@kernel.org> <20260331-dma-buf-heaps-as-modules-v4-5-e18fda504419@kernel.org> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Exports three CMA functions needed by the heap module. All use `EXPORT_SYMBOL_GPL` which is appropriate for core MM functions. The commit message accurately describes the need. Has Reviewed-by from T.J. Mercier and Acked-by from David Hildenbrand, which is good given this touches mm/ code. No issues. --- Generated by Claude Code Patch Reviewer