From patchwork Thu Aug 16 16:18:35 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Williamson X-Patchwork-Id: 10567773 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 2572C1390 for ; Thu, 16 Aug 2018 16:18:44 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 143122B50C for ; Thu, 16 Aug 2018 16:18:44 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 088162B50E; Thu, 16 Aug 2018 16:18:44 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B58602B50C for ; Thu, 16 Aug 2018 16:18:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2392269AbeHPTSD (ORCPT ); Thu, 16 Aug 2018 15:18:03 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:56434 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727878AbeHPTSC (ORCPT ); Thu, 16 Aug 2018 15:18:02 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 3995DBB430; Thu, 16 Aug 2018 16:18:36 +0000 (UTC) Received: from t450s.home (ovpn-120-10.rdu2.redhat.com [10.10.120.10]) by smtp.corp.redhat.com (Postfix) with ESMTP id E3C2610C1F; Thu, 16 Aug 2018 16:18:35 +0000 (UTC) Date: Thu, 16 Aug 2018 10:18:35 -0600 From: Alex Williamson To: Linus Torvalds Cc: , "kvm@vger.kernel.org" Subject: [GIT PULL] VFIO updates for v4.19-rc1 Message-ID: <20180816101835.08c91d7a@t450s.home> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.1]); Thu, 16 Aug 2018 16:18:36 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.1]); Thu, 16 Aug 2018 16:18:36 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'alex.williamson@redhat.com' RCPT:'' Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Linus, The following changes since commit 1ffaddd029c867d134a1dde39f540dcc8c52e274: Linux 4.18-rc8 (2018-08-05 12:37:41 -0700) are available in the Git repository at: git://github.com/awilliam/linux-vfio.git tags/vfio-v4.19-rc1 for you to fetch changes up to 0dd0e297f0ec780b6b3484ba38b27d18c8ca7af9: vfio-pci: Disable binding to PFs with SR-IOV enabled (2018-08-06 12:23:19 -0600) ---------------------------------------------------------------- VFIO updates for v4.19 - Mark switch fall throughs (Gustavo A. R. Silva) - Disable binding SR-IOV enabled PFs (Alex Williamson) ---------------------------------------------------------------- Alex Williamson (1): vfio-pci: Disable binding to PFs with SR-IOV enabled Gustavo A. R. Silva (1): vfio: Mark expected switch fall-throughs drivers/vfio/pci/vfio_pci.c | 15 ++++++++++++++- drivers/vfio/vfio_iommu_type1.c | 1 + 2 files changed, 15 insertions(+), 1 deletion(-)