Page MenuHomeFreeBSD

uma dbg: catch more corruption with atomics
ClosedPublic

Authored by rlibby on Dec 6 2019, 9:49 AM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 3 2024, 7:04 AM
Unknown Object (File)
Oct 2 2024, 2:26 PM
Unknown Object (File)
Sep 30 2024, 10:21 PM
Unknown Object (File)
Sep 30 2024, 10:13 PM
Unknown Object (File)
Sep 30 2024, 3:31 AM
Unknown Object (File)
Sep 19 2024, 1:42 AM
Unknown Object (File)
Sep 7 2024, 10:02 PM
Unknown Object (File)
Sep 6 2024, 9:01 AM
Subscribers

Details

Summary

Use atomic testandset and testandclear to catch concurrent double free,
and to reduce the number of atomic operations.

Submitted by: jeff

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Dec 6 2019, 1:17 PM
This revision now requires review to proceed.Dec 31 2020, 12:49 AM
This revision was not accepted when it landed; it landed in state Needs Review.Dec 31 2020, 9:04 PM
This revision was automatically updated to reflect the committed changes.