Commit d77c073f090f454da817080cecc77044e5436f1b

Dhruva Krishnamurthy 2020-11-23T10:14:00

Remove broken support for write in emulated mmap * Emulated mmap based write without pagefault handling is not possible since IO happens outside of call to mmap and data is written to mapped memory * Potential emulation using userfaultfd() might be possible