public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH memory-model 0/10] LKMM updates for v5.8
@ 2020-04-15 18:49 Paul E. McKenney
  2020-04-15 18:49 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: Paul E. McKenney @ 2020-04-15 18:49 UTC (permalink / raw)
  To: linux-kernel, linux-arch, kernel-team, mingo
  Cc: stern, parri.andrea, will, peterz, boqun.feng, npiggin, dhowells,
	j.alglave, luc.maranget, akiyks

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(-)

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

* [PATCH memory-model 0/10] LKMM updates for v5.8
  2020-04-15 18:49 [PATCH memory-model 0/10] LKMM updates for v5.8 Paul E. McKenney
@ 2020-04-15 18:49 ` Paul E. McKenney
  0 siblings, 0 replies; 2+ messages in thread
From: Paul E. McKenney @ 2020-04-15 18:49 UTC (permalink / raw)
  To: linux-kernel, linux-arch, kernel-team, mingo
  Cc: stern, parri.andrea, will, peterz, boqun.feng, npiggin, dhowells,
	j.alglave, luc.maranget, akiyks

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(-)

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

end of thread, other threads:[~2020-04-15 18:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-15 18:49 [PATCH memory-model 0/10] LKMM updates for v5.8 Paul E. McKenney
2020-04-15 18:49 ` Paul E. McKenney

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