From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S946629AbcJaU3l (ORCPT ); Mon, 31 Oct 2016 16:29:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46576 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S946540AbcJaU3i (ORCPT ); Mon, 31 Oct 2016 16:29:38 -0400 Date: Mon, 31 Oct 2016 14:29:37 -0600 From: Alex Williamson To: Linus Torvalds Cc: , "kvm@vger.kernel.org" , Vlad Tsyrklevich Subject: [GIT PULL] VFIO fixes for v4.9-rc4 Message-ID: <20161031142937.083752ba@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.30]); Mon, 31 Oct 2016 20:29:37 +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 07d9a380680d1c0eb51ef87ff2eab5c994949e69: Linux 4.9-rc2 (2016-10-23 17:10:14 -0700) are available in the git repository at: git://github.com/awilliam/linux-vfio.git tags/vfio-v4.9-rc4 for you to fetch changes up to 05692d7005a364add85c6e25a6c4447ce08f913a: vfio/pci: Fix integer overflows, bitmask check (2016-10-26 13:49:29 -0600) ---------------------------------------------------------------- VFIO fixes for v4.9-rc4 - SET_IRQS ioctl parameter sanitization (Vlad Tsyrklevich) ---------------------------------------------------------------- Vlad Tsyrklevich (1): vfio/pci: Fix integer overflows, bitmask check drivers/vfio/pci/vfio_pci.c | 33 +++++++++++++++++++++------------ drivers/vfio/pci/vfio_pci_intrs.c | 2 +- 2 files changed, 22 insertions(+), 13 deletions(-)