public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: "Paul E. McKenney" <paulmck@kernel.org>
Cc: eb@emlix.com, frederic@kernel.org, jbi.octave@gmail.com,
	maninder1.s@samsung.com, qiang.zhang@windriver.com,
	urezki@gmail.com, yury.norov@gmail.com, zhouzhouyi@gmail.com,
	mark.rutland@arm.com, elver@google.com, bjorn.topel@intel.com,
	akiyks@gmail.com, linux-kernel@vger.kernel.org,
	rcu@vger.kernel.org, kasan-dev@googlegroups.com,
	tglx@linutronix.de
Subject: Re: [GIT PULL tip/core/rcu] RCU, LKMM, and KCSAN commits for v5.14
Date: Wed, 30 Jun 2021 15:39:21 +0200	[thread overview]
Message-ID: <YNx0CaT2ZTyuNYCK@gmail.com> (raw)
In-Reply-To: <20210609232926.GA1715440@paulmck-ThinkPad-P17-Gen-1>


* Paul E. McKenney <paulmck@kernel.org> wrote:

> Hello, Ingo!
> 
> This pull request contains changes for RCU, KCSAN, and LKMM.  You can
> pull the entire group using branch for-mingo.  Or, if you prefer, you
> can pull them separately, using for-mingo-rcu to pull the RCU changes,
> for-mingo-kcsan to pull the KCSAN changes, and for-mingo-lkmm to pull
> the LKMM changes.
> 
> The changes are as follows:
> 
> 1.	RCU changes (for-mingo-rcu):
> 
> 	a.	Bitmap support for "all" as alias for all bits, and with
> 		modifiers allowed, courtesy of Yury Norov.  This change
> 		means that "rcu_nocbs=all:1/2" would offload all the
> 		even-numbered CPUs regardless of the number of CPUs on
> 		the system.
> 		https://lore.kernel.org/lkml/20210511224115.GA2892092@paulmck-ThinkPad-P17-Gen-1
> 
> 	b.	Documentation updates.
> 		https://lore.kernel.org/lkml/20210511224402.GA2892361@paulmck-ThinkPad-P17-Gen-1
> 
> 	c.	Miscellaneous fixes.
> 		https://lore.kernel.org/lkml/20210511225241.GA2893003@paulmck-ThinkPad-P17-Gen-1
> 
> 	d.	kvfree_rcu updates, courtesy of Uladzislau Rezki and Zhang Qiang.
> 		https://lore.kernel.org/lkml/20210511225450.GA2893337@paulmck-ThinkPad-P17-Gen-1
> 
> 	e.	mm_dump_obj() updates, courtesy of Maninder Singh, acked
> 		by Vlastimil Babka.
> 		https://lore.kernel.org/lkml/20210511225744.GA2893615@paulmck-ThinkPad-P17-Gen-1
> 
> 	f.	RCU callback offloading updates, courtesy of Frederic
> 		Weisbecker and Ingo Molnar.  ;-)
> 		https://lore.kernel.org/lkml/20210511230244.GA2894061@paulmck-ThinkPad-P17-Gen-1
> 
> 	g.	SRCU updates, courtesy of Frederic Weisbecker.
> 		https://lore.kernel.org/lkml/20210511230720.GA2894512@paulmck-ThinkPad-P17-Gen-1
> 
> 	h.	Tasks-RCU updates.
> 		https://lore.kernel.org/lkml/20210511230924.GA2894768@paulmck-ThinkPad-P17-Gen-1
> 
> 	i.	Torture-test updates.
> 		https://lore.kernel.org/lkml/20210511231149.GA2895263@paulmck-ThinkPad-P17-Gen-1

Pulled into tip:core/rcu.

> 2.	Kernel concurrency sanitizer (KCSAN) updates from Marco Elver
> 	and Mark Rutland (for-mingo-kcsan).
> 	https://lore.kernel.org/lkml/20210511232324.GA2896130@paulmck-ThinkPad-P17-Gen-1

Pulled into tip:locking/urgent.

> 3.	Linux-kernel memory model (LKMM) updates courtesy of Bj�rn T�pel
> 	(for-mingo-lkmm).
> 	https://lore.kernel.org/lkml/20210305102823.415900-1-bjorn.topel@gmail.com

Pulled into tip:locking/urgent.

Thanks Paul, and sorry about the late response! Will get these to Linus 
ASAP if you don't beat me at it.

	Ingo

  reply	other threads:[~2021-06-30 13:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-09 23:29 [GIT PULL tip/core/rcu] RCU, LKMM, and KCSAN commits for v5.14 Paul E. McKenney
2021-06-30 13:39 ` Ingo Molnar [this message]
2021-06-30 15:32   ` 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=YNx0CaT2ZTyuNYCK@gmail.com \
    --to=mingo@kernel.org \
    --cc=akiyks@gmail.com \
    --cc=bjorn.topel@intel.com \
    --cc=eb@emlix.com \
    --cc=elver@google.com \
    --cc=frederic@kernel.org \
    --cc=jbi.octave@gmail.com \
    --cc=kasan-dev@googlegroups.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maninder1.s@samsung.com \
    --cc=mark.rutland@arm.com \
    --cc=paulmck@kernel.org \
    --cc=qiang.zhang@windriver.com \
    --cc=rcu@vger.kernel.org \
    --cc=tglx@linutronix.de \
    --cc=urezki@gmail.com \
    --cc=yury.norov@gmail.com \
    --cc=zhouzhouyi@gmail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox