]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6a82a18679e0b31cb15cd54806fb6cae5d2b010f
tree4220c2d4a65d7876913dcb9bad9f4aadf3250557
parent543131485d9060f3e812913e1bf0d8fdd3164065
parent30f0eda0abee78174dac6ad97c871871e7debd88
Merge tag 'lkmm.2022.01.09a' of git://git.kernel.org/pub/scm/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