• Linus Torvalds's avatar
    Merge tag 'vfio-v6.12-rc1' of https://github.com/awilliam/linux-vfio · 7bc21c5e
    Linus Torvalds authored
    Pull VFIO updates from Alex Williamson:
     "Just a few cleanups this cycle:
    
       - Remove several unused structure and function declarations, and
         unused variables (Dr. David Alan Gilbert, Yue Haibing, Zhang Zekun)
    
       - Constify unmodified structure in mdev (Hongbo Li)
    
       - Convert to unsigned type to catch overflow with less fanfare than
         passing a negative value to kcalloc() (Dan Carpenter)"
    
    * tag 'vfio-v6.12-rc1' of https://github.com/awilliam/linux-vfio:
      vfio/pci: clean up a type in vfio_pci_ioctl_pci_hot_reset_groups()
      vfio/mdev: Constify struct kobj_type
      vfio: mdev: Remove unused function declarations
      vfio/fsl-mc: Remove unused variable 'hwirq'
      vfio/pci: Remove unused struct 'vfio_pci_mmap_vma'
    7bc21c5e
vfio_pci_core.c 68.7 KB