[PATCH rcu 0/7] Miscellaneous changes for v6.13

From: Paul E. McKenney
Date: Wed Oct 09 2024 - 14:00:33 EST


Hello!

This series contains miscelleous updates for v6.13:

1. Add rcuog kthreads to RCU_NOCB_CPU help text.

2. Add rcuog kthreads to kernel-per-CPU-kthreads.rst.

3. Allow short-circuiting of synchronize_rcu_tasks_rude().

4. Permit start_poll_synchronize_rcu*() with interrupts disabled.

5. Test start-poll primitives with interrupts disabled.

6. Remove kernel-parameters.txt entry for rcutorture.read_exit.

7. Remove open-coded one-byte cmpxchg() emulation.

Thanx, Paul

------------------------------------------------------------------------

b/Documentation/admin-guide/kernel-parameters.txt | 5 --
b/Documentation/admin-guide/kernel-per-CPU-kthreads.rst | 2 -
b/kernel/rcu/Kconfig | 28 ++++++++++------
b/kernel/rcu/rcutorture.c | 10 +++++
b/kernel/rcu/tasks.h | 3 +
b/kernel/rcu/tree.c | 7 ----
kernel/rcu/tasks.h | 17 ---------
7 files changed, 32 insertions(+), 40 deletions(-)