mbox series

[0/8] Misc RCU update for v6.9

Message ID 20240129235646.3171983-1-boqun.feng@gmail.com (mailing list archive)
Headers show
Series Misc RCU update for v6.9 | expand

Message

Boqun Feng Jan. 29, 2024, 11:56 p.m. UTC
Hi,

This series contains miscellaneous updates and fixes from RCU v6.9.
You can also find the series at:

	https://github.com/fbq/linux.git rcu-misc.2024.01.29a

The detailed list of the changes:

Frederic Weisbecker (2):
  rcu: Rename jiffies_till_flush to jiffies_lazy_flush
  hrtimer: Report offline hrtimer enqueue

Jiri Wiesner (1):
  clocksource: Skip watchdog check for large watchdog intervals

Joel Fernandes (Google) (1):
  srcu: Improve comments about acceleration leak

Onkarnath (1):
  rcu/sync: remove un-used rcu_sync_enter_start function

Paul E. McKenney (2):
  tsc: Check for sockets instead of CPUs to make code match comment
  rcutorture: Suppress rtort_pipe_count warnings until after stalls

Qais Yousef (1):
  rcu: Provide a boot time parameter to control lazy RCU

 .../admin-guide/kernel-parameters.txt         |  5 ++++
 arch/x86/kernel/tsc.c                         |  2 +-
 include/linux/hrtimer.h                       |  3 ++-
 include/linux/rcu_sync.h                      |  1 -
 kernel/rcu/Kconfig                            | 13 ++++++++++
 kernel/rcu/rcu.h                              |  8 +++---
 kernel/rcu/rcuscale.c                         |  6 ++---
 kernel/rcu/rcutorture.c                       | 13 +++++++---
 kernel/rcu/srcutree.c                         | 24 +++++++++++++++---
 kernel/rcu/sync.c                             | 16 ------------
 kernel/rcu/tree.c                             |  7 +++++-
 kernel/rcu/tree_nocb.h                        | 22 ++++++++--------
 kernel/time/clocksource.c                     | 25 ++++++++++++++++++-
 kernel/time/hrtimer.c                         |  3 +++
 14 files changed, 101 insertions(+), 47 deletions(-)