mbox series

[GIT,PULL] VFIO updates for v6.4-rc1

Message ID 20230502124625.355ec05e.alex.williamson@redhat.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] VFIO updates for v6.4-rc1 | expand

Pull-request

https://github.com/awilliam/linux-vfio.git tags/vfio-v6.4-rc1

Message

Alex Williamson May 2, 2023, 6:46 p.m. UTC
Hi Linus,

The following changes since commit 09a9639e56c01c7a00d6c0ca63f4c7c41abe075d:

  Linux 6.3-rc6 (2023-04-09 11:15:57 -0700)

are available in the Git repository at:

  https://github.com/awilliam/linux-vfio.git tags/vfio-v6.4-rc1

for you to fetch changes up to 705b004ee377b789e39ae237519bab714297ac83:

  docs: kvm: vfio: Suggest KVM_DEV_VFIO_GROUP_ADD vs VFIO_GROUP_GET_DEVICE_FD ordering (2023-04-21 13:48:44 -0600)

----------------------------------------------------------------
VFIO updates for v6.4-rc1

 - Expose and allow R/W access to the PCIe DVSEC capability through
   vfio-pci, as we already do with the legacy vendor capability.
   (K V P Satyanarayana)

 - Fix kernel-doc issues with structure definitions. (Simon Horman)

 - Clarify ordering of operations relative to the kvm-vfio device for
   driver dependencies against the kvm pointer. (Yi Liu)

----------------------------------------------------------------
K V P, Satyanarayana (1):
      vfio/pci: Add DVSEC PCI Extended Config Capability to user visible list.

Simon Horman (1):
      vfio: correct kdoc for ops structures

Yi Liu (1):
      docs: kvm: vfio: Suggest KVM_DEV_VFIO_GROUP_ADD vs VFIO_GROUP_GET_DEVICE_FD ordering

 Documentation/virt/kvm/devices/vfio.rst | 5 +++++
 drivers/vfio/pci/vfio_pci_config.c      | 7 +++++++
 include/linux/vfio.h                    | 5 +++++
 3 files changed, 17 insertions(+)

Comments

pr-tracker-bot@kernel.org May 2, 2023, 7:03 p.m. UTC | #1
The pull request you sent on Tue, 2 May 2023 12:46:25 -0600:

> https://github.com/awilliam/linux-vfio.git tags/vfio-v6.4-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7df047b3f0aa0c0ba730b6be9ab35c0053a3d4fd

Thank you!