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, 04 Mar 2026 07:41:36 +1000 Message-ID: In-Reply-To: <20260303-dma-buf-heaps-as-modules-v3-6-24344812c707@kernel.org> References: <20260303-dma-buf-heaps-as-modules-v3-0-24344812c707@kernel.org> <20260303-dma-buf-heaps-as-modules-v3-6-24344812c707@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 the `mem_accounting` module parameter using `EXPORT_SYMBOL_NS_GPL(mem_accounting, "DMA_BUF_HEAP")`. The use of the `DMA_BUF_HEAP` namespace is consistent with how `dma_heap_add` is already exported (confirmed at `dma-heap.c:315`). No issues. --- Generated by Claude Code Patch Reviewer