[moderation/CI] Re: vfio/pci: Allow MMIO regions to be exported through dma-buf
0 views
Skip to first unread message
syzbot ci
unread,
Nov 2, 2025, 3:46:08 AM (7 days ago) Nov 2
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to syzkaller-upst...@googlegroups.com, syz...@lists.linux.dev
syzbot ci has tested the following series
[v6] vfio/pci: Allow MMIO regions to be exported through dma-buf
https://lore.kernel.org/all/20251102-dmabuf-vfi...@nvidia.com * [PATCH v6 01/11] PCI/P2PDMA: Separate the mmap() support from the core logic
* [PATCH v6 02/11] PCI/P2PDMA: Simplify bus address mapping API
* [PATCH v6 03/11] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation
* [PATCH v6 04/11] PCI/P2PDMA: Provide an access to pci_p2pdma_map_type() function
* [PATCH v6 05/11] PCI/P2PDMA: Document DMABUF model
* [PATCH v6 06/11] dma-buf: provide phys_vec to scatter-gather mapping routine
* [PATCH v6 07/11] vfio: Export vfio device get and put registration helpers
* [PATCH v6 08/11] vfio/pci: Share the core device pointer while invoking feature functions
* [PATCH v6 09/11] vfio/pci: Enable peer-to-peer DMA transactions by default
* [PATCH v6 10/11] vfio/pci: Add dma-buf export support for MMIO regions
* [PATCH v6 11/11] vfio/nvgrace: Support get_dmabuf_phys
drivers/dma-buf/dma-buf.c:1393:10: error: use of undeclared identifier 'DMA_ATTR_MMIO'
drivers/dma-buf/dma-buf.c:1399:11: error: call to undeclared function 'dma_map_phys'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
drivers/dma-buf/dma-buf.c:1401:10: error: use of undeclared identifier 'DMA_ATTR_MMIO'
drivers/dma-buf/dma-buf.c:1441:6: error: use of undeclared identifier 'DMA_ATTR_MMIO'
drivers/dma-buf/dma-buf.c:1444:4: error: call to undeclared function 'dma_unmap_phys'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
drivers/dma-buf/dma-buf.c:1445:34: error: use of undeclared identifier 'DMA_ATTR_MMIO'
drivers/dma-buf/dma-buf.c:1476:6: error: use of undeclared identifier 'DMA_ATTR_MMIO'
drivers/dma-buf/dma-buf.c:1481:4: error: call to undeclared function 'dma_unmap_phys'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
drivers/dma-buf/dma-buf.c:1482:34: error: use of undeclared identifier 'DMA_ATTR_MMIO'
***
If these findings have caused you to resend the series or submit a
separate fix, please add the following tag to your commit message:
Tested-by: syz...@syzkaller.appspotmail.com
---
This report is generated by a bot. It may contain errors.
syzbot ci engineers can be reached at syzk...@googlegroups.com.
If the report looks fine to you, reply with:
#syz upstream
syzbot ci
unread,
Nov 6, 2025, 10:56:14 AM (2 days ago) Nov 6
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to syzkaller-upst...@googlegroups.com, syz...@lists.linux.dev
syzbot ci has tested the following series
[v7] vfio/pci: Allow MMIO regions to be exported through dma-buf
https://lore.kernel.org/all/20251106-dmabuf-vfi...@nvidia.com * [PATCH v7 01/11] PCI/P2PDMA: Separate the mmap() support from the core logic
* [PATCH v7 02/11] PCI/P2PDMA: Simplify bus address mapping API
* [PATCH v7 03/11] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation
* [PATCH v7 04/11] PCI/P2PDMA: Provide an access to pci_p2pdma_map_type() function
* [PATCH v7 05/11] PCI/P2PDMA: Document DMABUF model
* [PATCH v7 06/11] dma-buf: provide phys_vec to scatter-gather mapping routine
* [PATCH v7 07/11] vfio: Export vfio device get and put registration helpers
* [PATCH v7 08/11] vfio/pci: Share the core device pointer while invoking feature functions
* [PATCH v7 09/11] vfio/pci: Enable peer-to-peer DMA transactions by default
* [PATCH v7 10/11] vfio/pci: Add dma-buf export support for MMIO regions
* [PATCH v7 11/11] vfio/nvgrace: Support get_dmabuf_phys
drivers/dma-buf/dma-buf.c:1393:10: error: use of undeclared identifier 'DMA_ATTR_MMIO'
drivers/dma-buf/dma-buf.c:1399:11: error: call to undeclared function 'dma_map_phys'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
drivers/dma-buf/dma-buf.c:1401:10: error: use of undeclared identifier 'DMA_ATTR_MMIO'
drivers/dma-buf/dma-buf.c:1441:6: error: use of undeclared identifier 'DMA_ATTR_MMIO'
drivers/dma-buf/dma-buf.c:1444:4: error: call to undeclared function 'dma_unmap_phys'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
drivers/dma-buf/dma-buf.c:1445:34: error: use of undeclared identifier 'DMA_ATTR_MMIO'
drivers/dma-buf/dma-buf.c:1476:6: error: use of undeclared identifier 'DMA_ATTR_MMIO'
drivers/dma-buf/dma-buf.c:1481:4: error: call to undeclared function 'dma_unmap_phys'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
drivers/dma-buf/dma-buf.c:1482:34: error: use of undeclared identifier 'DMA_ATTR_MMIO'
***
If these findings have caused you to resend the series or submit a
separate fix, please add the following tag to your commit message:
Tested-by: syz...@syzkaller.appspotmail.com
---
This report is generated by a bot. It may contain errors.
syzbot ci engineers can be reached at syzk...@googlegroups.com.