[Deepin-Kernel-SIG] [linux 6.6-y] deepin: config: adjust PSI and RCU config #548
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
config: adjust PSI and RCU config
[1] CONFIG_PSI: It has already enabled in x86 and loongarch config, enable it on arm64 config.
[2] CONFIG_RCU_BOOST:
Config helps to boost the priority of preempted RCU readers that block the current preemptible RCU grace period for too long. Enable CONFIG_RCU_BOOST for x86, arm64, loongarch architectures. Link:https://android.googlesource.com/kernel/common/+/83571e3b13db8d4ce64cc62644b35181125867cf
[3] CONFIG_RCU_LAZY:
It is still disabled by default. Must specify
rcutree.enable_rcu_lazy and rcu_nocbs=all in boot time parameter to actually enable it.
Link:https://android.googlesource.com/kernel/common/+/61dd43b723d3553a794be6a279ec330db059ea98
[4] CONFIG_RCU_EXPERT, CONFIG_RCU_NOCB_CPU:
Enable configs needed for RCU perf/power optimizations Link:https://android.googlesource.com/kernel/common/+/e9b2f28785260537f78edc901e65592f9e1869af