[GIT PULL] LKMM changes for v6.12

From: Paul E. McKenney
Date: Tue Sep 17 2024 - 09:49:14 EST


Hello, Linus,

Please pull this LKMM update from:

git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git tags/lkmm.2024.09.14b
# HEAD: a49f48cc7d26270bee727d30ce830d4129b33d4a: MAINTAINERS: Add the dedicated maillist info for LKMM (2024-09-13 23:56:44 -0700)

----------------------------------------------------------------
lkmm: Add documentation and mailing list

This pull request contains documentation updates from Andrea Parri and
Akira Yokosawa. Also, there is now an lkmm@xxxxxxxxxxxxxxx, and Boqun
Feng's update adds this to the LKMM MAINTAINERS entry.

Not included in this pull request are a couple of more commits from
Puranjay Mohan adding more atomic operations to LKMM, but these await a
herdtools7 release that includes tool-side support for this functionality.
With luck, I will send a separate pull request for these later in the
merge window.

----------------------------------------------------------------
Akira Yokosawa (3):
tools/memory-model: Add locking.txt and glossary.txt to README
tools/memory-model: simple.txt: Fix stale reference to recipes-pairs.txt
docs/memory-barriers.txt: Remove left-over references to "CACHE COHERENCY"

Andrea Parri (1):
tools/memory-model: Document herd7 (abstract) representation

Boqun Feng (1):
MAINTAINERS: Add the dedicated maillist info for LKMM

Documentation/memory-barriers.txt | 3 -
MAINTAINERS | 1 +
tools/memory-model/Documentation/README | 24 ++++-
.../Documentation/herd-representation.txt | 110 +++++++++++++++++++++
tools/memory-model/Documentation/simple.txt | 2 +-
5 files changed, 135 insertions(+), 5 deletions(-)
create mode 100644 tools/memory-model/Documentation/herd-representation.txt