public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] RCU exp updates for v6.9
@ 2024-01-29 23:23 Boqun Feng
  2024-01-29 23:23 ` [PATCH 1/8] rcu/exp: Remove full barrier upon main thread wakeup Boqun Feng
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Boqun Feng @ 2024-01-29 23:23 UTC (permalink / raw)
  To: linux-kernel, rcu; +Cc: Boqun Feng

Hi,

This series contains the updates and fixes of RCU expedited for v6.9.
You can also find the series at:

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

The detailed list of the changes:

Frederic Weisbecker (8):
  rcu/exp: Remove full barrier upon main thread wakeup
  rcu/exp: Fix RCU expedited parallel grace period kworker allocation
    failure recovery
  rcu/exp: Handle RCU expedited grace period kworker allocation failure
  rcu: s/boost_kthread_mutex/kthread_mutex
  rcu/exp: Move expedited kthread worker creation functions above
    rcutree_prepare_cpu()
  rcu/exp: Make parallel exp gp kworker per rcu node
  rcu/exp: Handle parallel exp gp kworkers affinity
  rcu/exp: Remove rcu_par_gp_wq

 kernel/rcu/rcu.h         |   5 --
 kernel/rcu/tree.c        | 175 +++++++++++++++++++++++++++------------
 kernel/rcu/tree.h        |  11 ++-
 kernel/rcu/tree_exp.h    |  83 +++----------------
 kernel/rcu/tree_plugin.h |  52 ++----------
 5 files changed, 144 insertions(+), 182 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-01-30 18:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-29 23:23 [PATCH 0/8] RCU exp updates for v6.9 Boqun Feng
2024-01-29 23:23 ` [PATCH 1/8] rcu/exp: Remove full barrier upon main thread wakeup Boqun Feng
2024-01-30 15:47   ` Frederic Weisbecker
2024-01-30 15:48     ` Frederic Weisbecker
2024-01-30 18:42       ` Boqun Feng
2024-01-29 23:23 ` [PATCH 2/8] rcu/exp: Fix RCU expedited parallel grace period kworker allocation failure recovery Boqun Feng
2024-01-29 23:23 ` [PATCH 3/8] rcu/exp: Handle RCU expedited grace period kworker allocation failure Boqun Feng
2024-01-29 23:23 ` [PATCH 4/8] rcu: s/boost_kthread_mutex/kthread_mutex Boqun Feng
2024-01-29 23:23 ` [PATCH 5/8] rcu/exp: Move expedited kthread worker creation functions above rcutree_prepare_cpu() Boqun Feng
2024-01-29 23:23 ` [PATCH 6/8] rcu/exp: Make parallel exp gp kworker per rcu node Boqun Feng
2024-01-29 23:23 ` [PATCH 7/8] rcu/exp: Handle parallel exp gp kworkers affinity Boqun Feng
2024-01-29 23:23 ` [PATCH 8/8] rcu/exp: Remove rcu_par_gp_wq Boqun Feng

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