Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tools/memory-model: Remove mention of docker/gentoo image

Because the docker and gentoo images haven't been updated in quite some
time, they are likely to provide more confusion than help. This commit
therefore removes mention of them from the README file.

Reported-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: akiyks@gmail.com
Cc: boqun.feng@gmail.com
Cc: dhowells@redhat.com
Cc: j.alglave@ucl.ac.uk
Cc: linux-arch@vger.kernel.org
Cc: luc.maranget@inria.fr
Cc: npiggin@gmail.com
Cc: parri.andrea@gmail.com
Cc: will.deacon@arm.com
Link: http://lkml.kernel.org/r/1520443660-16858-2-git-send-email-paulmck@linux.vnet.ibm.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>

authored by

Paul E. McKenney and committed by
Ingo Molnar
d095c12c f28f0868

-15
-15
tools/memory-model/README
··· 27 27 28 28 See "herdtools7/INSTALL.md" for installation instructions. 29 29 30 - Alternatively, Abhishek Bhardwaj has kindly provided a Docker image 31 - of these tools at "abhishek40/memory-model". Abhishek suggests the 32 - following commands to install and use this image: 33 - 34 - - Users should install Docker for their distribution. 35 - - docker run -itd abhishek40/memory-model 36 - - docker attach <id-emitted-from-the-previous-command> 37 - 38 - Gentoo users might wish to make use of Patrick McLean's package: 39 - 40 - https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-util/herdtools7 41 - 42 - These packages may not be up-to-date with respect to the GitHub 43 - repository. 44 - 45 30 46 31 ================== 47 32 BASIC USAGE: HERD7