commit | c26165efac41bce0c7764262b21f5897e771f34f | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <[email protected]> | Mon Dec 21 21:00:18 2020 -0800 |
committer | Paul E. McKenney <[email protected]> | Mon Jan 04 15:54:49 2021 -0800 |
tree | d6668aa583ff9c93a95f8fdefff257368772a87e | |
parent | bfba7ed084f8ab0269a5a1d2f51b07865456c334 [diff] |
rcu: Make TASKS_TRACE_RCU select IRQ_WORK 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]>