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: Export mem_accounting parameter Date: Wed, 01 Apr 2026 07:50:37 +1000 Message-ID: In-Reply-To: <20260331-dma-buf-heaps-as-modules-v4-6-e18fda504419@kernel.org> References: <20260331-dma-buf-heaps-as-modules-v4-0-e18fda504419@kernel.org> <20260331-dma-buf-heaps-as-modules-v4-6-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 ```c EXPORT_SYMBOL_NS_GPL(mem_accounting, "DMA_BUF_HEAP"); ``` Uses namespaced export (`DMA_BUF_HEAP`), which is good practice to limit visibility. The heaps in patches 7 and 8 import this namespace. No issues. --- Generated by Claude Code Patch Reviewer