public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
From: "Paul E. McKenney" <paulmck@kernel.org>
To: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org,
	kernel-team@fb.com, mingo@kernel.org
Cc: stern@rowland.harvard.edu, parri.andrea@gmail.com,
	will@kernel.org, peterz@infradead.org, boqun.feng@gmail.com,
	npiggin@gmail.com, dhowells@redhat.com, j.alglave@ucl.ac.uk,
	luc.maranget@inria.fr, akiyks@gmail.com
Subject: [PATCH memory-model 0/10] LKMM updates for v5.8
Date: Wed, 15 Apr 2020 11:49:19 -0700	[thread overview]
Message-ID: <20200415184918.GA16301@paulmck-ThinkPad-P72> (raw)

Hello!

This series contains LKMM updates:

1.	Add recent references.

2.	Fix "conflict" definition, courtesy of Marco Elver.

3.	Move MP+onceassign+derefonce to new litmus-tests/rcu/, courtesy
	of Joel Fernandes.

4.	Add litmus test for RCU GP guarantee where updater frees object,
	courtesy of Joel Fernandes.

5.	Add litmus test for RCU GP guarantee where reader stores, courtesy
	of Joel Fernandes.

6.	Update maintainers for new Documentaion/litmus-tests/, courtesy of
	Joel Fernandes.

7.	Add an exception for limitations on _unless() family, courtesy of
	Boqun Feng.

8.	Introduce an atomic directory in Documentation, courtesy of Boqun
	Feng.

9.	Add a test for atomic_set(), courtesy of Boqun Feng.

10.	Add a test for smp_mb__after_atomic(), courtesy of Boqun Feng.

							Thanx, Paul

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

 Documentation/atomic_t.txt                                                                    |   24 +-
 Documentation/litmus-tests/README                                                             |   14 +
 Documentation/litmus-tests/atomic/Atomic-RMW+mb__after_atomic-is-stronger-than-acquire.litmus |   32 +++
 Documentation/litmus-tests/atomic/Atomic-RMW-ops-are-atomic-WRT-atomic_set.litmus             |   24 ++
 Documentation/litmus-tests/atomic/README                                                      |   16 +
 Documentation/litmus-tests/rcu/RCU+sync+free.litmus                                           |   42 +++++
 Documentation/litmus-tests/rcu/RCU+sync+read.litmus                                           |   37 ++++
 MAINTAINERS                                                                                   |    2 
 tools/memory-model/Documentation/explanation.txt                                              |   83 +++++-----
 tools/memory-model/Documentation/references.txt                                               |   21 ++
 tools/memory-model/README                                                                     |   10 -
 tools/memory-model/litmus-tests/README                                                        |    3 
 12 files changed, 250 insertions(+), 58 deletions(-)

             reply	other threads:[~2020-04-15 18:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-15 18:49 Paul E. McKenney [this message]
2020-04-15 18:49 ` [PATCH memory-model 0/10] LKMM updates for v5.8 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=20200415184918.GA16301@paulmck-ThinkPad-P72 \
    --to=paulmck@kernel.org \
    --cc=akiyks@gmail.com \
    --cc=boqun.feng@gmail.com \
    --cc=dhowells@redhat.com \
    --cc=j.alglave@ucl.ac.uk \
    --cc=kernel-team@fb.com \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luc.maranget@inria.fr \
    --cc=mingo@kernel.org \
    --cc=npiggin@gmail.com \
    --cc=parri.andrea@gmail.com \
    --cc=peterz@infradead.org \
    --cc=stern@rowland.harvard.edu \
    --cc=will@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox