DisplayLink / evdi

Extensible Virtual Display Interface
MIT License
704 stars 184 forks source link

vm_insert_page() return code -EBUSY should not convert to VM_FAULT_SI… #445

Closed tom-ton closed 9 months ago

tom-ton commented 9 months ago

…GBUS.

Fixes #444

VM_FAULT_NOPAGE seems to be correct rc in case of -EBUSY. Can be seen here: https://elixir.bootlin.com/linux/v6.5/source/include/linux/mm.h#L3375

displaylink-emajewsk commented 9 months ago

Thanks for catching this :)