From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752062AbdHCVo6 (ORCPT ); Thu, 3 Aug 2017 17:44:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53778 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751754AbdHCVo5 (ORCPT ); Thu, 3 Aug 2017 17:44:57 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com C610CC058EA9 Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=alex.williamson@redhat.com Date: Thu, 3 Aug 2017 15:44:56 -0600 From: Alex Williamson To: Linus Torvalds Cc: , "kvm@vger.kernel.org" Subject: [GIT PULL] VFIO fixes for v4.13-rc4 Message-ID: <20170803154456.4816ae31@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.32]); Thu, 03 Aug 2017 21:44:56 +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 520eccdfe187591a51ea9ab4c1a024ae4d0f68d9: Linux 4.13-rc2 (2017-07-23 16:15:17 -0700) are available in the git repository at: git://github.com/awilliam/linux-vfio.git tags/vfio-v4.13-rc4 for you to fetch changes up to 796b755066dd6254bfb6388fec901631e868d1c7: vfio/pci: Fix handling of RC integrated endpoint PCIe capability size (2017-07-27 10:39:33 -0600) ---------------------------------------------------------------- VFIO fixes for v4.13-rc4 - SPAPR/EEH config build fix (Murilo Opsfelder Araujo) - Fix possible device lock deadlock (Alex Williamson) - Correctly size integrated endpoint PCIe capabilities (Alex Williamson) ---------------------------------------------------------------- Alex Williamson (2): vfio/pci: Use pci_try_reset_function() on initial open vfio/pci: Fix handling of RC integrated endpoint PCIe capability size Murilo Opsfelder Araujo (1): include/linux/vfio.h: Guard powerpc-specific functions with CONFIG_VFIO_SPAPR_EEH drivers/vfio/pci/vfio_pci.c | 9 ++++++++- drivers/vfio/pci/vfio_pci_config.c | 13 +++++++++---- include/linux/vfio.h | 4 ++-- 3 files changed, 19 insertions(+), 7 deletions(-)