Page MenuHomeFreeBSD

riscv trap_pfault: remove unneeded hold of the process around vm_fault() call.
ClosedPublic

Authored by kib on Sep 13 2019, 7:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 5, 4:27 AM
Unknown Object (File)
Fri, Oct 31, 6:52 AM
Unknown Object (File)
Sun, Oct 26, 3:27 PM
Unknown Object (File)
Sun, Oct 19, 10:28 AM
Unknown Object (File)
Sun, Oct 19, 10:27 AM
Unknown Object (File)
Sun, Oct 19, 10:27 AM
Unknown Object (File)
Sat, Oct 18, 9:14 PM
Unknown Object (File)
Oct 7 2025, 5:19 PM
Subscribers

Details

Summary

This is re-appearance of the nop code removed from other arches in r287625.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj added inline comments.
sys/riscv/riscv/trap.c
240 ↗(On Diff #62059)

Wasn't this incorrect for faults on pipe_map or exec_map?

This revision is now accepted and ready to land.Sep 13 2019, 7:42 PM
sys/riscv/riscv/trap.c
240 ↗(On Diff #62059)

Incorrect what ? pipe or exec maps are kernel submaps. What do you mean exactly ?

sys/riscv/riscv/trap.c
240 ↗(On Diff #62059)

Sorry, I meant that the comment seemed incorrect. I don't see why we would lock a process for faults on a user map, but not a fault on pipe_map. Anyway, it is not important.