diff options
| author | Vegard Nossum <vegard.nossum@gmail.com> | 2009-07-01 16:36:22 -0400 |
|---|---|---|
| committer | Vegard Nossum <vegard.nossum@gmail.com> | 2009-07-01 16:36:22 -0400 |
| commit | e3c6c4a8af9e3c4588235444774e66b6483b10ad (patch) | |
| tree | e8de19587c5cf60d3d307df50d6cb7fb58641c1e | |
| parent | d33c9a491bc87fb87fd0298d0425f0ff320d20a2 (diff) | |
kmemcheck: update documentation
The download instructions are no longer needed since kmemcheck was
included in mainline.
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
| -rw-r--r-- | Documentation/kmemcheck.txt | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/Documentation/kmemcheck.txt b/Documentation/kmemcheck.txt index 363044609dad..c28f82895d6b 100644 --- a/Documentation/kmemcheck.txt +++ b/Documentation/kmemcheck.txt | |||
| @@ -43,26 +43,7 @@ feature. | |||
| 43 | 1. Downloading | 43 | 1. Downloading |
| 44 | ============== | 44 | ============== |
| 45 | 45 | ||
| 46 | kmemcheck can only be downloaded using git. If you want to write patches | 46 | As of version 2.6.31-rc1, kmemcheck is included in the mainline kernel. |
| 47 | against the current code, you should use the kmemcheck development branch of | ||
| 48 | the tip tree. It is also possible to use the linux-next tree, which also | ||
| 49 | includes the latest version of kmemcheck. | ||
| 50 | |||
| 51 | Assuming that you've already cloned the linux-2.6.git repository, all you | ||
| 52 | have to do is add the -tip tree as a remote, like this: | ||
| 53 | |||
| 54 | $ git remote add tip git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git | ||
| 55 | |||
| 56 | To actually download the tree, fetch the remote: | ||
| 57 | |||
| 58 | $ git fetch tip | ||
| 59 | |||
| 60 | And to check out a new local branch with the kmemcheck code: | ||
| 61 | |||
| 62 | $ git checkout -b kmemcheck tip/kmemcheck | ||
| 63 | |||
| 64 | General instructions for the -tip tree can be found here: | ||
| 65 | http://people.redhat.com/mingo/tip.git/readme.txt | ||
| 66 | 47 | ||
| 67 | 48 | ||
| 68 | 2. Configuring and compiling | 49 | 2. Configuring and compiling |
