From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934170AbdA0Rtm (ORCPT ); Fri, 27 Jan 2017 12:49:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46252 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933025AbdA0RtH (ORCPT ); Fri, 27 Jan 2017 12:49:07 -0500 Date: Fri, 27 Jan 2017 10:38:09 -0700 From: Alex Williamson To: Linus Torvalds Cc: , "kvm@vger.kernel.org" , Greg Kurz , Alexey Kardashevskiy , Vaibhav Jain , David Gibson Subject: [GIT PULL] VFIO fixes for v4.10-rc6 Message-ID: <20170127103809.2584258c@t450s.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.25]); Fri, 27 Jan 2017 17:38:13 +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 7a308bb3016f57e5be11a677d15b821536419d36: Linux 4.10-rc5 (2017-01-22 12:54:15 -0800) are available in the git repository at: git://github.com/awilliam/linux-vfio.git tags/vfio-v4.10-rc6 for you to fetch changes up to bd00fdf198e2da475a2f4265a83686ab42d998a8: vfio/spapr: fail tce_iommu_attach_group() when iommu_data is null (2017-01-24 10:12:04 -0700) ---------------------------------------------------------------- VFIO fixes for v4.10-rc6 - mdev IOMMU groups are not yet compatible with the powerpc SPAPR IOMMU backend, detect and fail group attach (Greg Kurz) ---------------------------------------------------------------- Greg Kurz (1): vfio/spapr: fail tce_iommu_attach_group() when iommu_data is null drivers/vfio/vfio_iommu_spapr_tce.c | 4 ++++ 1 file changed, 4 insertions(+)