diff options
author | Mickaël Salaün <mic@digikod.net> | 2017-05-26 20:43:59 +0200 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2017-06-07 10:07:21 -0600 |
commit | 55c70f11e729f17c86f2400a457138682e03b00f (patch) | |
tree | 2a1e953ddedadfa0cb3a9a470424a2d5ad00bf9a /Documentation | |
parent | dfa47d31fa0a5120c53c48da1b2a15dab3b8ea8c (diff) |
Documentation/dev-tools: Add kselftest
Move kselftest.txt to dev-tools/kselftest.rst .
Signed-off-by: Mickaël Salaün <mic@digikod.net>
Acked-by: Kees Cook <keescook@chromium.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/00-INDEX | 2 | ||||
-rw-r--r-- | Documentation/dev-tools/kselftest.rst (renamed from Documentation/kselftest.txt) | 0 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/00-INDEX b/Documentation/00-INDEX index ed3e5e949fce..6daf51536153 100644 --- a/Documentation/00-INDEX +++ b/Documentation/00-INDEX @@ -246,8 +246,6 @@ kprobes.txt - documents the kernel probes debugging feature. kref.txt - docs on adding reference counters (krefs) to kernel objects. -kselftest.txt - - small unittests for (some) individual codepaths in the kernel. laptops/ - directory with laptop related info and laptop driver documentation. ldm.txt diff --git a/Documentation/kselftest.txt b/Documentation/dev-tools/kselftest.rst index 5bd590335839..5bd590335839 100644 --- a/Documentation/kselftest.txt +++ b/Documentation/dev-tools/kselftest.rst |