All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] tools/memory-model: Documentation updates and fixes
@ 2025-03-14 11:08 Akira Yokosawa
  2025-03-14 11:10 ` [PATCH 1/4] tools/memory-model: docs/README: Update introduction of locking.txt Akira Yokosawa
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Akira Yokosawa @ 2025-03-14 11:08 UTC (permalink / raw)
  To: Paul E. McKenney
  Cc: lkmm, Andrea Parri, Boqun Feng, Alan Stern, Akira Yokosawa

Hi,

While re-reading LKMM documents, I noticed minor issues here and there.

This patch set is a collection of updates and fixes resolving them.

Patch 1/4 clarifies the relation of locking.txt and recipes.txt.
Patches 2/4 and 3/4 are trivial fixes of typos.
Patch 4/4 removes a link of MIPS doc which does not work.

        Thanks, Akira
--
Akira Yokosawa (4):
  tools/memory-model: docs/README: Update introduction of locking.txt
  tools/memory-model: docs/simple.txt: Fix trivial typos
  tools/memory-model: docs/ordering: Fix trivial typos
  tools/memory-model: docs/references: Remove broken link to imgtec.com

 tools/memory-model/Documentation/README       |  7 +++++--
 tools/memory-model/Documentation/locking.txt  |  5 +++++
 tools/memory-model/Documentation/ordering.txt | 20 +++++++++----------
 tools/memory-model/Documentation/recipes.txt  |  4 ++++
 .../memory-model/Documentation/references.txt |  3 +--
 tools/memory-model/Documentation/simple.txt   |  4 ++--
 6 files changed, 27 insertions(+), 16 deletions(-)


base-commit: 87d07e135725dd8976a5ddbc7dfa968198d9ae91
-- 
2.34.1


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

end of thread, other threads:[~2025-03-18  2:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-14 11:08 [PATCH 0/4] tools/memory-model: Documentation updates and fixes Akira Yokosawa
2025-03-14 11:10 ` [PATCH 1/4] tools/memory-model: docs/README: Update introduction of locking.txt Akira Yokosawa
2025-03-14 11:12 ` [PATCH 2/4] tools/memory-model: docs/simple.txt: Fix trivial typos Akira Yokosawa
2025-03-14 11:14 ` [PATCH 3/4] tools/memory-model: docs/ordering: " Akira Yokosawa
2025-03-14 11:15 ` [PATCH 4/4] tools/memory-model: docs/references: Remove broken link to imgtec.com Akira Yokosawa
2025-03-17 23:26 ` [PATCH 0/4] tools/memory-model: Documentation updates and fixes Paul E. McKenney
2025-03-18  2:10   ` Akira Yokosawa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.