From: Mickaël Salaün Date: Fri, 26 May 2017 18:43:59 +0000 (+0200) Subject: Documentation/dev-tools: Add kselftest X-Git-Tag: v4.13-rc1~109^2~42 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=55c70f11e729f17c86f2400a457138682e03b00f;p=linux.git Documentation/dev-tools: Add kselftest Move kselftest.txt to dev-tools/kselftest.rst . Signed-off-by: Mickaël Salaün Acked-by: Kees Cook Cc: Jonathan Corbet Cc: Shuah Khan Signed-off-by: Shuah Khan --- 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 similarity index 100% rename from Documentation/kselftest.txt rename to Documentation/dev-tools/kselftest.rst