From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Williamson Subject: Re: [GIT PULL v2] VFIO updates for v3.8 Date: Mon, 17 Dec 2012 09:30:56 -0700 Message-ID: <1355761856.3224.410.camel@bling.home> References: <1355284941.3224.196.camel@bling.home> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: linux-kernel , kvm , fengguang.wu@intel.com, julia.lawall@lip6.fr, jiang.liu@huawei.com, Stephen Rothwell To: Linus Torvalds Return-path: In-Reply-To: <1355284941.3224.196.camel@bling.home> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Tue, 2012-12-11 at 21:02 -0700, Alex Williamson wrote: > Hi Linus, > > Take 2 using the same commits as in Stephen's next tree, please note the > new tag below. There's a merge with v3.7 in my for-linus branch of the > below tree, not that you should need it. Thanks, Ping, any objection to these? Thanks, Alex > The following changes since commit 1afa471706963643ceeda7cbbe9c605a1e883d53: > > Merge tag 'mmc-fixes-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc (2012-12-07 09:15:20 -0800) > > are available in the git repository at: > > > git://github.com/awilliam/linux-vfio.git tags/vfio-for-v3.8-v2 > > for you to fetch changes up to 9a92c5091a42c565ede818fdf204c4f60004d0d8: > > vfio-pci: Enable device before attempting reset (2012-12-07 13:43:51 -0700) > > ---------------------------------------------------------------- > vfio pull for v3.8 > > ---------------------------------------------------------------- > Alex Williamson (2): > vfio-pci: Re-order device reset > vfio-pci: Enable device before attempting reset > > Fengguang Wu (1): > vfio: simplify kmalloc+copy_from_user to memdup_user > > Jiang Liu (3): > VFIO: unregister IOMMU notifier on error recovery path > VFIO: use ACCESS_ONCE() to guard access to dev->driver > VFIO: fix out of order labels for error recovery in vfio_pci_init() > > drivers/vfio/pci/vfio_pci.c | 83 +++++++++++++++++++++++++-------------------- > drivers/vfio/vfio.c | 34 +++++++++---------- > 2 files changed, 64 insertions(+), 53 deletions(-) >