From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756949AbdIHTZs (ORCPT ); Fri, 8 Sep 2017 15:25:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38984 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756774AbdIHTZq (ORCPT ); Fri, 8 Sep 2017 15:25:46 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 7A3CF81DE9 Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=alex.williamson@redhat.com Date: Fri, 8 Sep 2017 13:25:45 -0600 From: Alex Williamson To: Linus Torvalds Cc: , "kvm@vger.kernel.org" Subject: [GIT PULL] VFIO updates for v4.14-rc1 Message-ID: <20170908132545.63252bf9@w520.home> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Fri, 08 Sep 2017 19:25:46 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, The following changes since commit aae4e7a8bc44722fe70d58920a36916b1043195e: Linux 4.13-rc4 (2017-08-06 18:44:49 -0700) are available in the git repository at: git://github.com/awilliam/linux-vfio.git tags/vfio-v4.14-rc1 for you to fetch changes up to 417fb50d5516e8526769c16ff5b92de47adbe727: vfio: platform: constify amba_id (2017-08-30 14:03:42 -0600) ---------------------------------------------------------------- VFIO updates for v4.14-rc1 - Base MSI remapping on either IOMMU domain or IRQ domain support (Robin Murphy) - Prioritize hardware MSI regions over software defined regions (Robin Murphy) - Fix no-iommu reference counting (Eric Auger) - Stall removing last device from group for container cleanup (Alex Williamson) - Constify amba_id (Arvind Yadav) ---------------------------------------------------------------- Alex Williamson (1): vfio: Stall vfio_del_group_dev() for container group detach Arvind Yadav (1): vfio: platform: constify amba_id Eric Auger (1): vfio: fix noiommu vfio_iommu_group_get reference count Robin Murphy (2): vfio/type1: Cope with hardware MSI reserved regions vfio/type1: Give hardware MSI regions precedence drivers/vfio/platform/vfio_amba.c | 2 +- drivers/vfio/vfio.c | 25 +++++++++++++++++++++++-- drivers/vfio/vfio_iommu_type1.c | 16 ++++++++++++---- 3 files changed, 36 insertions(+), 7 deletions(-)