From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752762AbdGMSkj (ORCPT ); Thu, 13 Jul 2017 14:40:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60048 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752525AbdGMSkh (ORCPT ); Thu, 13 Jul 2017 14:40:37 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 2D879267E1 Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=alex.williamson@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 2D879267E1 Date: Thu, 13 Jul 2017 12:40:35 -0600 From: Alex Williamson To: Linus Torvalds Cc: , "kvm@vger.kernel.org" Subject: [GIT PULL] VFIO updates for v4.13-rc1 Message-ID: <20170713124035.1ca0d1b7@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.30]); Thu, 13 Jul 2017 18:40:36 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 32c1431eea4881a6b17bd7c639315010aeefa452: Linux 4.12-rc5 (2017-06-11 16:48:20 -0700) are available in the git repository at: git://github.com/awilliam/linux-vfio.git tags/vfio-v4.13-rc1 for you to fetch changes up to 7f56c30bd0a232822aca38d288da475613bdff9b: vfio: Remove unnecessary uses of vfio_container.group_lock (2017-07-07 15:37:38 -0600) ---------------------------------------------------------------- VFIO updates for v4.13-rc1 - Include Intel XXV710 in INTx workaround (Alex Williamson) - Make use of ERR_CAST() for error return (Dan Carpenter) - Fix vfio_group release deadlock from iommu notifier (Alex Williamson) - Unset KVM-VFIO attributes only on group match (Alex Williamson) - Fix release path group/file matching with KVM-VFIO (Alex Williamson) - Remove unnecessary lock uses triggering lockdep splat (Alex Williamson) ---------------------------------------------------------------- Alex Williamson (5): vfio/pci: Add Intel XXV710 to hidden INTx devices vfio: Fix group release deadlock kvm-vfio: Decouple only when we match a group vfio: New external user group/file match vfio: Remove unnecessary uses of vfio_container.group_lock Dan Carpenter (1): vfio: Use ERR_CAST() instead of open coding it drivers/vfio/pci/vfio_pci.c | 4 +-- drivers/vfio/vfio.c | 86 ++++++++++++++++++++++++--------------------- include/linux/vfio.h | 2 ++ virt/kvm/vfio.c | 40 +++++++++++++-------- 4 files changed, 75 insertions(+), 57 deletions(-)