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: Convert all the simple exporters to use SGT mapping type Date: Wed, 18 Feb 2026 11:37:57 +1000 Message-ID: In-Reply-To: <7-v1-b5cab63049c0+191af-dmabuf_map_type_jgg@nvidia.com> References: <0-v1-b5cab63049c0+191af-dmabuf_map_type_jgg@nvidia.com> <7-v1-b5cab63049c0+191af-dmabuf_map_type_jgg@nvidia.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Large mechanical conversion of 22 files. Each conversion moves `map_dma_buf`/`unmap_dma_buf` into `DMA_BUF_SIMPLE_SGT_EXP_MATCH()` and replaces `attach->dev` with `dma_buf_sgt_dma_device(attach)`. Straightforward application of the macro from patch 5. No issues found in the pattern. --- Generated by Claude Code Patch Reviewer