[GIT PULL] VFIO fixes for v4.13-rc4

From: Alex Williamson
Date: Thu Aug 03 2017 - 17:45:02 EST


Hi Linus,

The following changes since commit 520eccdfe187591a51ea9ab4c1a024ae4d0f68d9:

Linux 4.13-rc2 (2017-07-23 16:15:17 -0700)

are available in the git repository at:

git://github.com/awilliam/linux-vfio.git tags/vfio-v4.13-rc4

for you to fetch changes up to 796b755066dd6254bfb6388fec901631e868d1c7:

vfio/pci: Fix handling of RC integrated endpoint PCIe capability size (2017-07-27 10:39:33 -0600)

----------------------------------------------------------------
VFIO fixes for v4.13-rc4

- SPAPR/EEH config build fix (Murilo Opsfelder Araujo)

- Fix possible device lock deadlock (Alex Williamson)

- Correctly size integrated endpoint PCIe capabilities (Alex Williamson)

----------------------------------------------------------------
Alex Williamson (2):
vfio/pci: Use pci_try_reset_function() on initial open
vfio/pci: Fix handling of RC integrated endpoint PCIe capability size

Murilo Opsfelder Araujo (1):
include/linux/vfio.h: Guard powerpc-specific functions with CONFIG_VFIO_SPAPR_EEH

drivers/vfio/pci/vfio_pci.c | 9 ++++++++-
drivers/vfio/pci/vfio_pci_config.c | 13 +++++++++----
include/linux/vfio.h | 4 ++--
3 files changed, 19 insertions(+), 7 deletions(-)