kasan: docs: update descriptions about test file and module
authorTiezhu Yang <yangtiezhu@loongson.cn>
Mon, 5 Feb 2024 06:09:21 +0000 (14:09 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 22 Feb 2024 18:24:53 +0000 (10:24 -0800)
commitd8310914848223de7ec04d55bd15f013f0dad803
treee86c6db6c1a2aecf5d35e2a93e4ec921bd0dff3c
parentf81ed7c4e1dea1f90aa2304548c59eb5edcc3bd7
kasan: docs: update descriptions about test file and module

After commit f7e01ab828fd ("kasan: move tests to mm/kasan/"), the test
file is renamed to mm/kasan/kasan_test.c and the test module is renamed to
kasan_test.ko, so update the descriptions in the document.

While at it, update the line number and testcase number when the tests
kmalloc_large_oob_right and kmalloc_double_kzfree failed to sync with the
current code in mm/kasan/kasan_test.c.

Link: https://lkml.kernel.org/r/20240205060925.15594-2-yangtiezhu@loongson.cn
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Acked-by: Marco Elver <elver@google.com>
Reviewed-by: Andrey Konovalov <andreyknvl@gmail.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Documentation/dev-tools/kasan.rst
Documentation/translations/zh_CN/dev-tools/kasan.rst
Documentation/translations/zh_TW/dev-tools/kasan.rst