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
F137210001: D12413.id33220.diff
Fri, Nov 21, 12:57 PM
F137209874: D12413.id33227.diff
Fri, Nov 21, 12:57 PM
F137209028: D12413.id.diff
Fri, Nov 21, 12:52 PM
F137208944: D12413.diff
Fri, Nov 21, 12:52 PM
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
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.