From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: iommufd: Use the PAL mapping type instead of a vfio function Date: Wed, 18 Feb 2026 11:38:01 +1000 Message-ID: In-Reply-To: <23-v1-b5cab63049c0+191af-dmabuf_map_type_jgg@nvidia.com> References: <0-v1-b5cab63049c0+191af-dmabuf_map_type_jgg@nvidia.com> <23-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 Replaces the `symbol_get`-based hack with clean mapping type negotiation. The iommufd side declares `DMA_BUF_IMAPPING_PAL()` first, with `DMA_BUF_IMAPPING_SGT()` as fallback. The removal of the inter-module dependency is a clear improvement. --- Generated by Claude Code Patch Reviewer