Page MenuHomeFreeBSD

LinuxKPI rcu list additions
ClosedPublic

Authored by johalun on Jun 21 2019, 4:31 PM.
Tags
None
Referenced Files
F153057303: D20719.id58871.diff
Sat, Apr 18, 9:33 PM
F153056877: D20719.id58871.diff
Sat, Apr 18, 9:30 PM
Unknown Object (File)
Fri, Apr 17, 12:19 PM
Unknown Object (File)
Thu, Apr 16, 1:12 PM
Unknown Object (File)
Thu, Apr 16, 1:08 PM
Unknown Object (File)
Thu, Apr 16, 6:09 AM
Unknown Object (File)
Tue, Apr 14, 2:30 AM
Unknown Object (File)
Tue, Apr 14, 1:30 AM

Details

Summary

Add rcu list functions and change hlist_for_each_entry_rcu to use rcu and not the non-rcu version hlist_for_each_entry.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sys/compat/linuxkpi/common/include/linux/rculist.h
36 ↗(On Diff #58865)

<tab> after #define

39 ↗(On Diff #58865)

wrap this line like the other ones

43 ↗(On Diff #58865)

Missing ()'s

&(pos)->member

*(pos)

72 ↗(On Diff #58865)

Missing ()'s
(pos) != NULL

Add () where needed. Make sure define is followed by a tab.

johalun added inline comments.
sys/compat/linuxkpi/common/include/linux/rculist.h
39 ↗(On Diff #58865)

I follow the style of the hlist_* equivalents below... Still want me to wrap this one?

Also bump freebsd version so we can have a checkpoint from where the virtualbox drm driver builds.

This revision is now accepted and ready to land.Jun 21 2019, 6:35 PM
This revision was automatically updated to reflect the committed changes.