Page MenuHomeFreeBSD

linuxkpi: Implement rcu_replace_pointer() macro
ClosedPublic

Authored by nc on Apr 28 2021, 11:44 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Sep 23, 2:46 PM
Unknown Object (File)
Tue, Sep 16, 1:41 PM
Unknown Object (File)
Sun, Sep 14, 11:29 PM
Unknown Object (File)
Aug 31 2025, 3:08 AM
Unknown Object (File)
Aug 3 2025, 7:33 AM
Unknown Object (File)
Jul 2 2025, 6:47 PM
Unknown Object (File)
Jun 26 2025, 5:48 PM
Unknown Object (File)
Jun 26 2025, 9:10 AM

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 38903
Build 35792: arc lint + arc unit

Event Timeline

nc requested review of this revision.Apr 28 2021, 11:44 AM
sys/compat/linuxkpi/common/include/linux/rcupdate.h
102

There is no need to use double set of ()'s here:

rcu_dereference_protected(rcu, c):
rcu_assign_pointer(rcu, ptr);

This revision is now accepted and ready to land.Apr 28 2021, 1:02 PM
This revision was automatically updated to reflect the committed changes.