diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2020-05-11 22:54:30 +0200 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2020-05-11 22:54:30 +0200 |
| commit | 68f0f2690e183306b52671a9ad09fb31808b0500 (patch) | |
| tree | ed86c9a38d307f609ccaab0baac367df3e7e5e39 /kernel/trace/Kconfig | |
| parent | baf5fe761846815164753d1bd0638fd3696db8fd (diff) | |
| parent | f736e0f1a55a88cb258b73da77463573739e9ac9 (diff) | |
| download | linux-68f0f2690e183306b52671a9ad09fb31808b0500.tar.gz linux-68f0f2690e183306b52671a9ad09fb31808b0500.tar.bz2 linux-68f0f2690e183306b52671a9ad09fb31808b0500.zip | |
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
Pull RCU updates from Paul McKenney:
1. Miscellaneous fixes.
2. kfree_rcu() updates.
3. Remove scheduler locking restriction
4. RCU-tasks update, including addition of RCU Tasks Trace for
BPF use and RCU Tasks Rude. (This branch is on top of #3 due
to overlap of changed code.)
5. RCU CPU stall warning updates.
6. Torture-test updates.
Diffstat (limited to 'kernel/trace/Kconfig')
| -rw-r--r-- | kernel/trace/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig index 402eef84c859..ae69010d521a 100644 --- a/kernel/trace/Kconfig +++ b/kernel/trace/Kconfig @@ -158,6 +158,7 @@ config FUNCTION_TRACER select CONTEXT_SWITCH_TRACER select GLOB select TASKS_RCU if PREEMPTION + select TASKS_RUDE_RCU help Enable the kernel to trace every kernel function. This is done by using a compiler feature to insert a small, 5-byte No-Operation |
