[GIT PULL] VFIO fix for v7.0-rc6

From: Alex Williamson

Date: Fri Mar 27 2026 - 12:44:59 EST


Hi Linus,

Please include this fix for rc6. Thanks,

Alex

The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:

Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)

are available in the Git repository at:

https://github.com/awilliam/linux-vfio.git tags/vfio-v7.0-rc6

for you to fetch changes up to e98137f0a874ab36d0946de4707aa48cb7137d1c:

vfio/pci: Fix double free in dma-buf feature (2026-03-26 06:38:27 -0600)

----------------------------------------------------------------
VFIO fix for v7.0-rc6

- Fix double-free and reference count underflow if dma-buf file
allocation fails. (Alex Williamson)

----------------------------------------------------------------
Alex Williamson (1):
vfio/pci: Fix double free in dma-buf feature

drivers/vfio/pci/vfio_pci_dmabuf.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)