Re: [PATCH 0/4] tools/memory-model: Documentation updates and fixes
"Paul E. McKenney" <[email protected]>
| Newsgroups | dev.linux.lists.lkmm |
|---|---|
| Message-ID | <5e70aa5f-2c4c-4c0c-971e-82c5bf356cbb@paulmck-laptop> |
On Fri, Mar 14, 2025 at 08:08:24PM +0900, Akira Yokosawa wrote: > 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. Queued and pushed, thank you! I did a bit of wordsmithing and also updated to the 2024 LWN API article, so could you please check to see whether I messed anything up? Thanx, Paul > 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 >