mbox series

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

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

Pull-request

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

Message

Alex Williamson July 18, 2024, 6:35 p.m. UTC
Hi Linus,

Just a few commits this cycle.  Thanks

The following changes since commit 6ba59ff4227927d3a8530fc2973b80e94b54d58f:

  Linux 6.10-rc4 (2024-06-16 13:40:16 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 0756bec2e45b206ccb5fc3e8791c08d696dd06f7:

  vfio-mdev: add missing MODULE_DESCRIPTION() macros (2024-07-17 12:24:13 -0600)

----------------------------------------------------------------
VFIO updates for v6.11

 - Add support for 8-byte accesses when using read/write through the
   device regions.  This fills a gap for userspace drivers that might
   not be able to use access through mmap to perform native register
   width accesses. (Gerd Bayer)

 - Add missing MODULE_DESCRIPTION to vfio-mdev sample drivers and
   replace a non-standard MODULE_INFO usage. (Jeff Johnson)

----------------------------------------------------------------
Ben Segal (1):
      vfio/pci: Support 8-byte PCI loads and stores

Gerd Bayer (2):
      vfio/pci: Extract duplicated code into macro
      vfio/pci: Fix typo in macro to declare accessors

Jeff Johnson (1):
      vfio-mdev: add missing MODULE_DESCRIPTION() macros

 drivers/vfio/pci/vfio_pci_rdwr.c | 122 ++++++++++++++++++++-------------------
 include/linux/vfio_pci_core.h    |  21 ++++---
 samples/vfio-mdev/mbochs.c       |   1 +
 samples/vfio-mdev/mdpy-fb.c      |   1 +
 samples/vfio-mdev/mdpy.c         |   1 +
 samples/vfio-mdev/mtty.c         |   2 +-
 6 files changed, 78 insertions(+), 70 deletions(-)

Comments

pr-tracker-bot@kernel.org July 19, 2024, 7:38 p.m. UTC | #1
The pull request you sent on Thu, 18 Jul 2024 12:35:35 -0600:

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

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

Thank you!