]> Git Repo - linux.git/commitdiff
rcu: Make TASKS_TRACE_RCU select IRQ_WORK
authorPaul E. McKenney <[email protected]>
Tue, 22 Dec 2020 05:00:18 +0000 (21:00 -0800)
committerPaul E. McKenney <[email protected]>
Mon, 4 Jan 2021 23:54:49 +0000 (15:54 -0800)
Tasks Trace RCU uses irq_work_queue() to safely awaken its grace-period
kthread, so this commit therefore causes the TASKS_TRACE_RCU Kconfig
option select the IRQ_WORK Kconfig option.

Reported-by: kernel test robot <[email protected]>
Acked-by: Randy Dunlap <[email protected]> # build-tested
Signed-off-by: Paul E. McKenney <[email protected]>
kernel/rcu/Kconfig

index b71e21f73c40364e3fb78b03a5a30cab22e192ea..84dfa8dae1b2b024376371d8fa208081a8e2f335 100644 (file)
@@ -95,6 +95,7 @@ config TASKS_RUDE_RCU
 
 config TASKS_TRACE_RCU
        def_bool 0
+       select IRQ_WORK
        help
          This option enables a task-based RCU implementation that uses
          explicit rcu_read_lock_trace() read-side markers, and allows
This page took 0.059225 seconds and 4 git commands to generate.