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)
Dec 20 2023, 8:26 AM
Unknown Object (File)
Dec 7 2023, 10:01 PM
Unknown Object (File)
Oct 30 2023, 7:13 PM
Unknown Object (File)
Jan 14 2023, 11:09 PM
Unknown Object (File)
Jan 4 2023, 5:01 PM
Unknown Object (File)
Dec 22 2022, 11:37 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 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.