]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge tag 'vfio-v6.11-rc1' of https://github.com/awilliam/linux-vfio
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 19 Jul 2024 18:53:09 +0000 (11:53 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 19 Jul 2024 18:53:09 +0000 (11:53 -0700)
commitf66b07c56119833b88bffa4ecaf9f983834675de
treeecedbc44ba3270000fdfdde767c5872f98637fa6
parent4305ca0087dd99c3c3e0e2ac8a228b7e53a21c78
parent0756bec2e45b206ccb5fc3e8791c08d696dd06f7
Merge tag 'vfio-v6.11-rc1' of https://github.com/awilliam/linux-vfio

Pull VFIO updates from Alex Williamson:

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

* tag 'vfio-v6.11-rc1' of https://github.com/awilliam/linux-vfio:
  vfio-mdev: add missing MODULE_DESCRIPTION() macros
  vfio/pci: Fix typo in macro to declare accessors
  vfio/pci: Support 8-byte PCI loads and stores
  vfio/pci: Extract duplicated code into macro