Page MenuHomeFreeBSD

smr: add some missed fences.
AbandonedPublic

Authored by kib on Jan 31 2020, 6:16 PM.
Tags
None
Referenced Files
F168892677: D23440.id67579.diff
Sun, Aug 30, 3:38 PM
F168891590: D23440.id67568.diff
Sun, Aug 30, 3:33 PM
F168891489: D23440.id67580.diff
Sun, Aug 30, 3:32 PM
Unknown Object (File)
Sun, Aug 30, 3:14 PM
Unknown Object (File)
Sun, Aug 30, 3:13 PM
Unknown Object (File)
Sun, Aug 30, 2:50 PM
Unknown Object (File)
Wed, Aug 26, 9:47 AM
Unknown Object (File)
Wed, Aug 26, 8:55 AM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 29074

Event Timeline

Move release fence before fcmpset, otherwise it is useless.

Noted by jeff.

sys/kern/subr_smr.c
327

what load is this applying to?

336

what is this synchronizing with and why not atomic_fcmpset_rel_int?

This revision was not accepted when it landed; it landed in state Needs Review.Jan 31 2020, 8:31 PM
This revision was automatically updated to reflect the committed changes.
kib updated this revision to Diff 67580.

Remove committed part.