]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge branch 'lkmm-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmc...
authorIngo Molnar <mingo@kernel.org>
Wed, 31 Jan 2018 08:28:45 +0000 (09:28 +0100)
committerIngo Molnar <mingo@kernel.org>
Wed, 31 Jan 2018 08:28:45 +0000 (09:28 +0100)
commit7246a966b6784a9a72f3d8bcc2784cddee459967
tree0dd052493156fb413bab453c2026e17e885bf9c9
parent72906f38934a49faf4d2d38ea9ae32adcf7d5d0c
parent1c27b644c0fdbc61e113b8faee14baeb8df32486
Merge branch 'lkmm-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into locking/urgent

Pull the "Linux kernel memory model" tooling implementation from Paul E. McKenney:

 'This pull request contains a single commit that adds a memory model to
  the tools directory.  This memory model can (roughly speaking) be thought
  of as an automated version of memory-barriers.txt.  It is written in the
  "cat" language, which is executable by the externally provided "herd7"
  simulator, which exhaustively explores the state space of small litmus
  tests.'

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Peter Zijlstra <peterz@infradead.org>