Hi Linus, Just a few cleanups this cycle. Thanks, Alex The following changes since commit 431c1646e1f86b949fa3685efc50b660a364c2b6: Linux 6.11-rc6 (2024-09-01 19:46:02 +1200) are available in the Git repository at: https://github.com/awilliam/linux-vfio.git tags/vfio-v6.12-rc1 for you to fetch changes up to aab439ffa1ca1067c0114773d4044828fab582af: vfio/pci: clean up a type in vfio_pci_ioctl_pci_hot_reset_groups() (2024-09-12 14:15:07 -0600) ---------------------------------------------------------------- VFIO updates for v6.12 - 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) ---------------------------------------------------------------- Dan Carpenter (1): vfio/pci: clean up a type in vfio_pci_ioctl_pci_hot_reset_groups() Dr. David Alan Gilbert (1): vfio/pci: Remove unused struct 'vfio_pci_mmap_vma' Hongbo Li (1): vfio/mdev: Constify struct kobj_type Yue Haibing (1): vfio/fsl-mc: Remove unused variable 'hwirq' Zhang Zekun (1): vfio: mdev: Remove unused function declarations drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c | 4 +--- drivers/vfio/mdev/mdev_private.h | 3 --- drivers/vfio/mdev/mdev_sysfs.c | 2 +- drivers/vfio/pci/vfio_pci_core.c | 7 +------ 4 files changed, 3 insertions(+), 13 deletions(-)