K 10 svn:author V 6 andrew K 8 svn:date V 27 2020-10-13T10:26:15.652738Z K 7 svn:log V 281 Fix write only mappings on arm64 When trapping on a wrote access to a buffer the kernel has mapped as write only we should only pass the VM_PROT_WRITE flag. Previously the call to vm_fault_trap as the VM_PROT_READ flag was unexpected. Reported by: manu Sponsored by: Innovate UK END