Page MenuHomeFreeBSD

Do not do torn writes to active LDTs.
ClosedPublic

Authored by kib on Sep 19 2017, 12:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 8, 10:09 PM
Unknown Object (File)
Fri, Nov 7, 4:54 AM
Unknown Object (File)
Fri, Nov 7, 1:41 AM
Unknown Object (File)
Mon, Nov 3, 5:56 AM
Unknown Object (File)
Sun, Nov 2, 11:27 PM
Unknown Object (File)
Sun, Nov 2, 7:06 PM
Unknown Object (File)
Sun, Nov 2, 7:06 PM
Unknown Object (File)
Sun, Nov 2, 2:31 PM
Subscribers

Details

Summary

Care must be taken when updating the active LDT, since parallel threads might try to load a segment descriptor which is currently updated. Since the results are undefined, this cannot be ignored by claiming to be an application race.

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Sep 19 2017, 4:59 PM
This revision was automatically updated to reflect the committed changes.