-
Notifications
You must be signed in to change notification settings - Fork 1
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
rcu: Make call_rcu() lazy only when CONFIG_RCU_LAZY is enabled #21
base: rcu-dev
Are you sure you want to change the base?
Conversation
Master branch: 00c153b Pull request is NOT updated. Failed to apply https://patchwork.kernel.org/project/rcu/list/?series=686650
conflict:
|
Master branch: fa70e60 |
d7b5ccb
to
8b0136d
Compare
87e7989
to
fa70e60
Compare
Master branch: fa70e60 |
8b0136d
to
0ead141
Compare
Master branch: fa70e60 |
0ead141
to
840b763
Compare
Master branch: fa70e60 |
840b763
to
1268cff
Compare
Master branch: fa70e60 |
1268cff
to
846cbf2
Compare
Master branch: fa70e60 |
846cbf2
to
da99111
Compare
Master branch: fa70e60 |
da99111
to
d35c1a3
Compare
Master branch: fa70e60 |
d35c1a3
to
2db03aa
Compare
Master branch: fa70e60 |
2db03aa
to
27ea65e
Compare
Master branch: fa70e60 |
27ea65e
to
8fab588
Compare
Master branch: fa70e60 |
8fab588
to
a59e6a7
Compare
Master branch: fa70e60 |
a59e6a7
to
18d5a67
Compare
Master branch: fa70e60 |
18d5a67
to
dae4bd0
Compare
Master branch: fa70e60 |
Currently, regardless of whether the CONFIG_RCU_LAZY is enabled, invoke the call_rcu() is always lazy, it also means that when CONFIG_RCU_LAZY is disabled, invoke the call_rcu_flush() is also lazy. therefore, this commit make call_rcu() lazy only when CONFIG_RCU_LAZY is enabled. Signed-off-by: Zqiang <[email protected]> Acked-by: Joel Fernandes (Google) <[email protected]>
dae4bd0
to
458e9c3
Compare
Pull request for series with
subject: rcu: Make call_rcu() lazy only when CONFIG_RCU_LAZY is enabled
version: 1
url: https://patchwork.kernel.org/project/rcu/list/?series=686650