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: system: Turn the heap into a module Date: Wed, 04 Mar 2026 07:41:37 +1000 Message-ID: In-Reply-To: <20260303-dma-buf-heaps-as-modules-v3-8-24344812c707@kernel.org> References: <20260303-dma-buf-heaps-as-modules-v3-0-24344812c707@kernel.org> <20260303-dma-buf-heaps-as-modules-v3-8-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 Same treatment as patch 7 but for the system heap. Changes `DMABUF_HEAPS_SYSTEM` from `bool` to `tristate` and adds the MODULE_* macros. Clean and straightforward. Same observation about no `module_exit()` applies. --- Generated by Claude Code Patch Reviewer