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(-)