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
F153397710: D12413.id33227.diff
Mon, Apr 20, 10:28 PM
F153397311: D12413.id33227.diff
Mon, Apr 20, 10:24 PM
Unknown Object (File)
Mon, Apr 20, 1:33 AM
Unknown Object (File)
Fri, Apr 17, 10:26 PM
Unknown Object (File)
Fri, Apr 17, 10:30 AM
Unknown Object (File)
Thu, Apr 16, 6:41 AM
Unknown Object (File)
Tue, Apr 14, 6:08 PM
Unknown Object (File)
Tue, Apr 14, 6:47 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.