From patchwork Mon Feb 3 20:40:37 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Williamson X-Patchwork-Id: 11363405 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E7B5192A for ; Mon, 3 Feb 2020 20:40:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C5E4C20721 for ; Mon, 3 Feb 2020 20:40:46 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="GNd73q3f" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727004AbgBCUkq (ORCPT ); Mon, 3 Feb 2020 15:40:46 -0500 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:23122 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726984AbgBCUko (ORCPT ); Mon, 3 Feb 2020 15:40:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1580762443; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=pyvOKTyWkhnbfDDvx/t4H+37pFyaHZSbAEznQ9w1oyc=; b=GNd73q3fLGO/5C9mP9Wt1cWp6qlbH6J0SXqStMGaIAFRhTHAbxEC6XoaD+04da2K7unhLW TmPEpBiE2ihmxXv8p2Cft8Oaof0WMeaqOCOJfSWpy9xPetjbvgZNdcxDUCsxMDk2kTguH5 pOzA+0Reh4Ago9pgqxyEJ8M+UwdNFAI= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-430-7l1xuXRFPdWWM4vbT9eVRQ-1; Mon, 03 Feb 2020 15:40:39 -0500 X-MC-Unique: 7l1xuXRFPdWWM4vbT9eVRQ-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 809C118C8C01; Mon, 3 Feb 2020 20:40:38 +0000 (UTC) Received: from w520.home (ovpn-116-28.phx2.redhat.com [10.3.116.28]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4853187B1D; Mon, 3 Feb 2020 20:40:38 +0000 (UTC) Date: Mon, 3 Feb 2020 13:40:37 -0700 From: Alex Williamson To: Linus Torvalds Cc: , "kvm@vger.kernel.org" Subject: [GIT PULL] VFIO updates for v5.6-rc1 Message-ID: <20200203134037.2fda624f@w520.home> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Hi Linus, The following changes since commit c79f46a282390e0f5b306007bf7b11a46d529538: Linux 5.5-rc5 (2020-01-05 14:23:27 -0800) are available in the Git repository at: git://github.com/awilliam/linux-vfio.git tags/vfio-v5.6-rc1 for you to fetch changes up to 7b5372ba04ca1caabed1470d4ec23001cde2eb91: vfio: platform: fix __iomem in vfio_platform_amdxgbe.c (2020-01-09 11:32:14 -0700) ---------------------------------------------------------------- VFIO updates for v5.6-rc1 - Fix nvlink error path (Alexey Kardashevskiy) - Update nvlink and spapr to use mmgrab() (Julia Lawall) - Update static declaration (Ben Dooks) - Annotate __iomem to fix sparse warnings (Ben Dooks) ---------------------------------------------------------------- Alexey Kardashevskiy (1): vfio/spapr/nvlink2: Skip unpinning pages on error exit Ben Dooks (Codethink) (2): vfio/mdev: make create attribute static vfio: platform: fix __iomem in vfio_platform_amdxgbe.c Julia Lawall (2): vfio: vfio_pci_nvlink2: use mmgrab vfio/spapr_tce: use mmgrab drivers/vfio/mdev/mdev_sysfs.c | 2 +- drivers/vfio/pci/vfio_pci_nvlink2.c | 8 +++++--- drivers/vfio/platform/reset/vfio_platform_amdxgbe.c | 4 ++-- drivers/vfio/vfio_iommu_spapr_tce.c | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-)