[GIT PULL] VFIO fixes for v5.0-rc2

From: Alex Williamson
Date: Thu Jan 10 2019 - 11:46:12 EST


Hi Linus,

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

git://github.com/awilliam/linux-vfio.git tags/vfio-v5.0-rc2

for you to fetch changes up to 58fec830fc19208354895d9832785505046d6c01:

vfio/type1: Fix unmap overflow off-by-one (2019-01-08 09:31:28 -0700)

----------------------------------------------------------------
VFIO fixes for v5.0-rc2

- Fix trace header include path for in-tree builds (Masahiro Yamada)

- Fix overflow in unmap wrap-around test (Alex Williamson)

----------------------------------------------------------------
Alex Williamson (1):
vfio/type1: Fix unmap overflow off-by-one

Masahiro Yamada (1):
vfio/pci: set TRACE_INCLUDE_PATH to fix the build error

drivers/vfio/pci/trace.h | 2 +-
drivers/vfio/vfio_iommu_type1.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)