-
Notifications
You must be signed in to change notification settings - Fork 1
rcu: use hlist_nulls_next_rcu() in hlist_nulls_add_tail_rcu() #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: rcu-dev
Are you sure you want to change the base?
Conversation
|
Master branch: 00c153b |
|
Master branch: 00c153b |
acdba52 to
f9e3d6e
Compare
|
Master branch: 00c153b |
f9e3d6e to
02464e1
Compare
|
Master branch: 00c153b |
02464e1 to
e25af8d
Compare
|
Master branch: 00c153b |
e25af8d to
131df79
Compare
|
Master branch: 00c153b |
131df79 to
9f88a84
Compare
|
Master branch: 00c153b |
9f88a84 to
ab7d2c7
Compare
|
Master branch: 00c153b |
ab7d2c7 to
590fc75
Compare
|
Master branch: 00c153b |
590fc75 to
286b48b
Compare
|
Master branch: 00c153b |
286b48b to
bb60883
Compare
|
Master branch: 00c153b |
bb60883 to
da7a53c
Compare
|
Master branch: 00c153b |
da7a53c to
1d8374e
Compare
|
Master branch: 00c153b |
1d8374e to
9aeaaf0
Compare
|
Master branch: 00c153b |
9aeaaf0 to
1d5f8f9
Compare
87e7989 to
fa70e60
Compare
|
Master branch: fa70e60 |
7c19e6c to
1f52986
Compare
|
Master branch: fa70e60 |
1f52986 to
2a6fd83
Compare
|
Master branch: fa70e60 |
2a6fd83 to
c4b6931
Compare
|
Master branch: fa70e60 |
c4b6931 to
ee17d26
Compare
|
Master branch: fa70e60 |
ee17d26 to
7da1114
Compare
|
Master branch: fa70e60 |
7da1114 to
193d347
Compare
|
Master branch: fa70e60 |
193d347 to
a5293ee
Compare
|
Master branch: fa70e60 |
a5293ee to
de52aa8
Compare
|
Master branch: fa70e60 |
de52aa8 to
3061a46
Compare
|
Master branch: fa70e60 |
3061a46 to
093660c
Compare
|
Master branch: fa70e60 |
093660c to
1b97784
Compare
|
Master branch: fa70e60 |
1b97784 to
c5df30f
Compare
|
Master branch: fa70e60 |
c5df30f to
2ac1197
Compare
In commit 8dbd76e ("tcp/dccp: fix possible race __inet_lookup_established()"), function hlist_nulls_add_tail_rcu() was added back, but the local variable *last* is of type hlist_nulls_node, so use hlist_nulls_next_rcu() instead of hlist_next_rcu(). Signed-off-by: Zhao Mengmeng <[email protected]>
|
Master branch: fa70e60 |
2ac1197 to
69544a6
Compare
Pull request for series with
subject: rcu: use hlist_nulls_next_rcu() in hlist_nulls_add_tail_rcu()
version: 1
url: https://patchwork.kernel.org/project/rcu/list/?series=686568