]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 31 Oct 2020 21:41:48 +0000 (14:41 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 31 Oct 2020 21:41:48 +0000 (14:41 -0700)
commit2b1c3f27dccb577aa57b602b123c9802d4ff1e6e
tree0011ba5d564ab46ab5e14967ad1544486aff0dba
parente76b73d61060999be02b9a631643b675b228d7f5
parent75484366fbfad4e003be270a5558fa75b7856323
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost

Pull vhost fixes from Michael Tsirkin:
 "Fixes all over the place.

  A new UAPI is borderline: can also be considered a new feature but
  also seems to be the only way we could come up with to fix addressing
  for userspace - and it seems important to switch to it now before
  userspace making assumptions about addressing ability of devices is
  set in stone"

* tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost:
  vdpasim: allow to assign a MAC address
  vdpasim: fix MAC address configuration
  vdpa: handle irq bypass register failure case
  vdpa_sim: Fix DMA mask
  Revert "vhost-vdpa: fix page pinning leakage in error path"
  vdpa/mlx5: Fix error return in map_direct_mr()
  vhost_vdpa: Return -EFAULT if copy_from_user() fails
  vdpa_sim: implement get_iova_range()
  vhost: vdpa: report iova range
  vdpa: introduce config op to get valid iova range
drivers/vdpa/vdpa_sim/vdpa_sim.c