]> 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)
commit2e1d4b4d2ee5a199065f5be7e147af0232a1fbdc
tree4220c2d4a65d7876913dcb9bad9f4aadf3250557
parentfed2531a8eca8696213dc13e0f5d8c3825e95604
parent9803beff0a805e88aea5adc646de048f1eb0ec9c
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