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
F103240158: D12413.diff
Fri, Nov 22, 1:13 PM
Unknown Object (File)
Thu, Nov 21, 9:21 AM
Unknown Object (File)
Wed, Nov 20, 12:11 PM
Unknown Object (File)
Sat, Nov 16, 12:38 PM
Unknown Object (File)
Fri, Nov 15, 5:28 AM
Unknown Object (File)
Oct 21 2024, 6:24 PM
Unknown Object (File)
Oct 1 2024, 3:09 PM
Unknown Object (File)
Sep 25 2024, 4:03 AM
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.