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)
Mon, Mar 16, 12:44 AM
Unknown Object (File)
Sat, Mar 14, 10:03 PM
Unknown Object (File)
Sun, Mar 1, 4:21 PM
Unknown Object (File)
Feb 9 2026, 2:31 AM
Unknown Object (File)
Jan 9 2026, 10:50 PM
Unknown Object (File)
Jan 9 2026, 10:32 PM
Unknown Object (File)
Jan 9 2026, 12:07 PM
Unknown Object (File)
Dec 27 2025, 7:04 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.