[GIT PULL] timers/tick updates
From: Frederic Weisbecker
Date: Mon Mar 07 2022 - 18:30:47 EST
Thomas,
Please pull the timers/core branch that can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git
timers/core
HEAD: f96272a90d9eaea9933aaab704ddbd258feb3841
* One fix for rare jiffies update stall that were reported by Paul
* Tick side cleanups after RCU_FAST_NO_HZ removal
* Educate some more the warnings on softirqs pending on idle
Thanks,
Frederic
---
Frederic Weisbecker (4):
tick: Detect and fix jiffies update stall
tick/rcu: Remove obsolete rcu_needs_cpu() parameters
tick/rcu: Stop allowing RCU_SOFTIRQ in idle
lib/irq_poll: Declare IRQ_POLL softirq vector as ksoftirqd-parking safe
include/linux/interrupt.h | 11 ++++++-
include/linux/rcutiny.h | 3 +-
include/linux/rcutree.h | 2 +-
kernel/rcu/tree.c | 3 +-
kernel/time/tick-sched.c | 77 +++++++++++++++++++++++++++++++++++++----------
kernel/time/tick-sched.h | 4 +++
6 files changed, 78 insertions(+), 22 deletions(-)