mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH rcu 0/8] Miscellaneous fixes for v6.5
@ 2023-05-10 16:58 Paul E. McKenney
  2023-05-10 16:58 ` [PATCH rcu 1/8] srcu: Remove extraneous parentheses from srcu_read_lock() etc Paul E. McKenney
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Paul E. McKenney @ 2023-05-10 16:58 UTC (permalink / raw)
  To: rcu; +Cc: linux-kernel, kernel-team, rostedt

Hello!

This series has miscellaneous fixes:

1.	Remove extraneous parentheses from srcu_read_lock() etc..

2.	Remove RCU_NONIDLE(), courtesy of Peter Zijlstra.

3.	Check callback-invocation time limit for rcuc kthreads.

4.	Employ jiffies-based backstop to callback time limit.

5.	Mark additional concurrent load from ->cpu_no_qs.b.exp.

6.	Mark rcu_cpu_kthread() accesses to ->rcu_cpu_has_work.

7.	Make rcu_cpu_starting() rely on interrupts being disabled.

8.	rcu-tasks: Stop rcu_tasks_invoke_cbs() from using never-onlined
	CPUs.  This would normally be in the rcu-tasks category, but
	its change to RCU's CPU-hotplug logic results in a source-code
	dependency that puts it here in order to avoid a merge conflict.

						Thanx, Paul

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

 b/Documentation/RCU/Design/Requirements/Requirements.rst |   36 ---------
 b/Documentation/RCU/whatisRCU.rst                        |    1 
 b/include/linux/rcupdate.h                               |   25 ------
 b/include/linux/srcu.h                                   |    8 +-
 b/kernel/rcu/Kconfig                                     |   18 ++++
 b/kernel/rcu/rcu.h                                       |    6 +
 b/kernel/rcu/tasks.h                                     |    7 +
 b/kernel/rcu/tree.c                                      |   28 +++++--
 b/kernel/rcu/tree_exp.h                                  |    2 
 b/kernel/rcu/tree_plugin.h                               |    4 -
 kernel/rcu/tree.c                                        |   55 ++++++++++-----
 11 files changed, 95 insertions(+), 95 deletions(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-05-10 16:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-10 16:58 [PATCH rcu 0/8] Miscellaneous fixes for v6.5 Paul E. McKenney
2023-05-10 16:58 ` [PATCH rcu 1/8] srcu: Remove extraneous parentheses from srcu_read_lock() etc Paul E. McKenney
2023-05-10 16:58 ` [PATCH rcu 2/8] rcu: Remove RCU_NONIDLE() Paul E. McKenney
2023-05-10 16:58 ` [PATCH rcu 3/8] rcu: Check callback-invocation time limit for rcuc kthreads Paul E. McKenney
2023-05-10 16:58 ` [PATCH rcu 4/8] rcu: Employ jiffies-based backstop to callback time limit Paul E. McKenney
2023-05-10 16:58 ` [PATCH rcu 5/8] rcu: Mark additional concurrent load from ->cpu_no_qs.b.exp Paul E. McKenney
2023-05-10 16:58 ` [PATCH rcu 6/8] rcu: Mark rcu_cpu_kthread() accesses to ->rcu_cpu_has_work Paul E. McKenney
2023-05-10 16:58 ` [PATCH rcu 7/8] rcu: Make rcu_cpu_starting() rely on interrupts being disabled Paul E. McKenney
2023-05-10 16:58 ` [PATCH rcu 8/8] rcu-tasks: Stop rcu_tasks_invoke_cbs() from using never-onlined CPUs Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®