mbox series

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

Message ID 20190110094609.36eba080@x1.home (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] VFIO fixes for v5.0-rc2 | expand

Pull-request

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

Message

Alex Williamson Jan. 10, 2019, 4:46 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Jan. 10, 2019, 5:25 p.m. UTC | #1
The pull request you sent on Thu, 10 Jan 2019 09:46:09 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1bdbe227492075d058e37cb3d400e6468d0095b5

Thank you!