From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: vfio/pci: Change the DMA-buf exporter to use mapping_type Date: Wed, 18 Feb 2026 11:37:59 +1000 Message-ID: In-Reply-To: <12-v1-b5cab63049c0+191af-dmabuf_map_type_jgg@nvidia.com> References: <0-v1-b5cab63049c0+191af-dmabuf_map_type_jgg@nvidia.com> <12-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 Converts vfio from attach callback with p2p check to `match_mapping` with `DMA_BUF_EMAPPING_SGT_P2P()`. The revocation check via `priv->vdev` is moved into the match callback, which is the right place for it. --- Generated by Claude Code Patch Reviewer