From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755728AbcEYQbv (ORCPT ); Wed, 25 May 2016 12:31:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32798 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751928AbcEYQbu (ORCPT ); Wed, 25 May 2016 12:31:50 -0400 Date: Wed, 25 May 2016 10:31:48 -0600 From: Alex Williamson To: Linus Torvalds Cc: , "kvm@vger.kernel.org" Subject: [GIT PULL] VFIO updates for v4.7-rc1 Message-ID: <20160525103148.5995f2a0@ul30vt.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.27]); Wed, 25 May 2016 16:31:49 +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 02da2d72174c61988eb4456b53f405e3ebdebce4: Linux 4.6-rc5 (2016-04-24 16:17:05 -0700) are available in the git repository at: git://github.com/awilliam/linux-vfio.git tags/vfio-v4.7-rc1 for you to fetch changes up to f70552809419cd2abc0cc6469a07c9792a3aaa6c: vfio_pci: Test for extended capabilities if config space > 256 bytes (2016-05-19 15:04:40 -0600) ---------------------------------------------------------------- VFIO updates for v4.7-rc1 - Hide INTx on certain known broken devices (Alex Williamson) - Additional backdoor reset detection (Alex Williamson) - Remove unused iommudata reference (Alexey Kardashevskiy) - Use cfg_size to avoid probing extended config space (Alexey Kardashevskiy) ---------------------------------------------------------------- Alex Williamson (2): vfio/pci: Hide broken INTx support from user vfio/pci: Add test for BAR restore Alexey Kardashevskiy (2): vfio_iommu_spapr_tce: Remove unneeded iommu_group_get_iommudata vfio_pci: Test for extended capabilities if config space > 256 bytes drivers/vfio/pci/vfio_pci.c | 55 ++++++++++++++++++++++++++++++------- drivers/vfio/pci/vfio_pci_config.c | 46 +++++++++++++++++++++++++------ drivers/vfio/pci/vfio_pci_private.h | 1 + drivers/vfio/vfio_iommu_spapr_tce.c | 2 -- 4 files changed, 84 insertions(+), 20 deletions(-)