All of lore.kernel.org
 help / color / mirror / Atom feed
From: Frederic Weisbecker <frederic@kernel.org>
To: "Paul E . McKenney" <paulmck@kernel.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
	Frederic Weisbecker <frederic@kernel.org>,
	rcu@vger.kernel.org
Subject: [PATCH 0/3] rcu/nocb cleanups
Date: Wed, 19 May 2021 02:09:27 +0200	[thread overview]
Message-ID: <20210519000930.15702-1-frederic@kernel.org> (raw)

Hi,

Just a few cleanups for rcu/nocb.

git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git
	rcu/dev

HEAD: 296a71cc074b187cdb35388d4d50b86429032a24

Thanks,
	Frederic
---

Frederic Weisbecker (3):
      rcu/nocb: Start moving nocb code to its own plugin file
      rcu: Remove NOCB deferred wakeup from rcutree_dead_cpu()
      rcu: Assume rcu_report_dead() always deals with local CPU


 .../Expedited-Grace-Periods.rst                    |    2 +-
 .../RCU/Design/Memory-Ordering/TreeRCU-gp-fqs.svg  |    2 +-
 .../RCU/Design/Memory-Ordering/TreeRCU-gp.svg      |    2 +-
 .../RCU/Design/Memory-Ordering/TreeRCU-hotplug.svg |    2 +-
 .../RCU/Design/Requirements/Requirements.rst       |    2 +-
 arch/arm64/kernel/smp.c                            |    2 +-
 include/linux/rcupdate.h                           |    2 +-
 kernel/cpu.c                                       |    4 +-
 kernel/rcu/nocb.h                                  | 1494 ++++++++++++++++++++
 kernel/rcu/tree.c                                  |    9 +-
 kernel/rcu/tree_plugin.h                           | 1488 +------------------
 11 files changed, 1507 insertions(+), 1502 deletions(-)

             reply	other threads:[~2021-05-19  0:09 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-19  0:09 Frederic Weisbecker [this message]
2021-05-19  0:09 ` [PATCH 1/3] rcu/nocb: Start moving nocb code to its own plugin file Frederic Weisbecker
2021-05-19 15:55   ` Paul E. McKenney
2021-05-20  1:02     ` Frederic Weisbecker
2021-05-20  4:54       ` Paul E. McKenney
2021-05-19  0:09 ` [PATCH 2/3] rcu/nocb: Remove NOCB deferred wakeup from rcutree_dead_cpu() Frederic Weisbecker
2021-05-19 15:59   ` Paul E. McKenney
2021-05-20  0:25     ` Frederic Weisbecker
2021-05-20  0:34       ` Paul E. McKenney
2021-05-19  0:09 ` [PATCH 3/3] rcu: Assume rcu_report_dead() always deals with local CPU Frederic Weisbecker
2021-05-19 18:51   ` Paul E. McKenney
2021-05-20  0:54     ` Frederic Weisbecker
2021-05-20  4:54       ` Paul E. McKenney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210519000930.15702-1-frederic@kernel.org \
    --to=frederic@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=paulmck@kernel.org \
    --cc=rcu@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.