* [GIT PULL] VFIO fixes for v7.1-rc4
@ 2026-05-15 17:22 Alex Williamson
2026-05-16 0:06 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Alex Williamson @ 2026-05-15 17:22 UTC (permalink / raw)
To: Linus Torvalds; +Cc: alex, kvm@vger.kernel.org, linux-kernel@vger.kernel.org
Hi Linus,
Please include for rc4. Thanks!
The following changes since commit 5d6919055dec134de3c40167a490f33c74c12581:
Linux 7.1-rc3 (2026-05-10 14:08:09 -0700)
are available in the Git repository at:
https://github.com/awilliam/linux-vfio.git tags/vfio-v7.1-rc4
for you to fetch changes up to 702809dabdecca807bdd50cfdcc1c980feb2ba62:
vfio/pci: Check BAR resources before exporting a DMABUF (2026-05-14 11:39:03 -0600)
----------------------------------------------------------------
VFIO fixes for v7.1-rc4
- Convert vfio-pci BAR resource requests and iomaps initialization
from a lazy, on-demand model to an eager pre-allocation model to
avoid races while preserving legacy error behavior. Fix unchecked
barmap access in dma-buf export path. (Matt Evans)
- Introduce an implicit unsigned cast in converting vfio-pci device
offsets to region indexes, closing a potential out-of-bounds
access through the vfio_pci_ioeventfd() interface. (Matt Evans)
- Fix a dma-buf kref underflow and stuck wait_for_completion() when
closing a previously revoked dma-buf. (Alex Williamson)
----------------------------------------------------------------
Alex Williamson (1):
vfio/pci: fix dma-buf kref underflow after revoke
Matt Evans (3):
vfio/pci: Make VFIO_PCI_OFFSET_TO_INDEX() return unsigned
vfio/pci: Set up BAR resources and maps in vfio_pci_core_enable()
vfio/pci: Check BAR resources before exporting a DMABUF
drivers/vfio/pci/vfio_pci_core.c | 37 ++++++++++++++++++++++++++++++++-
drivers/vfio/pci/vfio_pci_dmabuf.c | 42 ++++++++++++++++++++------------------
drivers/vfio/pci/vfio_pci_rdwr.c | 26 +++++++----------------
include/linux/vfio_pci_core.h | 2 +-
4 files changed, 66 insertions(+), 41 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] VFIO fixes for v7.1-rc4
2026-05-15 17:22 [GIT PULL] VFIO fixes for v7.1-rc4 Alex Williamson
@ 2026-05-16 0:06 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2026-05-16 0:06 UTC (permalink / raw)
To: Alex Williamson
Cc: Linus Torvalds, alex, kvm@vger.kernel.org,
linux-kernel@vger.kernel.org
The pull request you sent on Fri, 15 May 2026 11:22:41 -0600:
> https://github.com/awilliam/linux-vfio.git tags/vfio-v7.1-rc4
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3bf83e47b497d2630d2dcb408ec14ad95050cead
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-16 0:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-15 17:22 [GIT PULL] VFIO fixes for v7.1-rc4 Alex Williamson
2026-05-16 0:06 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox