Hello! This series contains miscellaneous fixes. 1. Allow try_invoke_on_locked_down_task() with irqs disabled, courtesy of Peter Zijlstra. 2. Remove duplicate include of percpu-rwsem.h, courtesy of Wang Qing. 3. Add lockdep_assert_irqs_disabled() to rcu_sched_clock_irq() and callees. 4. Add lockdep_assert_irqs_disabled() to raw_spin_unlock_rcu_node() macros. 5. rcu-tasks: Add RCU-tasks self tests, courtesy of Uladzislau Rezki. 6. Make TASKS_TRACE_RCU select IRQ_WORK. Thanx, Paul ------------------------------------------------------------------------ locking/locktorture.c | 1 rcu/Kconfig | 1 rcu/rcu.h | 16 ++++++++-- rcu/tasks.h | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++ rcu/tree.c | 4 ++ rcu/tree_plugin.h | 1 rcu/tree_stall.h | 8 +++++ sched/core.c | 9 ++--- 8 files changed, 110 insertions(+), 9 deletions(-)