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)
Sat, Sep 27, 12:24 AM
Unknown Object (File)
Fri, Sep 19, 8:54 AM
Unknown Object (File)
Wed, Sep 17, 9:35 PM
Unknown Object (File)
Sep 11 2025, 4:17 PM
Unknown Object (File)
Sep 9 2025, 2:53 AM
Unknown Object (File)
Sep 4 2025, 7:48 AM
Unknown Object (File)
Sep 1 2025, 1:52 AM
Unknown Object (File)
Aug 31 2025, 6:37 PM
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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 35810
Build 32699: arc lint + arc unit

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.