OSDN Git Service

Merge tag 'lkmm.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 11 Jan 2022 17:38:03 +0000 (09:38 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 11 Jan 2022 17:38:03 +0000 (09:38 -0800)
commit1c824bf768d69fce36de748c60c7197a2b838944
tree4220c2d4a65d7876913dcb9bad9f4aadf3250557
parente7d38f16c20bf2a9b2502bb1d7407360d09a836a
parentc438b7d860b4c1acb4ebff6d8d946d593ca5fe1e
Merge tag 'lkmm.2022.01.09a' of git://git./linux/kernel/git/paulmck/linux-rcu

Pull memory model documentation updates from Paul McKenney:
 "This series contains documentation and litmus tests for locking,
  courtesy of Boqun Feng"

* tag 'lkmm.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu:
  tools/memory-model: litmus: Add two tests for unlock(A)+lock(B) ordering
  tools/memory-model: doc: Describe the requirement of the litmus-tests directory
  tools/memory-model: Provide extra ordering for unlock+lock pair on the same CPU