linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] Documentation/memory-barriers.txt: cross-reference "tools/memory-model/"
@ 2018-02-02  9:12 Andrea Parri
  2018-02-03  1:21 ` Paul E. McKenney
  0 siblings, 1 reply; 10+ messages in thread
From: Andrea Parri @ 2018-02-02  9:12 UTC (permalink / raw)
  To: corbet, dhowells, paulmck, will.deacon, peterz
  Cc: linux-kernel, linux-doc, stern, boqun.feng, npiggin, j.alglave,
	luc.maranget, Andrea Parri

Recent efforts led to the specification of a memory consistency model
for the Linux kernel [1], which "can (roughly speaking) be thought of
as an automated version of memory-barriers.txt" and which is (in turn)
"accompanied by extensive documentation on its use and its design".

Make sure that the (occasional) reader of memory-barriers.txt will be
aware of these developments.

[1] https://marc.info/?l=linux-kernel&m=151687290114799&w=2

Signed-off-by: Andrea Parri <parri.andrea@gmail.com>
---
 Documentation/memory-barriers.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/memory-barriers.txt b/Documentation/memory-barriers.txt
index a863009849a3b..8cc3f098f4a7d 100644
--- a/Documentation/memory-barriers.txt
+++ b/Documentation/memory-barriers.txt
@@ -17,7 +17,9 @@ meant as a guide to using the various memory barriers provided by Linux, but
 in case of any doubt (and there are many) please ask.
 
 To repeat, this document is not a specification of what Linux expects from
-hardware.
+hardware.  For such a specification, in the form of a memory consistency
+model, and for documentation about its usage and its design, the reader is
+referred to "tools/memory-model/".
 
 The purpose of this document is twofold:
 
-- 
2.7.4

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

end of thread, other threads:[~2018-02-10  0:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-02  9:12 [PATCH 1/2] Documentation/memory-barriers.txt: cross-reference "tools/memory-model/" Andrea Parri
2018-02-03  1:21 ` Paul E. McKenney
     [not found]   ` <8b4db282-2705-ed96-cf23-b0cdf94bbac8@gmail.com>
2018-02-04 18:37     ` Andrea Parri
2018-02-09 12:31       ` Paul E. McKenney
2018-02-09 12:50         ` Andrea Parri
2018-02-09 13:11           ` Akira Yokosawa
2018-02-09 14:29           ` Paul E. McKenney
2018-02-09 14:53             ` Akira Yokosawa
2018-02-09 15:00             ` Andrea Parri
2018-02-10  0:55               ` 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;
as well as URLs for NNTP newsgroup(s).