]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge tag 'vfio-for-v3.8-v2' of git://github.com/awilliam/linux-vfio
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 21 Dec 2012 05:30:12 +0000 (21:30 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 21 Dec 2012 05:30:12 +0000 (21:30 -0800)
commit54e37b8dbe9a398f74cef313404bd2f1deca7853
tree2f72705eeb100b67b73902635763f08a6302a507
parent96680d2b9174668100824d763382240c71baa811
parent9a92c5091a42c565ede818fdf204c4f60004d0d8
Merge tag 'vfio-for-v3.8-v2' of git://github.com/awilliam/linux-vfio

Pull vfio update from Alex Williamson.

* tag 'vfio-for-v3.8-v2' of git://github.com/awilliam/linux-vfio:
  vfio-pci: Enable device before attempting reset
  VFIO: fix out of order labels for error recovery in vfio_pci_init()
  VFIO: use ACCESS_ONCE() to guard access to dev->driver
  VFIO: unregister IOMMU notifier on error recovery path
  vfio-pci: Re-order device reset
  vfio: simplify kmalloc+copy_from_user to memdup_user