rcu: Make call_rcu() lazy only when CONFIG_RCU_LAZY is enabled - #21
rcu: Make call_rcu() lazy only when CONFIG_RCU_LAZY is enabled#21kernel-patches-bot wants to merge 2 commits into
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 <qiang1.zhang@intel.com> Acked-by: Joel Fernandes (Google) <joel@joelfernandes.org>
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