Hi Linus, The following changes since commit 319e2e3f63c348a9b66db4667efa73178e18b17d: Linux 3.13-rc4 (2013-12-15 12:31:33 -0800) are available in the git repository at: git://github.com/awilliam/linux-vfio.git tags/vfio-v3.14-rc1 for you to fetch changes up to 3be3a074cf5ba641529d8fdae0e05ca642f23e12: vfio-pci: Don't use device_lock around AER interrupt setup (2014-01-14 16:12:55 -0700) ---------------------------------------------------------------- - Convert to misc driver to support module auto loading - Remove unnecessary and dangerous use of device_lock ---------------------------------------------------------------- Alex Williamson (3): misc: Reserve minor for VFIO vfio: Convert control interface to misc driver vfio-pci: Don't use device_lock around AER interrupt setup Documentation/devices.txt | 1 + drivers/vfio/pci/vfio_pci.c | 4 +++ drivers/vfio/pci/vfio_pci_intrs.c | 17 ---------- drivers/vfio/vfio.c | 70 ++++++++++++++++++--------------------- include/linux/miscdevice.h | 1 + 5 files changed, 39 insertions(+), 54 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html