Skip to content

Rebase of munmap style unbinds

Matthew Brost requested to merge (removed):xe into xe

Rebase of: !55 (closed)

Per @mlankhorst feedback on private chat:

  • Drop smp_mb() before writing VM error out to user
  • Unlock vm->lock before writing VM error out to user
  • Rather than -EAGAIN loop in exec / compute when munmap style unbind is in inflight, drop lock, flush async op work, retry

Merge request reports