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, Mar 8, 4:45 AM
Unknown Object (File)
Feb 20 2025, 2:31 AM
Unknown Object (File)
Feb 17 2025, 4:40 AM
Unknown Object (File)
Dec 7 2024, 6:09 PM
Unknown Object (File)
Nov 24 2024, 2:44 PM
Unknown Object (File)
Nov 23 2024, 7:23 AM
Unknown Object (File)
Nov 23 2024, 3:10 AM
Unknown Object (File)
Nov 22 2024, 1:13 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 11630

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.