Page MenuHomeFreeBSD

wg: Use atomic(9) instead of concurrency-kit atomics.
ClosedPublic

Authored by jhb on Oct 7 2022, 10:02 PM.
Tags
None
Referenced Files
F151260506: D36910.id111569.diff
Tue, Apr 7, 4:27 AM
Unknown Object (File)
Sun, Apr 5, 11:02 AM
Unknown Object (File)
Sat, Apr 4, 12:01 PM
Unknown Object (File)
Sat, Apr 4, 4:26 AM
Unknown Object (File)
Sat, Apr 4, 2:52 AM
Unknown Object (File)
Fri, Apr 3, 1:29 AM
Unknown Object (File)
Mon, Mar 30, 12:56 PM
Unknown Object (File)
Sun, Mar 22, 6:18 AM
Subscribers

Details

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 47845
Build 44732: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Oct 7 2022, 10:02 PM
jhb added a child revision: D36911: wg: Use zfree..

do you know why we ended up with the ck atomics?

This revision is now accepted and ready to land.Oct 8 2022, 1:51 AM

do you know why we ended up with the ck atomics?

I think it was done that way to match usage of epoch.

markj added inline comments.
sys/dev/wg/if_wg.c
1008–1009

This line is too long.

1028–1029

This one looks too long too.

sys/dev/wg/wg_noise.c
897

Indentation here is wrong.

jhb marked 2 inline comments as done.Oct 14 2022, 11:49 PM
jhb marked an inline comment as done.Oct 14 2022, 11:52 PM
  • Style fixes and a few more changes from another dropped review.
This revision now requires review to proceed.Oct 15 2022, 12:20 AM
This revision is now accepted and ready to land.Oct 15 2022, 12:31 AM
This revision now requires review to proceed.Oct 24 2022, 7:07 PM
This revision is now accepted and ready to land.Oct 24 2022, 7:18 PM