From: Linus Torvalds Date: Tue, 24 Sep 2024 19:07:47 +0000 (-0700) Subject: Merge tag 'vfio-v6.12-rc1' of https://github.com/awilliam/linux-vfio X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=7bc21c5e1f94351b04b6082c16c5d4887c28a414;p=users%2Fhch%2Fmisc.git Merge tag 'vfio-v6.12-rc1' of https://github.com/awilliam/linux-vfio 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' --- 7bc21c5e1f94351b04b6082c16c5d4887c28a414