mbox series

[rcu,00/10] Miscellaneous RCU changes for v6.15

Message ID 20250305030505.94059-1-boqun.feng@gmail.com (mailing list archive)
Headers show
Series Miscellaneous RCU changes for v6.15 | expand

Message

Boqun Feng March 5, 2025, 3:04 a.m. UTC
Hi,

Please find the upcoming miscellaneous RCU changes. The changes can also
be found at:

        git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linux.git misc.2025.03.04a

Regards,
Boqun

Paul E. McKenney (6):
  rcu: Split rcu_report_exp_cpu_mult() mask parameter and use for
    tracing
  rcu: Fix get_state_synchronize_rcu_full() GP-start detection
  rcu-tasks: Move RCU Tasks self-tests to core_initcall()
  rcu/nocb: Print segment lengths in show_rcu_nocb_gp_state()
  context_tracking: Make RCU watch ct_kernel_exit_state() warning
  Flush console log from kernel_power_off()

Uladzislau Rezki (Sony) (3):
  rcutorture: Allow a negative value for nfakewriters
  rcu: Update TREE05.boot to test normal synchronize_rcu()
  rcu: Use _full() API to debug synchronize_rcu()

Zilin Guan (1):
  rcu: Remove READ_ONCE() for rdp->gpwrap access in __note_gp_changes()

 include/linux/printk.h                        |  6 ++++
 include/linux/rcupdate.h                      |  6 ----
 include/linux/rcupdate_wait.h                 |  3 ++
 init/main.c                                   |  1 -
 kernel/context_tracking.c                     |  9 +++---
 kernel/printk/printk.c                        |  4 +--
 kernel/rcu/rcu.h                              |  2 +-
 kernel/rcu/rcutorture.c                       | 22 ++++++++++----
 kernel/rcu/tasks.h                            |  5 +++-
 kernel/rcu/tree.c                             | 29 +++++++++++--------
 kernel/rcu/tree_exp.h                         |  6 ++--
 kernel/rcu/tree_nocb.h                        | 20 +++++++++----
 kernel/reboot.c                               |  1 +
 .../rcutorture/configs/rcu/TREE05.boot        |  6 ++++
 14 files changed, 78 insertions(+), 42 deletions(-)