projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e029b7
)
tools/memory-model: Add access-marking.txt to README
author
Paul E. McKenney
<paulmck@kernel.org>
Wed, 5 Jun 2024 03:59:35 +0000
(20:59 -0700)
committer
Paul E. McKenney
<paulmck@kernel.org>
Thu, 6 Jun 2024 18:24:58 +0000
(11:24 -0700)
Given that access-marking.txt exists, this commit makes it easier to find.
Reported-by: Akira Yokosawa <akiyks@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/memory-model/Documentation/README
patch
|
blob
|
history
diff --git
a/tools/memory-model/Documentation/README
b/tools/memory-model/Documentation/README
index db90a26dbdf40912d4de06bea6d3f7611cad29de..304162743a5b8b0c12827afd0384a14e34b104e6 100644
(file)
--- a/
tools/memory-model/Documentation/README
+++ b/
tools/memory-model/Documentation/README
@@
-47,6
+47,10
@@
DESCRIPTION OF FILES
README
This file.
+access-marking.txt
+ Guidelines for marking intentionally concurrent accesses to
+ shared memory.
+
cheatsheet.txt
Quick-reference guide to the Linux-kernel memory model.