public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH rcu 0/9] Miscellaneous fixes for v5.18
@ 2022-02-04 23:07 Paul E. McKenney
  2022-02-04 23:07 ` [PATCH rcu 1/9] MAINTAINERS: Add Frederic and Neeraj to their RCU files Paul E. McKenney
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: Paul E. McKenney @ 2022-02-04 23:07 UTC (permalink / raw)
  To: rcu; +Cc: linux-kernel, kernel-team, rostedt

Hello!

This series provides miscellaneous fixes:

1.	MAINTAINERS:  Add Frederic and Neeraj to their RCU files.

2.	Fix description of kvfree_rcu(), courtesy of "Uladzislau Rezki
	(Sony)".

3.	Add mutex for rcu boost kthread spawning and affinity setting,
	courtesy of David Woodhouse.

4.	Inline __call_rcu() into call_rcu().

5.	Record work creation stack trace with interrupts enabled,
	courtesy of Zqiang.

6.	Mark writes to the rcu_segcblist structure's ->flags field.

7.	Uninline multi-use function: finish_rcuwait(), courtesy of
	Ingo Molnar.

8.	Remove __read_mostly annotations from rcu_scheduler_active
	externs, courtesy of Ingo Molnar.

9.	Replace cpumask_weight with cpumask_empty where appropriate,
	courtesy of Yury Norov.

						Thanx, Paul

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

 b/MAINTAINERS                |    2 
 b/include/linux/rcupdate.h   |    2 
 b/include/linux/rcutree.h    |    2 
 b/include/linux/rcuwait.h    |    6 --
 b/kernel/rcu/rcu_segcblist.h |    4 -
 b/kernel/rcu/tree.c          |    1 
 b/kernel/rcu/tree.h          |    3 +
 b/kernel/rcu/tree_nocb.h     |    4 -
 b/kernel/rcu/tree_plugin.h   |   10 +++-
 b/kernel/rcu/update.c        |    7 +++
 include/linux/rcupdate.h     |    2 
 kernel/rcu/tree.c            |   93 +++++++++++++++++++------------------------
 kernel/rcu/tree_plugin.h     |    2 
 13 files changed, 73 insertions(+), 65 deletions(-)

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

end of thread, other threads:[~2022-02-11 16:40 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-04 23:07 [PATCH rcu 0/9] Miscellaneous fixes for v5.18 Paul E. McKenney
2022-02-04 23:07 ` [PATCH rcu 1/9] MAINTAINERS: Add Frederic and Neeraj to their RCU files Paul E. McKenney
2022-02-11 15:15   ` Frederic Weisbecker
2022-02-11 16:40     ` Paul E. McKenney
2022-02-04 23:07 ` [PATCH rcu 2/9] rcu: Fix description of kvfree_rcu() Paul E. McKenney
2022-02-04 23:07 ` [PATCH rcu 3/9] rcu: Add mutex for rcu boost kthread spawning and affinity setting Paul E. McKenney
2022-02-11 14:57   ` Frederic Weisbecker
2022-02-11 15:11     ` Frederic Weisbecker
2022-02-11 15:42       ` Paul E. McKenney
2022-02-11 15:43         ` Frederic Weisbecker
2022-02-04 23:08 ` [PATCH rcu 4/9] rcu: Inline __call_rcu() into call_rcu() Paul E. McKenney
2022-02-04 23:08 ` [PATCH rcu 5/9] kasan: Record work creation stack trace with interrupts enabled Paul E. McKenney
2022-02-04 23:08 ` [PATCH rcu 6/9] rcu: Mark writes to the rcu_segcblist structure's ->flags field Paul E. McKenney
2022-02-04 23:08 ` [PATCH rcu 7/9] rcu: Uninline multi-use function: finish_rcuwait() Paul E. McKenney
2022-02-04 23:08 ` [PATCH rcu 8/9] rcu: Remove __read_mostly annotations from rcu_scheduler_active externs Paul E. McKenney
2022-02-04 23:08 ` [PATCH rcu 9/9] rcu: Replace cpumask_weight with cpumask_empty where appropriate Paul E. McKenney
2022-02-11 15:17   ` Frederic Weisbecker

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