From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756127AbcCCM4f (ORCPT ); Thu, 3 Mar 2016 07:56:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:61342 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751383AbcCCM4e (ORCPT ); Thu, 3 Mar 2016 07:56:34 -0500 Date: Thu, 3 Mar 2016 06:56:32 -0600 From: Alex Williamson To: Linus Torvalds Cc: "kvm@vger.kernel.org" , , "Michael S. Tsirkin" Subject: [GIT PULL] VFIO fixes for v4.5-rc7 Message-ID: <20160303065632.5c9e4898@ul30vt.home> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 81f70ba233d5f660e1ea5fe23260ee323af5d53a: Linux 4.5-rc5 (2016-02-20 13:39:35 -0800) are available in the git repository at: git://github.com/awilliam/linux-vfio.git tags/vfio-v4.5-rc7 for you to fetch changes up to 8160c4e455820d5008a1116d2dca35f0363bb062: vfio: fix ioctl error handling (2016-02-28 07:38:52 -0700) ---------------------------------------------------------------- VFIO fixes for v4.5-rc7 - Use -EFAULT for copy_to_user error in ioctl (Michael Tsirkin) ---------------------------------------------------------------- Michael S. Tsirkin (1): vfio: fix ioctl error handling drivers/vfio/pci/vfio_pci.c | 9 ++++++--- drivers/vfio/platform/vfio_platform_common.c | 9 ++++++--- drivers/vfio/vfio_iommu_type1.c | 6 ++++-- 3 files changed, 16 insertions(+), 8 deletions(-)