Page MenuHomeFreeBSD

mips pmap: pmap_emulate_modified race fix
ClosedPublic

Authored by freebsdphab-AX9_cmx.ietfng.org on Apr 21 2020, 6:35 PM.
Tags
Referenced Files
Unknown Object (File)
Tue, Dec 31, 4:18 PM
Unknown Object (File)
Fri, Dec 13, 2:07 PM
Unknown Object (File)
Nov 30 2024, 5:09 PM
Unknown Object (File)
Nov 23 2024, 11:27 AM
Unknown Object (File)
Nov 16 2024, 6:52 PM
Unknown Object (File)
Oct 17 2024, 6:28 PM
Unknown Object (File)
Oct 2 2024, 6:12 PM
Unknown Object (File)
Sep 30 2024, 6:07 PM
Subscribers

Details

Summary

pmap_emulate_modify was assuming that no changes to the pmap could take
place between the TLB signaling the fault and pmap_emulate_modify's
acquisition of the pmap lock, but that's clearly not even true in the
uniprocessor case, nevermind the SMP case.

Address each possibility in turn.

Thanks to Konstantin Belousov and Mark Johnston for confirming the bug.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 30653
Build 28389: arc lint + arc unit