From patchwork Fri Apr 5 14:46:48 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Williamson X-Patchwork-Id: 10887531 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 9540D1515 for ; Fri, 5 Apr 2019 14:46:58 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 79542212D5 for ; Fri, 5 Apr 2019 14:46:58 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6A8822851B; Fri, 5 Apr 2019 14:46:58 +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 240A8212D5 for ; Fri, 5 Apr 2019 14:46:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731063AbfDEOqw (ORCPT ); Fri, 5 Apr 2019 10:46:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42468 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726291AbfDEOqw (ORCPT ); Fri, 5 Apr 2019 10:46:52 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A4081C023B; Fri, 5 Apr 2019 14:46:52 +0000 (UTC) Received: from x1.home (ovpn-116-153.phx2.redhat.com [10.3.116.153]) by smtp.corp.redhat.com (Postfix) with ESMTP id 51EF16660B; Fri, 5 Apr 2019 14:46:52 +0000 (UTC) Date: Fri, 5 Apr 2019 08:46:48 -0600 From: Alex Williamson To: Linus Torvalds Cc: "linux-kernel@vger.kernel.org" , "kvm@vger.kernel.org" Subject: [GIT PULL] VFIO fixes for v5.1-rc4 Message-ID: <20190405084648.67936128@x1.home> Organization: Red Hat MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Fri, 05 Apr 2019 14:46:52 +0000 (UTC) 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 79a3aaa7b82e3106be97842dedfd8429248896e6: Linux 5.1-rc3 (2019-03-31 14:39:29 -0700) are available in the Git repository at: git://github.com/awilliam/linux-vfio.git tags/vfio-v5.1-rc4 for you to fetch changes up to 492855939bdb59c6f947b0b5b44af9ad82b7e38c: vfio/type1: Limit DMA mappings per container (2019-04-03 12:43:05 -0600) ---------------------------------------------------------------- VFIO fixes for v5.1-rc4 - Fix clang printk format errors (Louis Taylor) - Declare structure static to fix sparse warning (Wang Hai) - Limit user DMA mappings per container (CVE-2019-3882) (Alex Williamson) ---------------------------------------------------------------- Alex Williamson (1): vfio/type1: Limit DMA mappings per container Louis Taylor (1): vfio/pci: use correct format characters Wang Hai (1): vfio/spapr_tce: Make symbol 'tce_iommu_driver_ops' static drivers/vfio/pci/vfio_pci.c | 4 ++-- drivers/vfio/vfio_iommu_spapr_tce.c | 2 +- drivers/vfio/vfio_iommu_type1.c | 14 ++++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-)