Hi Linus, The following changes since commit 79a3aaa7b82e3106be97842dedfd8429248896e6: Linux 5.1-rc3 (2019-03-31 14:39:29 -0700) are available in the Git repository at: git://github.com/awilliam/linux-vfio.git tags/vfio-v5.1-rc4 for you to fetch changes up to 492855939bdb59c6f947b0b5b44af9ad82b7e38c: vfio/type1: Limit DMA mappings per container (2019-04-03 12:43:05 -0600) ---------------------------------------------------------------- VFIO fixes for v5.1-rc4 - Fix clang printk format errors (Louis Taylor) - Declare structure static to fix sparse warning (Wang Hai) - Limit user DMA mappings per container (CVE-2019-3882) (Alex Williamson) ---------------------------------------------------------------- Alex Williamson (1): vfio/type1: Limit DMA mappings per container Louis Taylor (1): vfio/pci: use correct format characters Wang Hai (1): vfio/spapr_tce: Make symbol 'tce_iommu_driver_ops' static drivers/vfio/pci/vfio_pci.c | 4 ++-- drivers/vfio/vfio_iommu_spapr_tce.c | 2 +- drivers/vfio/vfio_iommu_type1.c | 14 ++++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-)