Skip to content
Commit 28bc3a55 authored by popcornmix's avatar popcornmix
Browse files

vcsm: Treat EBUSY as success rather than SIGBUS



Currently if two cores access the same page concurrently one will return VM_FAULT_NOPAGE
and the other VM_FAULT_SIGBUS crashing the user code.

Also report when mapping fails.

Signed-off-by: default avatarpopcornmix <popcornmix@gmail.com>
parent a44ae8e5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment