From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751378AbbCNQME (ORCPT ); Sat, 14 Mar 2015 12:12:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59410 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750793AbbCNQMC (ORCPT ); Sat, 14 Mar 2015 12:12:02 -0400 Message-ID: <1426349519.3643.150.camel@redhat.com> Subject: [GIT PULL] VFIO fix for v4.0-rc4 From: Alex Williamson To: Linus Torvalds Cc: linux-kernel , kvm Date: Sat, 14 Mar 2015 10:11:59 -0600 Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, The following changes since commit 9eccca0843205f87c00404b663188b88eb248051: Linux 4.0-rc3 (2015-03-08 16:09:09 -0700) are available in the git repository at: git://github.com/awilliam/linux-vfio.git tags/vfio-v4.0-rc4 for you to fetch changes up to ec76f4007079469e86e2e44c3e5d1d11086de9d6: vfio-pci: Add missing break to enable VFIO_PCI_ERR_IRQ_INDEX (2015-03-12 09:51:38 -0600) ---------------------------------------------------------------- VFIO fix for v4.0-rc4 - Add missing break to avoid clobbering ioctl (Alexey Kardashevskiy) ---------------------------------------------------------------- Alexey Kardashevskiy (1): vfio-pci: Add missing break to enable VFIO_PCI_ERR_IRQ_INDEX drivers/vfio/pci/vfio_pci_intrs.c | 2 ++ 1 file changed, 2 insertions(+)