]> git.baikalelectronics.ru Git - kernel.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)
commitaddaa93e187cb9c449e7608432227dc4fa50519e
tree2f72705eeb100b67b73902635763f08a6302a507
parentdb348761aed01c0e55f8b412f91ce6d620b0cb23
parent58dafc34540216f31caecc38bb7d18a2be152b0b
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