rcu: Make TASKS_RUDE_RCU select IRQ_WORK
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 17 Mar 2022 16:30:10 +0000 (09:30 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 12 Apr 2022 00:08:07 +0000 (17:08 -0700)
commit46e861be589881e0905b9ade3d8439883858721c
treefb6dab5492d583f4581edc0a42ed73407153a804
parent3123109284176b1532874591f7c81f3837bbdc17
rcu: Make TASKS_RUDE_RCU select IRQ_WORK

The TASKS_RUDE_RCU does not select IRQ_WORK, which can result in build
failures for kernels that do not otherwise select IRQ_WORK.  This commit
therefore causes the TASKS_RUDE_RCU Kconfig option to select IRQ_WORK.

Reported-by: Hyeonggon Yoo <42.hyeyoo@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/rcu/Kconfig